Home
last modified time | relevance | path

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

/external/freetype/src/type1/
Dt1gload.c146 metrics.bearing_x = FIXED_TO_INT( decoder->builder.left_bearing.x ); in T1_Parse_Glyph_And_Get_Char_String()
148 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in T1_Parse_Glyph_And_Get_Char_String()
149 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in T1_Parse_Glyph_And_Get_Char_String()
333 advances[nn] = FIXED_TO_INT( decoder.builder.advance.x ); in T1_Get_Advances()
473 FIXED_TO_INT( decoder.builder.left_bearing.x ); in T1_Load_Glyph()
475 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
489 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
491 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
504 FIXED_TO_INT( decoder.builder.advance.y ); in T1_Load_Glyph()
506 FIXED_TO_INT( decoder.builder.advance.y ); in T1_Load_Glyph()
Dt1objs.c498 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
Dt1load.c591 lcoords[i] = FIXED_TO_INT( coords[i] ); in T1_Set_Var_Design()
/external/freetype/src/cid/
Dcidgload.c239 metrics.bearing_x = FIXED_TO_INT( decoder->builder.left_bearing.x ); in cid_load_glyph()
241 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in cid_load_glyph()
242 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in cid_load_glyph()
325 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );
429 FIXED_TO_INT( decoder.builder.left_bearing.x ); in cid_slot_load_glyph()
431 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()
447 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c205 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 …]
Dcmsopt.c874 p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1)); in PrelinOpt8alloc()
875 p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2)); in PrelinOpt8alloc()
876 p8 ->Z0[i] = (p->opta[0] * FIXED_TO_INT(v3)); in PrelinOpt8alloc()
Dlcms2_internal.h125 #define FIXED_TO_INT(x) ((x)>>16) macro
/external/freetype/src/pshinter/
Dpshrec.c921 (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()
/external/freetype/include/freetype/internal/
Dftcalc.h451 #define FIXED_TO_INT( x ) ( FT_RoundFix( x ) >> 16 ) macro
/external/freetype/src/psaux/
Dpsobjs.c1667 point->x = FIXED_TO_INT( x ); in t1_builder_add_point()
1668 point->y = FIXED_TO_INT( y ); in t1_builder_add_point()
2241 point->x = FIXED_TO_INT( x ); in ps_builder_add_point()
2242 point->y = FIXED_TO_INT( y ); in ps_builder_add_point()
Dt1decode.c353 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in t1operator_seac()
354 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in t1operator_seac()
Dpsintrp.c1407 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in cf2_interpT2CharString()
1408 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.