OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTAG_glyf
(Results
1 - 4
of
4
) sorted by null
/external/freetype/include/freetype/
tttags.h
58
#define
TTAG_glyf
FT_MAKE_TAG( 'g', 'l', 'y', 'f' )
/external/freetype/src/truetype/
ttpload.c
71
error = face->goto_table( face,
TTAG_glyf
, stream, &face->glyf_len );
ttgload.c
[
all
...]
/external/freetype/src/sfnt/
sfobjs.c
586
tt_face_lookup_table( face,
TTAG_glyf
) != 0 ||
589
has_outline = FT_BOOL( tt_face_lookup_table( face,
TTAG_glyf
) != 0 ||
818
if ( tt_face_lookup_table( face,
TTAG_glyf
) != 0 &&
[
all
...]
Completed in 3201 milliseconds