Home
last modified time | relevance | path

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

/external/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.c497 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
Dt1load.c691 lcoords[i] = FIXED_TO_INT( coords[i] ); in T1_Set_Var_Design()
/external/freetype/src/cid/
Dcidgload.c238 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()
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c213 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 …]
Dcmsopt.c912 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()
Dlcms2_internal.h133 #define FIXED_TO_INT(x) ((x)>>16) macro
/external/freetype/src/pshinter/
Dpshrec.c920 (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()
/external/freetype/include/freetype/internal/
Dftcalc.h450 #define FIXED_TO_INT( x ) ( FT_RoundFix( x ) >> 16 ) macro
/external/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.c352 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in t1operator_seac()
353 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()
/external/freetype/
DChangeLog.23572 FIXED_TO_INT().
2153 * include/freetype/internal/ftcalc.h (FIXED_TO_INT): Here.