OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTAG_hmtx
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/freetype/dist/include/freetype/
tttags.h
70
#define
TTAG_hmtx
FT_MAKE_TAG( 'h', 'm', 't', 'x' )
/xsrc/external/mit/freetype/dist/src/sfnt/
ttmtx.c
90
tag =
TTAG_hmtx
;
ttload.c
230
if ( table.Tag ==
TTAG_hmtx
||
442
if ( entry.Tag ==
TTAG_hmtx
||
sfwoff2.c
1648
else if ( table.Tag ==
TTAG_hmtx
)
/xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c
854
error = FT_Load_Sfnt_Table( face,
TTAG_hmtx
, 0, NULL, &length );
871
*advance = sfnt_get_ushort( face,
TTAG_hmtx
, offset );
872
*bearing = sfnt_get_short ( face,
TTAG_hmtx
, offset+2 );
885
*advance = sfnt_get_ushort ( face,
TTAG_hmtx
, offset );
890
*bearing = sfnt_get_short ( face,
TTAG_hmtx
, offset );
/xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c
856
error = FT_Load_Sfnt_Table( face,
TTAG_hmtx
, 0, NULL, &length );
873
*advance = sfnt_get_ushort( face,
TTAG_hmtx
, offset );
874
*bearing = sfnt_get_short ( face,
TTAG_hmtx
, offset+2 );
887
*advance = sfnt_get_ushort ( face,
TTAG_hmtx
, offset );
892
*bearing = sfnt_get_short ( face,
TTAG_hmtx
, offset );
Completed in 16 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026