OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_points
(Results
1 - 10
of
10
) sorted by null
/external/freetype/include/freetype/internal/
ftgloadr.h
82
FT_UInt
max_points
;
member in struct:FT_GlyphLoaderRec_
127
(unsigned long)(_count)) <= (_loader)->
max_points
)
tttypes.h
1468
FT_UShort
max_points
;
member in struct:TT_GlyphZoneRec_
[
all
...]
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h
82
\param
max_points
only use this many points
113
int
max_points
=DB_DEFAULT_MAX_POINTS,
db_rob_image_homography.cpp
649
int
max_points
,
[
all
...]
/external/freetype/src/base/
ftgloadr.c
117
loader->
max_points
= 0;
171
if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->
max_points
) )
175
loader->
max_points
;
215
old_max = loader->
max_points
;
242
loader->
max_points
= new_max;
ftstroke.c
305
FT_UInt
max_points
;
member in struct:FT_StrokeBorderRec_
320
FT_UInt old_max = border->
max_points
;
338
border->
max_points
= cur_max;
618
border->
max_points
= 0;
643
border->
max_points
= 0;
[
all
...]
/external/freetype/src/autofit/
afhints.h
341
FT_Int
max_points
; /* number of allocated points */
member in struct:AF_GlyphHintsRec_
afhints.c
549
hints->
max_points
= 0;
611
old_max = hints->
max_points
;
619
hints->
max_points
= new_max;
/external/freetype/src/truetype/
ttobjs.c
86
zone->
max_points
= zone->n_points = 0;
136
zone->
max_points
= maxPoints;
[
all
...]
ttinterp.c
6652
FT_UInt
max_points
;
member in struct:IUP_WorkerRec_
[
all
...]
Completed in 96 milliseconds