Home
last modified time | relevance | path

Searched refs:FT_TRACE6 (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/pfr/
Dpfrgload.c372 FT_TRACE6(( "- end glyph" )); in pfr_glyph_load_simple()
377 FT_TRACE6(( "- general line" )); in pfr_glyph_load_simple()
381 FT_TRACE6(( "- move to inside" )); in pfr_glyph_load_simple()
385 FT_TRACE6(( "- move to outside" )); in pfr_glyph_load_simple()
392 FT_TRACE6(( "- horizontal line to cx.%d", format_low )); in pfr_glyph_load_simple()
402 FT_TRACE6(( "- vertical line to cy.%d", format_low )); in pfr_glyph_load_simple()
412 FT_TRACE6(( "- hv curve " )); in pfr_glyph_load_simple()
418 FT_TRACE6(( "- vh curve" )); in pfr_glyph_load_simple()
424 FT_TRACE6(( "- general curve" )); in pfr_glyph_load_simple()
/external/freetype/include/freetype/internal/
Dftdebug.h193 #define FT_TRACE6( varformat ) FT_TRACE( 6, varformat ) macro
/external/freetype/src/sfnt/
Dsfwoff2.c231 FT_TRACE6(( "Reallocating %lu to %lu.\n", in write_buf()
1462 FT_TRACE6(( "hmtx values: \n" )); in reconstruct_hmtx()
1468 FT_TRACE6(( "%d ", advance_widths[i] )); in reconstruct_hmtx()
1472 FT_TRACE6(( "%d ", lsbs[i] )); in reconstruct_hmtx()
1474 FT_TRACE6(( "\n" )); in reconstruct_hmtx()
2006 FT_TRACE6(( " Indices: " )); in woff2_open_font()
2021 FT_TRACE6(( "%hu ", table_index )); in woff2_open_font()
2040 FT_TRACE6(( "\n" )); in woff2_open_font()
Dttpost.c242 FT_TRACE6(( "load_format_20: %ld byte left in post table\n", in load_format_20()
/external/freetype/src/truetype/
Dttgxvar.c1722 FT_TRACE6(( " axis %d coordinate %.5f:\n", in ft_var_apply_tuple()
1732 FT_TRACE6(( " tuple coordinate is zero, ignore\n" )); in ft_var_apply_tuple()
1738 FT_TRACE6(( " axis coordinate is zero, stop\n" )); in ft_var_apply_tuple()
1745 FT_TRACE6(( " tuple coordinate %.5f fits perfectly\n", in ft_var_apply_tuple()
1758 FT_TRACE6(( " tuple coordinate %.5f is exceeded, stop\n", in ft_var_apply_tuple()
1764 FT_TRACE6(( " tuple coordinate %.5f fits\n", in ft_var_apply_tuple()
1777 FT_TRACE6(( " intermediate tuple range ]%.5f;%.5f[ is exceeded," in ft_var_apply_tuple()
1785 FT_TRACE6(( " intermediate tuple range ]%.5f;%.5f[ fits\n", in ft_var_apply_tuple()
1799 FT_TRACE6(( " apply factor is %.5f\n", apply / 65536.0 )); in ft_var_apply_tuple()
3322 FT_TRACE6(( " tuple %d:\n", i )); in tt_face_vary_cvt()
[all …]
Dttobjs.c947 FT_TRACE6(( "CVT values:\n" )); in tt_size_run_prep()
951 FT_TRACE6(( " %3d: %f (%f)\n", in tt_size_run_prep()
954 FT_TRACE6(( "\n" )); in tt_size_run_prep()
Dttinterp.c3774 FT_TRACE6(( "sph: Function %d, opcode ptrn: %d, %s %s\n", in Ins_FDEF()
7401 FT_TRACE6(( "Setting rasterizer version %d\n", in Ins_GETINFO()
7860 FT_TRACE6(( " " )); in TT_RunIns()
7862 FT_TRACE6(( "%s", opcode_name[exc->opcode] + 2 )); in TT_RunIns()
7869 FT_TRACE6(( "\n" )); in TT_RunIns()
7944 FT_TRACE6(( "sph: opcode ptrn: %d, %s %s\n", in TT_RunIns()
/external/freetype/src/type1/
Dt1gload.c252 FT_TRACE6(( "T1_Compute_Max_Advance:\n" )); in T1_Compute_Max_Advance()
266 FT_TRACE6(( "T1_Compute_Max_Advance: max advance: %f\n", in T1_Compute_Max_Advance()
Dt1load.c1570 FT_TRACE6(( "encoding end\n" )); in parse_encoding()
1577 FT_TRACE6(( "encoding end\n" )); in parse_encoding()
/external/freetype/src/psaux/
Dpshints.c306 FT_TRACE6(( " index csCoord dsCoord scale flags\n" )); in cf2_hintmap_dump()
313 FT_TRACE6(( " %3ld %7.2f %7.2f %5d %s%s%s%s\n", in cf2_hintmap_dump()
1025 FT_TRACE6(( "%s\n", initialMap ? "flags: [p]air [g]host [t]op" in cf2_hintmap_build()
1043 FT_TRACE6(( "(adjusted)\n" )); in cf2_hintmap_build()
/external/freetype/src/raster/
Dftraster.c195 #define FT_TRACE6( x ) do { } while ( 0 ) /* nothing */ macro
622 FT_TRACE6(( "Set_High_Precision(%s)\n", High ? "true" : "false" )); in Set_High_Precision()
681 FT_TRACE6(( " new ascending profile = %p\n", (void *)ras.cProfile )); in New_Profile()
687 FT_TRACE6(( " new descending profile = %p\n", (void *)ras.cProfile )); in New_Profile()
743 FT_TRACE6(( " ending profile %p, start = %ld, height = %ld\n", in End_Profile()
/external/freetype/src/type42/
Dt42parse.c413 FT_TRACE6(( "encoding end\n" )); in t42_parse_encoding()
420 FT_TRACE6(( "encoding end\n" )); in t42_parse_encoding()
/external/freetype/
DChangeLog.21259 (FT_TRACE1, FT_TRACE6, ft_memset, FT_MEM_ZERO): Define