Home
last modified time | relevance | path

Searched refs:nEndGray (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.h136 int32_t nEndGray);
H A DPWL_Utils.cpp1007 int32_t nEndGray) { in DrawShadow() argument
1011 fStepGray = (nEndGray - nStartGray) / rect.Height(); in DrawShadow()
1023 fStepGray = (nEndGray - nStartGray) / rect.Width(); in DrawShadow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_renderdevice.h210 int32_t nEndGray);
H A Dcfx_renderdevice.cpp1152 int32_t nEndGray) { in DrawShadow() argument
1156 fStepGray = (nEndGray - nStartGray) / rect.Height(); in DrawShadow()
1167 fStepGray = (nEndGray - nStartGray) / rect.Width(); in DrawShadow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_renderdevice.h210 int32_t nEndGray);
H A Dcfx_renderdevice.cpp1130 int32_t nEndGray) { in DrawShadow() argument
1136 float fStepGray = (nEndGray - nStartGray) / rect.Height(); in DrawShadow()
1151 float fStepGray = (nEndGray - nStartGray) / rect.Width(); in DrawShadow()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.h230 int32_t nEndGray);
H A DPWL_Utils.cpp1289 int32_t nEndGray) { in DrawShadow() argument
1293 fStepGray = (nEndGray - nStartGray) / rect.Height(); in DrawShadow()
1305 fStepGray = (nEndGray - nStartGray) / rect.Width(); in DrawShadow()