Home
last modified time | relevance | path

Searched refs:FIXED_TO_INT (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/type1/
Dt1gload.c145 metrics.bearing_x = FIXED_TO_INT( decoder->builder.left_bearing.x ); in T1_Parse_Glyph_And_Get_Char_String()
147 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in T1_Parse_Glyph_And_Get_Char_String()
148 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in T1_Parse_Glyph_And_Get_Char_String()
332 advances[nn] = FIXED_TO_INT( decoder.builder.advance.x ); in T1_Get_Advances()
471 FIXED_TO_INT( decoder.builder.left_bearing.x ); in T1_Load_Glyph()
473 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
487 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
489 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
502 FIXED_TO_INT( decoder.builder.advance.y ); in T1_Load_Glyph()
504 FIXED_TO_INT( decoder.builder.advance.y ); in T1_Load_Glyph()
Dt1objs.c501 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
Dt1load.c676 lcoords[i] = FIXED_TO_INT( coords[i] ); in T1_Set_Var_Design()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c234 metrics.bearing_x = FIXED_TO_INT( decoder->builder.left_bearing.x ); in cid_load_glyph()
236 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in cid_load_glyph()
237 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in cid_load_glyph()
320 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );
423 FIXED_TO_INT( decoder.builder.left_bearing.x ); in cid_slot_load_glyph()
425 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
439 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
441 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c915 (FT_Int)FIXED_TO_INT( stems[0] ), in ps_hints_t1stem3()
916 (FT_Int)FIXED_TO_INT( stems[1] ), in ps_hints_t1stem3()
1127 stems[0] = FIXED_TO_INT( coords[0] ); in t1_hints_stem()
1128 stems[1] = FIXED_TO_INT( coords[1] ); in t1_hints_stem()
1185 stems[n] = FIXED_TO_INT( y ); in t2_hints_stems()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c1666 point->x = FIXED_TO_INT( x ); in t1_builder_add_point()
1667 point->y = FIXED_TO_INT( y ); in t1_builder_add_point()
2248 point->x = FIXED_TO_INT( x ); in ps_builder_add_point()
2249 point->y = FIXED_TO_INT( y ); in ps_builder_add_point()
Dt1decode.c355 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in t1operator_seac()
356 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in t1operator_seac()
Dpsintrp.c1409 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in cf2_interpT2CharString()
1410 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in cf2_interpT2CharString()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h475 #define FIXED_TO_INT( x ) ( FT_RoundFix( x ) >> 16 ) macro
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.23572 FIXED_TO_INT().
2153 * include/freetype/internal/ftcalc.h (FIXED_TO_INT): Here.