Searched refs:right_flag (Results 1 – 1 of 1) sorted by relevance
1051 uint8_t right_flag = *dest_scan_top_r & (255 >> right_shift); in CompositeRect() local1056 *dest_scan_top_r &= right_flag; in CompositeRect()1059 *dest_scan_top_r |= ~right_flag; in CompositeRect()1063 *dest_scan_top &= left_flag | right_flag; in CompositeRect()1065 *dest_scan_top |= ~(left_flag | right_flag); in CompositeRect()