Searched refs:right_flag (Results 1 – 2 of 2) sorted by relevance
806 const int right_flag = INT_MIN; in icvTraceContour_32s() local808 const int value_mask = ~(right_flag | new_flag); in icvTraceContour_32s()868 const int right_flag = INT_MIN; in icvFetchContourEx_32s() local870 const int value_mask = ~(right_flag | new_flag); in icvFetchContourEx_32s()873 const int nbd1 = nbd0 | right_flag; in icvFetchContourEx_32s()
4868 uint8_t right_flag = *dest_scan_top_r & (255 >> right_shift); in CompositeRect() local4873 *dest_scan_top_r &= right_flag; in CompositeRect()4876 *dest_scan_top_r |= ~right_flag; in CompositeRect()4880 *dest_scan_top &= left_flag | right_flag; in CompositeRect()4882 *dest_scan_top |= ~(left_flag | right_flag); in CompositeRect()