OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_contours
(Results
1 - 25
of
28
) sorted by null
1
2
/external/freetype/include/internal/
ftgloadr.h
83
FT_UInt
max_contours
;
member in struct:FT_GlyphLoaderRec_
134
(FT_UInt)(_count) ) <= (_loader)->
max_contours
)
psaux.h
538
/*
max_contours
:: Maximum number of contours in builder outline. */
[
all
...]
tttypes.h
1441
FT_Short
max_contours
;
member in struct:TT_GlyphZoneRec_
[
all
...]
ftobjs.h
314
/*
max_contours
:: */
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftgloadr.h
83
FT_UInt
max_contours
;
member in struct:FT_GlyphLoaderRec_
134
(FT_UInt)(_count) ) <= (_loader)->
max_contours
)
psaux.h
538
/*
max_contours
:: Maximum number of contours in builder outline. */
[
all
...]
tttypes.h
1441
FT_Short
max_contours
;
member in struct:TT_GlyphZoneRec_
[
all
...]
ftobjs.h
314
/*
max_contours
:: */
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/internal/
ftgloadr.h
83
FT_UInt
max_contours
;
member in struct:FT_GlyphLoaderRec_
134
(FT_UInt)(_count) ) <= (_loader)->
max_contours
)
psaux.h
538
/*
max_contours
:: Maximum number of contours in builder outline. */
[
all
...]
tttypes.h
1441
FT_Short
max_contours
;
member in struct:TT_GlyphZoneRec_
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1objs.h
124
FT_Int
max_contours
;
member in struct:T1_GlyphSlotRec_
/external/pdfium/third_party/freetype/src/type1/
t1objs.h
124
FT_Int
max_contours
;
member in struct:T1_GlyphSlotRec_
/external/freetype/src/base/
ftgloadr.c
119
loader->
max_contours
= 0;
248
old_max = loader->
max_contours
;
262
loader->
max_contours
= new_max;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftgloadr.c
119
loader->
max_contours
= 0;
248
old_max = loader->
max_contours
;
262
loader->
max_contours
= new_max;
/external/pdfium/third_party/freetype/src/base/
ftgloadr.c
119
loader->
max_contours
= 0;
248
old_max = loader->
max_contours
;
262
loader->
max_contours
= new_max;
/external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h
50
void SetMaxContours(int32_t
max_contours
);
maximum_profile_table.cc
141
void MaximumProfileTable::Builder::SetMaxContours(int32_t
max_contours
) {
142
InternalWriteData()->WriteUShort(Offset::kMaxContours,
max_contours
);
/external/freetype/src/autofit/
afhints.c
571
hints->
max_contours
= 0;
621
old_max = (FT_UInt)hints->
max_contours
;
628
hints->
max_contours
= AF_CONTOURS_EMBEDDED;
641
hints->
max_contours
= (FT_Int)new_max;
[
all
...]
afhints.h
346
FT_Int
max_contours
; /* number of allocated contours */
member in struct:AF_GlyphHintsRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c
671
hints->
max_contours
= 0;
721
old_max = (FT_UInt)hints->
max_contours
;
728
hints->
max_contours
= AF_CONTOURS_EMBEDDED;
741
hints->
max_contours
= (FT_Int)new_max;
[
all
...]
afhints.h
346
FT_Int
max_contours
; /* number of allocated contours */
member in struct:AF_GlyphHintsRec_
/external/freetype/src/truetype/
ttobjs.c
88
zone->
max_contours
= zone->n_contours = 0;
138
zone->
max_contours
= maxContours;
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttobjs.c
88
zone->
max_contours
= zone->n_contours = 0;
138
zone->
max_contours
= maxContours;
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttobjs.c
88
zone->
max_contours
= zone->n_contours = 0;
138
zone->
max_contours
= maxContours;
[
all
...]
Completed in 525 milliseconds
1
2