Searched refs:dest_scan_top (Results 1 – 1 of 1) sorted by relevance
1046 uint8_t* dest_scan_top = in CompositeRect() local1050 uint8_t left_flag = *dest_scan_top & (255 << (8 - left_shift)); in CompositeRect()1053 memset(dest_scan_top + 1, index ? 255 : 0, new_width - 1); in CompositeRect()1055 *dest_scan_top &= left_flag; in CompositeRect()1058 *dest_scan_top |= ~left_flag; in CompositeRect()1063 *dest_scan_top &= left_flag | right_flag; in CompositeRect()1065 *dest_scan_top |= ~(left_flag | right_flag); in CompositeRect()