Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp55 bool GetBitValue(const uint8_t* pSrc, uint32_t pos) { in GetBitValue() function
1043 *dest_scan = GetBitValue(pSrcLine, col) ? set_argb : reset_argb; in GetScanline()
1202 dest_scan_dword[i] = GetBitValue(pSrcLine, src_x) ? set_argb : reset_argb; in DownSampleScanline1Bit()
1224 uint32_t value_argb = GetBitValue(pSrcLine, src_x) ? set_argb : reset_argb; in DownSampleScanline1Bit()