Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4263 FX_BYTE* dest_scan_top_r = (FX_BYTE*)GetScanline(row) + rect.right / 8; in CompositeRect() local
4265 FX_BYTE right_flag = *dest_scan_top_r & (255 >> right_shift); in CompositeRect()
4270 *dest_scan_top_r &= right_flag; in CompositeRect()
4273 *dest_scan_top_r |= ~right_flag; in CompositeRect()