Searched defs:idx_min (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/autofit/
H A Dafwarp.c81 FT_Int idx_min, idx_max, idx0; local
105 idx_min = xx1min - warper->t1;
108 if ( idx_min < 0 || idx_min > idx_max || idx_max > 64 )
113 idx_min, idx_max, xx1, xx2,
124 FT_Pos y = y0 + ( idx_min - idx0 );
129 for ( idx = idx_min; idx <= idx_max; idx++, y++ )
138 for ( idx = idx_min; idx <= idx_max; idx++ )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
H A Dafwarp.c81 FT_Int idx_min, idx_max, idx0; local
105 idx_min = xx1min - warper->t1;
108 if ( idx_min < 0 || idx_min > idx_max || idx_max > 64 )
113 idx_min, idx_max, xx1, xx2,
124 FT_Pos y = y0 + ( idx_min - idx0 );
129 for ( idx = idx_min; idx <= idx_max; idx++, y++ )
138 for ( idx = idx_min; idx <= idx_max; idx++ )
/external/opencv/cv/src/
H A Dcvhistogram.cpp275 int* idx_min, int* idx_max )
300 if( idx_min )
301 *idx_min = minPt.y + minPt.x;
307 if( idx_min )
308 idx_min[0] = minPt.y, idx_min[1] = minPt.x;
312 else if( idx_min || idx_max )
320 if( idx_min )
323 idx_min[i] = imin - t*size[i];
380 if( idx_min )
273 cvGetMinMaxHistValue( const CvHistogram* hist, float *value_min, float* value_max, int* idx_min, int* idx_max ) argument
[all...]

Completed in 34 milliseconds