Searched refs:TTAG_CBLC (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | tttags.h | 43 #define TTAG_CBLC FT_MAKE_TAG( 'C', 'B', 'L', 'C' ) macro
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfobjs.c | 877 has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 ); in sfnt_load_face()
|
D | ttsbit.c | 62 error = face->goto_table( face, TTAG_CBLC, stream, &table_size ); in tt_face_load_sbit()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.25 | 4924 * include/freetype/tttags.h (TTAG_CBDT, TTAG_CBLC): New tags.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 22404 + has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 ); 22434 - has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 );
|