Searched refs:FIXED_TO_INT (Results 1 – 13 of 13) sorted by relevance
145 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()
497 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
691 lcoords[i] = FIXED_TO_INT( coords[i] ); in T1_Set_Var_Design()
238 metrics.bearing_x = FIXED_TO_INT( decoder->builder.left_bearing.x ); in cid_load_glyph()240 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in cid_load_glyph()241 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in cid_load_glyph()324 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );427 FIXED_TO_INT( decoder.builder.left_bearing.x ); in cid_slot_load_glyph()429 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()443 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()445 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
213 cell0 = FIXED_TO_INT(val3); // Cell is 16 MSB bits in LinLerp1D()279 k0 = FIXED_TO_INT(fk); in Eval1Input()411 x0 = FIXED_TO_INT(fx); in BilinearInterp16()416 y0 = FIXED_TO_INT(fy); in BilinearInterp16()543 x0 = FIXED_TO_INT(fx); in TrilinearInterp16()548 y0 = FIXED_TO_INT(fy); in TrilinearInterp16()552 z0 = FIXED_TO_INT(fz); in TrilinearInterp16()717 x0 = FIXED_TO_INT(fx); in TetrahedralInterp16()718 y0 = FIXED_TO_INT(fy); in TetrahedralInterp16()719 z0 = FIXED_TO_INT(fz); in TetrahedralInterp16()[all …]
912 p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1)); in PrelinOpt8alloc()913 p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2)); in PrelinOpt8alloc()914 p8 ->Z0[i] = (p->opta[0] * FIXED_TO_INT(v3)); in PrelinOpt8alloc()
133 #define FIXED_TO_INT(x) ((x)>>16) macro
920 (FT_Int)FIXED_TO_INT( stems[0] ), in ps_hints_t1stem3()921 (FT_Int)FIXED_TO_INT( stems[1] ), in ps_hints_t1stem3()1132 stems[0] = FIXED_TO_INT( coords[0] ); in t1_hints_stem()1133 stems[1] = FIXED_TO_INT( coords[1] ); in t1_hints_stem()1190 stems[n] = FIXED_TO_INT( y ); in t2_hints_stems()
450 #define FIXED_TO_INT( x ) ( FT_RoundFix( x ) >> 16 ) macro
1666 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()
352 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in t1operator_seac()353 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in t1operator_seac()
1409 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in cf2_interpT2CharString()1410 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in cf2_interpT2CharString()
572 FIXED_TO_INT().2153 * include/freetype/internal/ftcalc.h (FIXED_TO_INT): Here.