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.cpp4866 uint8_t* dest_scan_top_r = (uint8_t*)GetScanline(row) + rect.right / 8; in CompositeRect() local
4868 uint8_t right_flag = *dest_scan_top_r & (255 >> right_shift); in CompositeRect()
4873 *dest_scan_top_r &= right_flag; in CompositeRect()
4876 *dest_scan_top_r |= ~right_flag; in CompositeRect()