Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1466 int nDstRowBytes) { in _ContrastAdjust() argument
1484 int rowbytes = FXSYS_abs(nSrcRowBytes) > nDstRowBytes in _ContrastAdjust()
1485 ? nDstRowBytes in _ContrastAdjust()
1488 FXSYS_memcpy(pDataOut + row * nDstRowBytes, pDataIn + row * nSrcRowBytes, in _ContrastAdjust()
1496 uint8_t* pDstRow = pDataOut + row * nDstRowBytes; in _ContrastAdjust()