Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h210 int32_t nEndGray);
Dcfx_renderdevice.cpp1150 int32_t nEndGray) { in DrawShadow() argument
1154 fStepGray = (nEndGray - nStartGray) / rect.Height(); in DrawShadow()
1165 fStepGray = (nEndGray - nStartGray) / rect.Width(); in DrawShadow()