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