Searched refs:FT_TRACE6 (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrgload.c | 370 FT_TRACE6(( "- end glyph" )); in pfr_glyph_load_simple() 375 FT_TRACE6(( "- general line" )); in pfr_glyph_load_simple() 379 FT_TRACE6(( "- move to inside" )); in pfr_glyph_load_simple() 383 FT_TRACE6(( "- move to outside" )); in pfr_glyph_load_simple() 390 FT_TRACE6(( "- horizontal line to cx.%d", format_low )); in pfr_glyph_load_simple() 400 FT_TRACE6(( "- vertical line to cy.%d", format_low )); in pfr_glyph_load_simple() 410 FT_TRACE6(( "- hv curve " )); in pfr_glyph_load_simple() 416 FT_TRACE6(( "- vh curve" )); in pfr_glyph_load_simple() 422 FT_TRACE6(( "- general curve" )); in pfr_glyph_load_simple()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftdebug.h | 163 #define FT_TRACE6( varformat ) FT_TRACE( 6, varformat ) macro
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttpost.c | 239 FT_TRACE6(( "load_format_20: %d byte left in post table\n", in load_format_20()
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftraster.c | 201 #define FT_TRACE6( x ) do { } while ( 0 ) /* nothing */ macro 709 FT_TRACE6(( "Set_High_Precision(%s)\n", High ? "true" : "false" )); in Set_High_Precision() 767 FT_TRACE6(( "New ascending profile = %p\n", ras.cProfile )); in New_Profile() 773 FT_TRACE6(( "New descending profile = %p\n", ras.cProfile )); in New_Profile() 828 FT_TRACE6(( "Ending profile %p, start = %ld, height = %ld\n", in End_Profile()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 406 FT_TRACE6(( "encoding end\n" )); in t42_parse_encoding() 413 FT_TRACE6(( "encoding end\n" )); in t42_parse_encoding()
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfdrivr.c | 515 FT_TRACE6(( "BIT_ORDER %d ; BYTE_ORDER %d ; GLYPH_PAD %d\n", in PCF_Glyph_Load()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 1251 FT_TRACE6(( "encoding end\n" )); in parse_encoding() 1258 FT_TRACE6(( "encoding end\n" )); in parse_encoding()
|
Completed in 17 milliseconds