OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TT_VALID_GLYPH_COUNT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.h
141
#define
TT_VALID_GLYPH_COUNT
( x ) TT_VALIDATOR( x )->num_glyphs
ttcmap.c
108
if ( idx >=
TT_VALID_GLYPH_COUNT
( valid ) )
364
if ( idx >=
TT_VALID_GLYPH_COUNT
( valid ) )
[
all
...]
/external/freetype/src/sfnt/
ttcmap.h
141
#define
TT_VALID_GLYPH_COUNT
( x ) TT_VALIDATOR( x )->num_glyphs
ttcmap.c
108
if ( idx >=
TT_VALID_GLYPH_COUNT
( valid ) )
364
if ( idx >=
TT_VALID_GLYPH_COUNT
( valid ) )
[
all
...]
Completed in 725 milliseconds