Searched refs:dest_scan_top_r (Results 1 – 1 of 1) sorted by relevance
4866 uint8_t* dest_scan_top_r = (uint8_t*)GetScanline(row) + rect.right / 8; in CompositeRect() local4868 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()