Home
last modified time | relevance | path

Searched refs:right_flag (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcontours.cpp806 const int right_flag = INT_MIN; in icvTraceContour_32s() local
808 const int value_mask = ~(right_flag | new_flag); in icvTraceContour_32s()
868 const int right_flag = INT_MIN; in icvFetchContourEx_32s() local
870 const int value_mask = ~(right_flag | new_flag); in icvFetchContourEx_32s()
873 const int nbd1 = nbd0 | right_flag; in icvFetchContourEx_32s()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4868 uint8_t right_flag = *dest_scan_top_r & (255 >> right_shift); in CompositeRect() local
4873 *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()