Home
last modified time | relevance | path

Searched refs:TTAG_sbix (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/
Dtttags.h95 #define TTAG_sbix FT_MAKE_TAG( 's', 'b', 'i', 'x' ) macro
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c852 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face()
Dttsbit.c76 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbit()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.254325 * include/freetype/tttags.h (TTAG_sbix): New macro.
/third_party/chromium/patch/
D0001-cve.patch22402 - is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 );
22408 + has_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 );