OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idx_min
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/autofit/
afwarp.c
81
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/
cvhistogram.cpp
275
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
)
[
all
...]
Completed in 104 milliseconds