/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 | 197 #define FT_TRACE7( x ) do { } while ( 0 ) /* nothing */ macro 2241 FT_TRACE7(( " y=%d x=[%.12f;%.12f], drop-out=%d", in Vertical_Sweep_Span() 2268 FT_TRACE7(( " -> x=[%d;%d]", e1, e2 )); in Vertical_Sweep_Span() 2295 FT_TRACE7(( "\n" )); in Vertical_Sweep_Span() 2310 FT_TRACE7(( " y=%d x=[%.12f;%.12f]", in Vertical_Sweep_Drop() 2347 FT_TRACE7(( ", drop-out=%d", dropOutControl )); in Vertical_Sweep_Drop() 2442 FT_TRACE7(( " -> x=%d (drop-out)", e1 )); in Vertical_Sweep_Drop() 2451 FT_TRACE7(( "\n" )); in Vertical_Sweep_Drop() 2498 FT_TRACE7(( " x=%d y=[%.12f;%.12f]", in Horizontal_Sweep_Span() 2516 FT_TRACE7(( " -> y=%d (drop-out)", e1 )); in Horizontal_Sweep_Span() [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftdebug.h | 188 #define FT_TRACE7( varformat ) FT_TRACE( 7, varformat ) macro
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 3301 FT_TRACE7(( " CVT deltas:\n" )); in tt_face_vary_cvt() 3315 FT_TRACE7(( " %d: %f -> %f\n", in tt_face_vary_cvt() 3328 FT_TRACE7(( " none\n" )); in tt_face_vary_cvt() 3339 FT_TRACE7(( " CVT deltas:\n" )); in tt_face_vary_cvt() 3357 FT_TRACE7(( " %d: %f -> %f\n", in tt_face_vary_cvt() 3370 FT_TRACE7(( " none\n" )); in tt_face_vary_cvt() 3835 FT_TRACE7(( " point deltas:\n" )); in TT_Vary_Apply_Glyph_Deltas() 3881 FT_TRACE7(( " %d: (%f, %f) -> (%f, %f)\n", in TT_Vary_Apply_Glyph_Deltas() 3898 FT_TRACE7(( " none\n" )); in TT_Vary_Apply_Glyph_Deltas() 3938 FT_TRACE7(( " point deltas:\n" )); in TT_Vary_Apply_Glyph_Deltas() [all …]
|
D | ttgload.c | 689 FT_TRACE7(( " subglyph %d:\n", i )); in TT_Load_Composite_Glyph() 691 FT_TRACE7(( " glyph index: %d\n", subglyph->index )); in TT_Load_Composite_Glyph() 694 FT_TRACE7(( " offset: x=%d, y=%d\n", in TT_Load_Composite_Glyph() 698 FT_TRACE7(( " matching points: base=%d, component=%d\n", in TT_Load_Composite_Glyph() 703 FT_TRACE7(( " scaling: %f\n", in TT_Load_Composite_Glyph() 706 FT_TRACE7(( " scaling: x=%f, y=%f\n", in TT_Load_Composite_Glyph() 710 FT_TRACE7(( " scaling: xx=%f, yx=%f\n" in TT_Load_Composite_Glyph()
|
D | ttinterp.c | 7876 FT_TRACE7(( "%06d ", exc->IP )); in TT_RunIns() 7878 FT_TRACE7(( "%*s", *opcode_name[exc->opcode] == 'A' in TT_RunIns() 7883 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 1648 FT_TRACE7(( "band [%d..%d]: %d cell%s\n", in gray_convert_glyph_inner() 1658 FT_TRACE7(( "band [%d..%d]: to be bisected\n", in gray_convert_glyph_inner() 1738 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 | 4703 FT_TRACE7(( "Netpbm image: start\n" )); in FT_Render_Glyph_Internal() 4707 FT_TRACE7(( "P1 %d %d\n", width, rows )); in FT_Render_Glyph_Internal() 4712 FT_TRACE7(( " %d", in FT_Render_Glyph_Internal() 4714 FT_TRACE7(( "\n" )); in FT_Render_Glyph_Internal() 4719 FT_TRACE7(( "P2 %d %d 255\n", width, rows )); in FT_Render_Glyph_Internal() 4723 FT_TRACE7(( " %3u", topleft[i * pitch + j] )); in FT_Render_Glyph_Internal() 4724 FT_TRACE7(( "\n" )); in FT_Render_Glyph_Internal() 4727 FT_TRACE7(( "Netpbm image: end\n" )); in FT_Render_Glyph_Internal() 4730 FT_TRACE7(( "Netpbm image: too large, omitted\n" )); in FT_Render_Glyph_Internal() 5355 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.
|