Searched refs:idx_max (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/freetype/src/autofit/ |
D | afwarp.c | 81 FT_Int idx_min, idx_max, idx0; in af_warper_compute_line_best() local 106 idx_max = xx1max - 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() 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/freetype/src/autofit/ |
D | afwarp.c | 81 FT_Int idx_min, idx_max, idx0; in af_warper_compute_line_best() local 106 idx_max = xx1max - 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() 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/ |
D | cvhistogram.cpp | 275 int* idx_min, int* idx_max ) in cvGetMinMaxHistValue() argument 302 if( idx_max ) in cvGetMinMaxHistValue() 303 *idx_max = maxPt.y + maxPt.x; in cvGetMinMaxHistValue() 309 if( idx_max ) in cvGetMinMaxHistValue() 310 idx_max[0] = maxPt.y, idx_max[1] = maxPt.x; in cvGetMinMaxHistValue() 312 else if( idx_min || idx_max ) in cvGetMinMaxHistValue() 327 if( idx_max ) in cvGetMinMaxHistValue() 330 idx_max[i] = imax - t*size[i]; in cvGetMinMaxHistValue() 382 if( idx_max ) in cvGetMinMaxHistValue() 383 idx_max[i] = _idx_max ? _idx_max[i] : -1; in cvGetMinMaxHistValue()
|