/external/freetype/src/pfr/ |
D | pfrgload.c | 448 FT_TRACE7(( " cx#%d", idx )); in pfr_glyph_load_simple() 454 FT_TRACE7(( " x.%d", cur->x )); in pfr_glyph_load_simple() 461 FT_TRACE7(( " dx.%d", delta )); in pfr_glyph_load_simple() 465 FT_TRACE7(( " |" )); in pfr_glyph_load_simple() 478 FT_TRACE7(( " cy#%d", idx )); in pfr_glyph_load_simple() 484 FT_TRACE7(( " y.%d", cur->y )); in pfr_glyph_load_simple() 491 FT_TRACE7(( " dy.%d", delta )); in pfr_glyph_load_simple() 495 FT_TRACE7(( " -" )); in pfr_glyph_load_simple() 514 FT_TRACE7(( "\n" )); in pfr_glyph_load_simple()
|
/external/freetype/src/raster/ |
D | ftraster.c | 198 #define FT_TRACE7( x ) do { } while ( 0 ) /* nothing */ macro 2210 FT_TRACE7(( " y=%d x=[%.12f;%.12f], drop-out=%d", in Vertical_Sweep_Span() 2237 FT_TRACE7(( " -> x=[%d;%d]", e1, e2 )); in Vertical_Sweep_Span() 2267 FT_TRACE7(( "\n" )); in Vertical_Sweep_Span() 2282 FT_TRACE7(( " y=%d x=[%.12f;%.12f]", in Vertical_Sweep_Drop() 2319 FT_TRACE7(( ", drop-out=%d", dropOutControl )); in Vertical_Sweep_Drop() 2414 FT_TRACE7(( " -> x=%d (drop-out)", e1 )); in Vertical_Sweep_Drop() 2423 FT_TRACE7(( "\n" )); in Vertical_Sweep_Drop() 2470 FT_TRACE7(( " x=%d y=[%.12f;%.12f]", in Horizontal_Sweep_Span() 2489 FT_TRACE7(( " -> y=%d (drop-out)", e1 )); in Horizontal_Sweep_Span() [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftdebug.h | 164 #define FT_TRACE7( varformat ) FT_TRACE( 7, varformat ) macro
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 3236 FT_TRACE7(( " CVT deltas:\n" )); in tt_face_vary_cvt() 3250 FT_TRACE7(( " %d: %d -> %d\n", in tt_face_vary_cvt() 3259 FT_TRACE7(( " none\n" )); in tt_face_vary_cvt() 3270 FT_TRACE7(( " CVT deltas:\n" )); in tt_face_vary_cvt() 3289 FT_TRACE7(( " %d: %d -> %d\n", in tt_face_vary_cvt() 3298 FT_TRACE7(( " none\n" )); in tt_face_vary_cvt() 3737 FT_TRACE7(( " point deltas:\n" )); in TT_Vary_Apply_Glyph_Deltas() 3780 FT_TRACE7(( " %d: (%d, %d) -> (%d, %d)\n", in TT_Vary_Apply_Glyph_Deltas() 3793 FT_TRACE7(( " none\n" )); in TT_Vary_Apply_Glyph_Deltas() 3833 FT_TRACE7(( " point deltas:\n" )); in TT_Vary_Apply_Glyph_Deltas() [all …]
|
D | ttgload.c | 681 FT_TRACE7(( " subglyph %d:\n", i )); in TT_Load_Composite_Glyph() 683 FT_TRACE7(( " glyph index: %d\n", subglyph->index )); in TT_Load_Composite_Glyph() 686 FT_TRACE7(( " offset: x=%d, y=%d\n", in TT_Load_Composite_Glyph() 690 FT_TRACE7(( " matching points: base=%d, component=%d\n", in TT_Load_Composite_Glyph() 695 FT_TRACE7(( " scaling: %f\n", in TT_Load_Composite_Glyph() 698 FT_TRACE7(( " scaling: x=%f, y=%f\n", in TT_Load_Composite_Glyph() 702 FT_TRACE7(( " scaling: xx=%f, yx=%f\n" in TT_Load_Composite_Glyph()
|
D | ttinterp.c | 7772 FT_TRACE7(( "%06d ", exc->IP )); in TT_RunIns() 7774 FT_TRACE7(( "%*s", *opcode_name[exc->opcode] == 'A' in TT_RunIns() 7779 FT_TRACE7(( " %d", exc->stack[exc->top - n] )); in TT_RunIns()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 217 #ifndef FT_TRACE7 218 #define FT_TRACE7( varformat ) FT_Message varformat macro 233 #define FT_TRACE7( x ) do { } while ( 0 ) /* nothing */ macro 1721 FT_TRACE7(( "band [%d..%d]: %d cell%s\n", in gray_convert_glyph_inner() 1731 FT_TRACE7(( "band [%d..%d]: to be bisected\n", in gray_convert_glyph_inner() 1810 FT_TRACE7(( "gray_convert_glyph: rotten glyph\n" )); in gray_convert_glyph()
|
/external/freetype/docs/ |
D | DEBUG | 23 FT_TRACE2, ..., FT_TRACE7. 119 FT_TRACE7 can be used with constant level indices, and are much
|
/external/freetype/src/psaux/ |
D | pshints.c | 645 FT_TRACE7(( " Got hint at %.2f (%.2f)\n", in cf2_hintmap_insertHint() 649 FT_TRACE7(( " Got hint at %.2f (%.2f)\n", in cf2_hintmap_insertHint() 772 FT_TRACE7(( " Inserting hint %.2f (%.2f)\n", in cf2_hintmap_insertHint() 782 FT_TRACE7(( " Inserting hint %.2f (%.2f)\n", in cf2_hintmap_insertHint()
|
/external/freetype/src/base/ |
D | ftobjs.c | 4612 FT_TRACE7(( "Netpbm image: start\n" )); in FT_Render_Glyph_Internal() 4616 FT_TRACE7(( "P1 %d %d\n", width, rows )); in FT_Render_Glyph_Internal() 4621 FT_TRACE7(( " %d", ( topleft[i * pitch + j / 8] & m ) != 0 )); in FT_Render_Glyph_Internal() 4622 FT_TRACE7(( "\n" )); in FT_Render_Glyph_Internal() 4627 FT_TRACE7(( "P2 %d %d 255\n", width, rows )); in FT_Render_Glyph_Internal() 4631 FT_TRACE7(( " %3u", topleft[i * pitch + j] )); in FT_Render_Glyph_Internal() 4632 FT_TRACE7(( "\n" )); in FT_Render_Glyph_Internal() 4635 FT_TRACE7(( "Netpbm image: end\n" )); in FT_Render_Glyph_Internal() 5273 FT_TRACE7(( "FT_Done_Library: close faces for %s\n", module_name )); in FT_Done_Library()
|
/external/freetype/src/autofit/ |
D | afhints.c | 189 FT_TRACE7( varformat ); \
|
/external/freetype/ |
D | ChangeLog.24 | 576 Remove SPH_DEBUG and replace with FT_TRACE7. 596 (Ins_GETINFO): Remove SPH_DEBUG and replace with FT_TRACE7. 1810 * src/autofit/afhints.c: Use `FT_TRACE7' instead of `printf' 5366 from` FT_TRACE7' to `FT_TRACE1'.
|
D | ChangeLog.23 | 4052 (FT_TRACE5, FT_TRACE7) [_STANDALONE_]: New macros. 4056 Use FT_TRACE7. 4058 (gray_convert_glyph): Use FT_TRACE7.
|
D | ChangeLog.26 | 4129 * src/raster/ftraster.c (FT_TRACE7) [_STANDALONE_]: Define.
|