Searched refs:FT_TRACE7 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrgload.c | 446 FT_TRACE7(( " cx#%d", idx )); in pfr_glyph_load_simple() 452 FT_TRACE7(( " x.%d", cur->x )); in pfr_glyph_load_simple() 459 FT_TRACE7(( " dx.%d", delta )); in pfr_glyph_load_simple() 463 FT_TRACE7(( " |" )); in pfr_glyph_load_simple() 476 FT_TRACE7(( " cy#%d", idx )); in pfr_glyph_load_simple() 482 FT_TRACE7(( " y.%d", cur->y )); in pfr_glyph_load_simple() 489 FT_TRACE7(( " dy.%d", delta )); in pfr_glyph_load_simple() 493 FT_TRACE7(( " -" )); in pfr_glyph_load_simple() 512 FT_TRACE7(( "\n" )); in pfr_glyph_load_simple()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 181 #ifndef FT_TRACE7 182 #define FT_TRACE7( varformat ) FT_Message varformat macro 197 #define FT_TRACE7( x ) do { } while ( 0 ) /* nothing */ macro 1354 FT_TRACE7(( "y = %3d ", ras.span_y )); in gray_hline() 1357 FT_TRACE7(( "[%d..%d]:%02x ", in gray_hline() 1359 FT_TRACE7(( "\n" )); in gray_hline() 1421 FT_TRACE7(( "gray_sweep: start\n" )); in gray_sweep() 1465 FT_TRACE7(( "y = %3d ", ras.span_y )); in gray_sweep() 1468 FT_TRACE7(( "[%d..%d]:%02x ", in gray_sweep() 1470 FT_TRACE7(( "\n" )); in gray_sweep() [all …]
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftdebug.h | 164 #define FT_TRACE7( varformat ) FT_TRACE( 7, varformat ) macro
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttinterp.c | 4754 FT_TRACE7(( "sph: Function %d, opcode ptrn: %d, %s %s\n", in Ins_FDEF() 7788 FT_TRACE7(( "Setting rasterizer version %d\n", in Ins_GETINFO() 8296 FT_TRACE7(( " " )); in TT_RunIns() 8297 FT_TRACE7(( opcode_name[CUR.opcode] )); in TT_RunIns() 8298 FT_TRACE7(( "\n" )); in TT_RunIns() 8357 FT_TRACE7(( "sph: opcode ptrn: %d, %s %s\n", in TT_RunIns()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 154 FT_TRACE7( varformat ); \
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftobjs.c | 4758 FT_TRACE7(( "FT_Done_Library: close faces for %s\n", module_name )); in FT_Done_Library()
|
Completed in 29 milliseconds