Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1495 uint8_t* pSrcRow = pDataIn + row * nSrcRowBytes; in _ContrastAdjust() local
1498 temp = (int)((*(pSrcRow++) - min) * rate + 0.5); in _ContrastAdjust()