Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1242 static void _ContrastAdjust(FX_LPBYTE pDataIn, FX_LPBYTE pDataOut, int nWid, int nHei, int nSrcRowB… in _ContrastAdjust() argument
1263 FXSYS_memcpy32(pDataOut + row * nDstRowBytes, pDataIn + row * nSrcRowBytes, rowbytes); in _ContrastAdjust()
1270 FX_LPBYTE pDstRow = pDataOut + row * nDstRowBytes; in _ContrastAdjust()