Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_convert.cpp861 uint8_t* pDstScanline = dest_buf + row * dest_pitch + 3; in ConvertFormat() local
864 *pDstScanline = *pSrcScanline++; in ConvertFormat()
865 pDstScanline += 4; in ConvertFormat()