OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_profile
(Results
1 - 11
of
11
) sorted by null
/external/freetype/src/sfnt/
ttpost.c
179
if ( num_glyphs > face->
max_profile
.numGlyphs )
326
if ( num_glyphs > face->
max_profile
.numGlyphs || num_glyphs > 258 )
493
if ( idx >= (FT_UInt)face->
max_profile
.numGlyphs )
ttmtx.c
159
num_shorts = face->
max_profile
.numGlyphs - num_longs;
444
gindex >= (FT_UInt)face->
max_profile
.numGlyphs )
sfdriver.c
98
table = &face->
max_profile
;
ttload.c
625
TT_MaxProfile* maxProfile = &face->
max_profile
;
[
all
...]
sfobjs.c
742
face->root.num_glyphs = face->
max_profile
.numGlyphs;
[
all
...]
ttcmap.c
[
all
...]
/external/freetype/include/freetype/internal/
tttypes.h
1271
TT_MaxProfile
max_profile
;
member in struct:TT_FaceRec_
[
all
...]
/external/freetype/src/truetype/
ttgload.c
413
if ( n_ins > face->
max_profile
.maxSizeOfInstructions )
[
all
...]
ttobjs.c
921
TT_MaxProfile* maxp = &face->
max_profile
;
[
all
...]
ttinterp.c
571
maxp = &face->
max_profile
;
[
all
...]
/external/freetype/src/base/
ftobjs.c
642
ttface->
max_profile
.maxSizeOfInstructions == 0 ) )
[
all
...]
Completed in 477 milliseconds