Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp1196 uint32_t* dest_scan_dword = reinterpret_cast<uint32_t*>(dest_scan); in DownSampleScanline1Bit() local
1202 dest_scan_dword[i] = GetBitValue(pSrcLine, src_x) ? set_argb : reset_argb; in DownSampleScanline1Bit()