Searched refs:FT_F26Dot6 (Results 1 – 11 of 11) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.h | 69 typedef FT_F26Dot6 70 (*TT_Round_Func)( EXEC_OP_ FT_F26Dot6 distance, 71 FT_F26Dot6 compensation ); 77 FT_F26Dot6 distance ); 80 typedef FT_F26Dot6 85 typedef FT_F26Dot6 92 FT_F26Dot6 value ); 185 FT_F26Dot6 period; /* values used for the */ 186 FT_F26Dot6 phase; /* `SuperRounding' */ 187 FT_F26Dot6 threshold;
|
D | ttobjs.h | 91 FT_F26Dot6 minimum_distance; 95 FT_F26Dot6 control_value_cutin; 96 FT_F26Dot6 single_width_cutin; 97 FT_F26Dot6 single_width_value; 193 FT_F26Dot6 ox, oy; /* offsets */ 274 FT_F26Dot6 compensations[4]; /* device-specific compensations */
|
D | ttinterp.c | 614 sizeof ( FT_F26Dot6 ), in TT_Load_Context() 1612 static FT_F26Dot6 1613 TT_VecLen( FT_F26Dot6 X, in TT_VecLen() 1614 FT_F26Dot6 Y ) in TT_VecLen() 1693 FT_CALLBACK_DEF( FT_F26Dot6 ) 1700 FT_CALLBACK_DEF( FT_F26Dot6 ) 1709 FT_F26Dot6 value ) in Write_CVT() 1717 FT_F26Dot6 value ) in Write_CVT_Stretched() 1725 FT_F26Dot6 value ) in Move_CVT() 1733 FT_F26Dot6 value ) in Move_CVT_Stretched() [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftdriver.h | 67 FT_F26Dot6 char_width, 68 FT_F26Dot6 char_height, 230 FT_F26Dot6 width, 231 FT_F26Dot6 height,
|
/external/freetype/src/raster/ |
D | ftraster.c | 349 FT_F26Dot6 X; /* current coordinate during sweep */ 426 FT_F26Dot6 x1, 427 FT_F26Dot6 x2, 2263 FT_F26Dot6 x1, in Vertical_Sweep_Span() 2264 FT_F26Dot6 x2, in Vertical_Sweep_Span() 2331 FT_F26Dot6 x1, in Vertical_Sweep_Drop() 2332 FT_F26Dot6 x2, in Vertical_Sweep_Drop() 2507 FT_F26Dot6 x1, in Horizontal_Sweep_Span() 2508 FT_F26Dot6 x2, in Horizontal_Sweep_Span() 2550 FT_F26Dot6 x1, in Horizontal_Sweep_Drop() [all …]
|
D | ftmisc.h | 47 typedef signed long FT_F26Dot6; typedef
|
/external/freetype/include/freetype/ |
D | fttypes.h | 272 typedef signed long FT_F26Dot6; typedef
|
D | freetype.h | 2273 FT_F26Dot6 char_width, 2274 FT_F26Dot6 char_height,
|
/external/freetype/src/cff/ |
D | cffobjs.h | 108 FT_F26Dot6 ox, oy; /* offsets */
|
/external/freetype/src/sfnt/ |
D | sfdriver.c | 508 req.width = (FT_F26Dot6)x_ppem; in tt_face_set_sbit_strike_stub() 509 req.height = (FT_F26Dot6)y_ppem; in tt_face_set_sbit_strike_stub()
|
/external/freetype/src/base/ |
D | ftobjs.c | 2888 FT_F26Dot6 char_width, in FT_Set_Char_Size() 2889 FT_F26Dot6 char_height, in FT_Set_Char_Size() 4658 FT_F26Dot6 width, in ft_stub_set_char_sizes() 4659 FT_F26Dot6 height, in ft_stub_set_char_sizes()
|