Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1461 static void _ContrastAdjust(uint8_t* pDataIn, in _ContrastAdjust() argument
1471 uint8_t* pRow = pDataIn + row * nSrcRowBytes; in _ContrastAdjust()
1488 FXSYS_memcpy(pDataOut + row * nDstRowBytes, pDataIn + row * nSrcRowBytes, in _ContrastAdjust()
1495 uint8_t* pSrcRow = pDataIn + row * nSrcRowBytes; in _ContrastAdjust()