Searched refs:nDstRowBytes (Results 1 – 1 of 1) sorted by relevance
1466 int nDstRowBytes) { in _ContrastAdjust() argument1484 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()