Searched refs:FT_TRACE2 (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/truetype/ |
D | ttpload.c | 80 FT_TRACE2(( "Locations " )); in tt_face_load_loca() 94 FT_TRACE2(( "table too large\n" )); in tt_face_load_loca() 106 FT_TRACE2(( "table too large\n" )); in tt_face_load_loca() 115 FT_TRACE2(( "glyph count mismatch! loca: %d, maxp: %d\n", in tt_face_load_loca() 145 FT_TRACE2(( "adjusting num_locations to %d\n", in tt_face_load_loca() 158 FT_TRACE2(( "loaded\n" )); in tt_face_load_loca() 263 FT_TRACE2(( "CVT " )); in tt_face_load_cvt() 268 FT_TRACE2(( "is missing\n" )); in tt_face_load_cvt() 295 FT_TRACE2(( "loaded\n" )); in tt_face_load_cvt() 343 FT_TRACE2(( "Font program " )); in tt_face_load_fpgm() [all …]
|
D | ttgxvar.c | 1138 FT_TRACE2(( "CVAR " )); in tt_face_vary_cvt() 1142 FT_TRACE2(( "tt_face_vary_cvt: no blend specified\n" )); in tt_face_vary_cvt() 1150 FT_TRACE2(( "tt_face_vary_cvt: no `cvt ' table\n" )); in tt_face_vary_cvt() 1159 FT_TRACE2(( "is missing\n" )); in tt_face_vary_cvt() 1174 FT_TRACE2(( "bad table version\n" )); in tt_face_vary_cvt()
|
D | ttobjs.c | 236 FT_TRACE2(( "[not a valid TTF font]\n" )); in tt_face_init()
|
D | ttgload.c | 1329 FT_TRACE2(( "no `glyf' table but non-zero `loca' entry\n" )); in load_truetype_glyph()
|
/external/freetype/src/sfnt/ |
D | ttload.c | 203 FT_TRACE2(( "check_table_dir:" in check_table_dir() 213 FT_TRACE2(( "check_table_dir: table entry %d invalid\n", nn )); in check_table_dir() 240 FT_TRACE2(( "check_table_dir: `head' table too small\n" )); in check_table_dir() 251 FT_TRACE2(( "check_table_dir:" in check_table_dir() 270 FT_TRACE2(( "check_table_dir: no tables found\n" )); in check_table_dir() 283 FT_TRACE2(( "check_table_dir:" )); in check_table_dir() 285 FT_TRACE2(( " neither `head', `bhed', nor `sing' table found\n" )); in check_table_dir() 287 FT_TRACE2(( " neither `head' nor `sing' table found\n" )); in check_table_dir() 343 FT_TRACE2(( "tt_face_load_font_dir: %08p\n", face )); in tt_face_load_font_dir() 362 FT_TRACE2(( "-- Number of tables: %10u\n", sfnt.num_tables )); in tt_face_load_font_dir() [all …]
|
D | sfobjs.c | 456 FT_TRACE2(( "sfnt_init_face: %08p, %ld\n", face, face_index )); in sfnt_init_face() 481 FT_TRACE2(( "`" #x "' " )); \ 486 FT_TRACE2(( "%s\n", ( !error ) \ 496 FT_TRACE2(( "`%s" #x "' ", \ 502 FT_TRACE2(( "%s\n", ( !error ) \ 570 FT_TRACE2(( "sfnt_load_face: %08p\n\n", face )); in sfnt_load_face() 653 FT_TRACE2(( "This is an SFNT Mac font.\n" )); in sfnt_load_face() 1043 FT_TRACE2(( "sfnt_load_face: done\n" )); in sfnt_load_face()
|
/external/freetype/include/freetype/internal/ |
D | ftdebug.h | 159 #define FT_TRACE2( varformat ) FT_TRACE( 2, varformat ) macro
|
/external/freetype/src/base/ |
D | ftrfork.c | 181 FT_TRACE2(( "Resource tags: %c%c%c%c\n", in FT_Raccess_Get_DataOffsets()
|
/external/freetype/src/cff/ |
D | cffobjs.c | 469 FT_TRACE2(( "[not a valid OpenType/CFF font]\n" )); in cff_face_init()
|
D | cffload.c | 1468 FT_TRACE2(( "[not a CFF font header]\n" )); in cff_font_load()
|