Home
last modified time | relevance | path

Searched refs:idx_min (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/autofit/
Dafwarp.c81 FT_Int idx_min, idx_max, idx0; in af_warper_compute_line_best() local
105 idx_min = xx1min - warper->t1; in af_warper_compute_line_best()
108 if ( idx_min < 0 || idx_min > idx_max || idx_max > 64 ) in af_warper_compute_line_best()
113 idx_min, idx_max, xx1, xx2, in af_warper_compute_line_best()
124 FT_Pos y = y0 + ( idx_min - idx0 ); in af_warper_compute_line_best()
129 for ( idx = idx_min; idx <= idx_max; idx++, y++ ) in af_warper_compute_line_best()
138 for ( idx = idx_min; idx <= idx_max; idx++ ) in af_warper_compute_line_best()
/external/opencv/cv/src/
Dcvhistogram.cpp275 int* idx_min, int* idx_max ) in cvGetMinMaxHistValue() argument
300 if( idx_min ) in cvGetMinMaxHistValue()
301 *idx_min = minPt.y + minPt.x; in cvGetMinMaxHistValue()
307 if( idx_min ) in cvGetMinMaxHistValue()
308 idx_min[0] = minPt.y, idx_min[1] = minPt.x; in cvGetMinMaxHistValue()
312 else if( idx_min || idx_max ) in cvGetMinMaxHistValue()
320 if( idx_min ) in cvGetMinMaxHistValue()
323 idx_min[i] = imin - t*size[i]; in cvGetMinMaxHistValue()
380 if( idx_min ) in cvGetMinMaxHistValue()
381 idx_min[i] = _idx_min ? _idx_min[i] : -1; in cvGetMinMaxHistValue()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp2769 int* idx_min, int* idx_max ) in cvGetMinMaxHistValue() argument
2789 if( idx_min ) in cvGetMinMaxHistValue()
2790 *idx_min = minPt.y + minPt.x; in cvGetMinMaxHistValue()
2796 if( idx_min ) in cvGetMinMaxHistValue()
2797 idx_min[0] = minPt.y, idx_min[1] = minPt.x; in cvGetMinMaxHistValue()
2801 else if( idx_min || idx_max ) in cvGetMinMaxHistValue()
2808 if( idx_min ) in cvGetMinMaxHistValue()
2811 idx_min[i] = imin - t*size[i]; in cvGetMinMaxHistValue()
2868 if( idx_min ) in cvGetMinMaxHistValue()
2869 idx_min[i] = _idx_min ? _idx_min[i] : -1; in cvGetMinMaxHistValue()