OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idx_max
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afwarp.c
81
FT_Int idx_min,
idx_max
, idx0;
local
106
idx_max
= xx1max - warper->t1;
108
if ( idx_min < 0 || idx_min >
idx_max
||
idx_max
> 64 )
113
idx_min,
idx_max
, xx1, xx2,
129
for ( idx = idx_min; idx <=
idx_max
; idx++, y++ )
138
for ( idx = idx_min; idx <=
idx_max
; idx++ )
/external/freetype/src/autofit/
afwarp.c
81
FT_Int idx_min,
idx_max
, idx0;
local
106
idx_max
= xx1max - warper->t1;
108
if ( idx_min < 0 || idx_min >
idx_max
||
idx_max
> 64 )
113
idx_min,
idx_max
, xx1, xx2,
129
for ( idx = idx_min; idx <=
idx_max
; idx++, y++ )
138
for ( idx = idx_min; idx <=
idx_max
; idx++ )
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
686
LemmaIdType
idx_max
= 1;
local
689
idx_max
++;
690
lemma_arr_[i].idx_by_hz =
idx_max
;
692
idx_max
++;
693
lemma_arr_[i].idx_by_hz =
idx_max
;
696
return
idx_max
+ 1;
Completed in 731 milliseconds