Searched defs:nEndGray (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp1196 int32_t nEndGray) {
1200 fStepGray = (nEndGray - nStartGray) / rect.Height();
1211 fStepGray = (nEndGray - nStartGray) / rect.Width();
1190 DrawShadow(const CFX_Matrix* pUser2Device, bool bVertical, bool bHorizontal, CFX_FloatRect rect, int32_t nTransparency, int32_t nStartGray, int32_t nEndGray) argument

Completed in 157 milliseconds