Searched refs:FT_TRACE6 (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/pfr/ |
D | pfrgload.c | 372 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/src/truetype/ |
D | ttgxvar.c | 1610 FT_TRACE6(( " axis coordinate %d (%.5f):\n", in ft_var_apply_tuple() 1613 FT_TRACE6(( " intermediate coordinates %d (%.5f, %.5f):\n", in ft_var_apply_tuple() 1625 FT_TRACE6(( " tuple coordinate is zero, ignored\n", i )); in ft_var_apply_tuple() 1631 FT_TRACE6(( " axis coordinate is zero, stop\n" )); in ft_var_apply_tuple() 1638 FT_TRACE6(( " tuple coordinate value %.5f fits perfectly\n", in ft_var_apply_tuple() 1651 FT_TRACE6(( " tuple coordinate value %.5f is exceeded, stop\n", in ft_var_apply_tuple() 1657 FT_TRACE6(( " tuple coordinate value %.5f fits\n", in ft_var_apply_tuple() 1670 FT_TRACE6(( " intermediate tuple range [%.5f;%.5f] is exceeded," in ft_var_apply_tuple() 1680 FT_TRACE6(( " intermediate tuple range [%.5f;%.5f] fits\n", in ft_var_apply_tuple() 1690 FT_TRACE6(( " intermediate tuple range [%.5f;%.5f] fits\n", in ft_var_apply_tuple() [all …]
|
D | ttinterp.c | 3675 FT_TRACE6(( "sph: Function %d, opcode ptrn: %d, %s %s\n", in Ins_FDEF() 7323 FT_TRACE6(( "Setting rasterizer version %d\n", in Ins_GETINFO() 7771 FT_TRACE6(( " " )); in TT_RunIns() 7773 FT_TRACE6(( opcode_name[exc->opcode] + 2 )); in TT_RunIns() 7780 FT_TRACE6(( "\n" )); in TT_RunIns() 7855 FT_TRACE6(( "sph: opcode ptrn: %d, %s %s\n", in TT_RunIns()
|
/external/freetype/include/freetype/internal/ |
D | ftdebug.h | 163 #define FT_TRACE6( varformat ) FT_TRACE( 6, varformat ) macro
|
/external/freetype/src/psaux/ |
D | pshints.c | 309 FT_TRACE6(( " index csCoord dsCoord scale flags\n" )); in cf2_hintmap_dump() 316 FT_TRACE6(( " %3d %7.2f %7.2f %5d %s%s%s%s\n", in cf2_hintmap_dump() 1028 FT_TRACE6(( initialMap ? "flags: [p]air [g]host [t]op " in cf2_hintmap_build() 1046 FT_TRACE6(( "(adjusted)\n" )); in cf2_hintmap_build()
|
/external/freetype/src/sfnt/ |
D | ttpost.c | 243 FT_TRACE6(( "load_format_20: %d byte left in post table\n", in load_format_20()
|
/external/freetype/src/raster/ |
D | ftraster.c | 197 #define FT_TRACE6( x ) do { } while ( 0 ) /* nothing */ macro 625 FT_TRACE6(( "Set_High_Precision(%s)\n", High ? "true" : "false" )); in Set_High_Precision() 683 FT_TRACE6(( " new ascending profile = %p\n", ras.cProfile )); in New_Profile() 689 FT_TRACE6(( " new descending profile = %p\n", ras.cProfile )); in New_Profile() 744 FT_TRACE6(( " ending profile %p, start = %ld, height = %ld\n", in End_Profile()
|
/external/freetype/src/type42/ |
D | t42parse.c | 410 FT_TRACE6(( "encoding end\n" )); in t42_parse_encoding() 417 FT_TRACE6(( "encoding end\n" )); in t42_parse_encoding()
|
/external/freetype/src/type1/ |
D | t1load.c | 1411 FT_TRACE6(( "encoding end\n" )); in parse_encoding() 1418 FT_TRACE6(( "encoding end\n" )); in parse_encoding()
|
/external/freetype/ |
D | ChangeLog.21 | 259 (FT_TRACE1, FT_TRACE6, ft_memset, FT_MEM_ZERO): Define
|