Searched refs:TTAG_sbix (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | tttags.h | 95 #define TTAG_sbix FT_MAKE_TAG( 's', 'b', 'i', 'x' ) macro
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfobjs.c | 852 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face()
|
D | ttsbit.c | 76 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbit()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.25 | 4325 * include/freetype/tttags.h (TTAG_sbix): New macro.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 22402 - is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); 22408 + has_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 );
|