Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp1048 uint8_t* dest_scan_top_r = in CompositeRect() local
1051 uint8_t right_flag = *dest_scan_top_r & (255 >> right_shift); in CompositeRect()
1056 *dest_scan_top_r &= right_flag; in CompositeRect()
1059 *dest_scan_top_r |= ~right_flag; in CompositeRect()