Searched refs:FT_TRACE5 (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/base/ |
D | ftoutln.c | 87 FT_TRACE5(( "FT_Outline_Decompose: Outline %d\n", n )); in FT_Outline_Decompose() 136 FT_TRACE5(( " move to (%.2f, %.2f)\n", in FT_Outline_Decompose() 158 FT_TRACE5(( " line to (%.2f, %.2f)\n", in FT_Outline_Decompose() 186 FT_TRACE5(( " conic to (%.2f, %.2f)" in FT_Outline_Decompose() 202 FT_TRACE5(( " conic to (%.2f, %.2f)" in FT_Outline_Decompose() 214 FT_TRACE5(( " conic to (%.2f, %.2f)" in FT_Outline_Decompose() 247 FT_TRACE5(( " cubic to (%.2f, %.2f)" in FT_Outline_Decompose() 258 FT_TRACE5(( " cubic to (%.2f, %.2f)" in FT_Outline_Decompose() 270 FT_TRACE5(( " line to (%.2f, %.2f)\n", in FT_Outline_Decompose() 281 FT_TRACE5(( "FT_Outline_Decompose: Done\n", n )); in FT_Outline_Decompose() [all …]
|
D | ftobjs.c | 762 FT_TRACE5(( " x advance: %d\n" , slot->advance.x )); in FT_Load_Glyph() 763 FT_TRACE5(( " y advance: %d\n" , slot->advance.y )); in FT_Load_Glyph() 765 FT_TRACE5(( " linear x advance: %d\n" , slot->linearHoriAdvance )); in FT_Load_Glyph() 766 FT_TRACE5(( " linear y advance: %d\n" , slot->linearVertAdvance )); in FT_Load_Glyph()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 158 #ifndef FT_TRACE5 159 #define FT_TRACE5( varformat ) FT_Message varformat macro 170 #define FT_TRACE5( x ) do { } while ( 0 ) /* nothing */ macro 1488 FT_TRACE5(( "FT_Outline_Decompose: Outline %d\n", n )); in FT_Outline_Decompose() 1537 FT_TRACE5(( " move to (%.2f, %.2f)\n", in FT_Outline_Decompose() 1559 FT_TRACE5(( " line to (%.2f, %.2f)\n", in FT_Outline_Decompose() 1587 FT_TRACE5(( " conic to (%.2f, %.2f)" in FT_Outline_Decompose() 1603 FT_TRACE5(( " conic to (%.2f, %.2f)" in FT_Outline_Decompose() 1615 FT_TRACE5(( " conic to (%.2f, %.2f)" in FT_Outline_Decompose() 1648 FT_TRACE5(( " cubic to (%.2f, %.2f)" in FT_Outline_Decompose() [all …]
|
/external/freetype/src/truetype/ |
D | ttgload.c | 85 FT_TRACE5(( " advance width (font units): %d\n", *aw )); in TT_Get_HMetrics() 86 FT_TRACE5(( " left side bearing (font units): %d\n", *lsb )); in TT_Get_HMetrics() 138 FT_TRACE5(( " advance height (font units): %d\n", *ah )); in TT_Get_VMetrics() 139 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb )); in TT_Get_VMetrics() 337 FT_TRACE5(( " # of contours: %d\n", loader->n_contours )); in TT_Load_Glyph_Header() 338 FT_TRACE5(( " xMin: %4d xMax: %4d\n", loader->bbox.xMin, in TT_Load_Glyph_Header() 340 FT_TRACE5(( " yMin: %4d yMax: %4d\n", loader->bbox.yMin, in TT_Load_Glyph_Header() 428 FT_TRACE5(( " Instructions size: %u\n", n_ins )); in TT_Load_Simple_Glyph() 1154 FT_TRACE5(( " Instructions size = %d\n", n_ins )); in TT_Process_Composite_Glyph()
|
/external/freetype/include/freetype/internal/ |
D | ftdebug.h | 162 #define FT_TRACE5( varformat ) FT_TRACE( 5, varformat ) macro
|
/external/freetype/src/psaux/ |
D | t1decode.c | 445 FT_TRACE5(( " (%d)", decoder->top - decoder->stack )); in t1_decoder_parse_charstrings()
|