Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1321 static void _GammaAdjust(FX_LPBYTE pData, int nWid, int nHei, int src_pitch, FX_LPCBYTE gammaTable) in _GammaAdjust() argument
1323 int count = nHei * src_pitch; in _GammaAdjust()
1328 static void _ContrastAdjust(FX_LPBYTE pDataIn, FX_LPBYTE pDataOut, int nWid, int nHei, int nSrcRowB… in _ContrastAdjust() argument
1333 for (row = 0; row < nHei; row ++) { in _ContrastAdjust()
1348 for (row = 0; row < nHei; row ++) { in _ContrastAdjust()
1354 for (row = 0; row < nHei; row ++) { in _ContrastAdjust()