Searched refs:FIXED_TO_INT (Results 1 – 15 of 15) sorted by relevance
105 metrics.bearing_x = FIXED_TO_INT( decoder->builder.left_bearing.x ); in T1_Parse_Glyph_And_Get_Char_String()107 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in T1_Parse_Glyph_And_Get_Char_String()108 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in T1_Parse_Glyph_And_Get_Char_String()259 advances[nn] = FIXED_TO_INT( decoder.builder.advance.x ); in T1_Get_Advances()386 FIXED_TO_INT( decoder.builder.left_bearing.x ); in T1_Load_Glyph()388 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()403 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()405 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()418 FIXED_TO_INT( decoder.builder.advance.y ); in T1_Load_Glyph()420 FIXED_TO_INT( decoder.builder.advance.y ); in T1_Load_Glyph()
490 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
502 lcoords[i] = FIXED_TO_INT( coords[i] ); in T1_Set_Var_Design()
175 metrics.bearing_x = FIXED_TO_INT( decoder->builder.left_bearing.x ); in cid_load_glyph()177 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in cid_load_glyph()178 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in cid_load_glyph()257 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );348 FIXED_TO_INT( decoder.builder.left_bearing.x ); in cid_slot_load_glyph()350 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()365 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()367 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
205 cell0 = FIXED_TO_INT(val3); // Cell is 16 MSB bits in LinLerp1D()271 k0 = FIXED_TO_INT(fk); in Eval1Input()403 x0 = FIXED_TO_INT(fx); in BilinearInterp16()408 y0 = FIXED_TO_INT(fy); in BilinearInterp16()535 x0 = FIXED_TO_INT(fx); in TrilinearInterp16()540 y0 = FIXED_TO_INT(fy); in TrilinearInterp16()544 z0 = FIXED_TO_INT(fz); in TrilinearInterp16()709 x0 = FIXED_TO_INT(fx); in TetrahedralInterp16()710 y0 = FIXED_TO_INT(fy); in TetrahedralInterp16()711 z0 = FIXED_TO_INT(fz); in TetrahedralInterp16()[all …]
792 p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1)); in PrelinOpt8alloc()793 p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2)); in PrelinOpt8alloc()794 p8 ->Z0[i] = (p->opta[0] * FIXED_TO_INT(v3)); in PrelinOpt8alloc()
118 #define FIXED_TO_INT(x) ((x)>>16) macro
925 (FT_Int)FIXED_TO_INT( stems[0] ), in ps_hints_t1stem3()926 (FT_Int)FIXED_TO_INT( stems[1] ), in ps_hints_t1stem3()1137 stems[0] = FIXED_TO_INT( coords[0] ); in t1_hints_stem()1138 stems[1] = FIXED_TO_INT( coords[1] ); in t1_hints_stem()1195 stems[n] = FIXED_TO_INT( y ); in t2_hints_stems()
921 (FT_Int)FIXED_TO_INT( stems[0] ), in ps_hints_t1stem3()922 (FT_Int)FIXED_TO_INT( stems[1] ), in ps_hints_t1stem3()1133 stems[0] = FIXED_TO_INT( coords[0] ); in t1_hints_stem()1134 stems[1] = FIXED_TO_INT( coords[1] ); in t1_hints_stem()1191 stems[n] = FIXED_TO_INT( y ); in t2_hints_stems()
395 #define FIXED_TO_INT( x ) ( FT_RoundFix( x ) >> 16 ) macro
282 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in t1operator_seac()283 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in t1operator_seac()
1623 point->x = FIXED_TO_INT( x ); in t1_builder_add_point()1624 point->y = FIXED_TO_INT( y ); in t1_builder_add_point()
1617 point->x = FIXED_TO_INT( x ); in t1_builder_add_point()1618 point->y = FIXED_TO_INT( y ); in t1_builder_add_point()