Searched refs:nDstRowBytes (Results 1 – 1 of 1) sorted by relevance
1242 …just(FX_LPBYTE pDataIn, FX_LPBYTE pDataOut, int nWid, int nHei, int nSrcRowBytes, int nDstRowBytes) in _ContrastAdjust() argument1261 … int rowbytes = FXSYS_abs(nSrcRowBytes) > nDstRowBytes ? nDstRowBytes : FXSYS_abs(nSrcRowBytes); in _ContrastAdjust()1263 FXSYS_memcpy32(pDataOut + row * nDstRowBytes, pDataIn + row * nSrcRowBytes, rowbytes); in _ContrastAdjust()1270 FX_LPBYTE pDstRow = pDataOut + row * nDstRowBytes; in _ContrastAdjust()