/external/freetype/src/tools/ |
D | test_trig.c | 25 FT_Fixed f1, f2; in test_cos() 31 f2 = (FT_Fixed)(d2*65536.0); in test_cos() 51 FT_Fixed f1, f2; in test_sin() 57 f2 = (FT_Fixed)(d2*65536.0); in test_sin() 77 FT_Fixed f1, f2; in test_tan() 83 f2 = (FT_Fixed)(d2*65536.0); in test_tan() 103 FT_Fixed c2, s2; in test_atan2() 114 c2 = (FT_Fixed)(c1*65536.0); in test_atan2() 115 s2 = (FT_Fixed)(s1*65536.0); in test_atan2() 140 FT_Fixed c2, s2; in test_unit() [all …]
|
/external/freetype/include/freetype/ |
D | fttrigon.h | 52 typedef FT_Fixed FT_Angle; 123 FT_EXPORT( FT_Fixed ) 147 FT_EXPORT( FT_Fixed ) 167 FT_EXPORT( FT_Fixed ) 192 FT_Atan2( FT_Fixed x, 193 FT_Fixed y ); 287 FT_EXPORT( FT_Fixed ) 313 FT_Fixed *length, 339 FT_Fixed length,
|
D | ftmm.h | 165 FT_Fixed minimum; 166 FT_Fixed def; 167 FT_Fixed maximum; 201 FT_Fixed* coords; 429 FT_Fixed* coords ); 465 FT_Fixed* coords ); 513 FT_Fixed* coords ); 550 FT_Fixed* coords ); 564 FT_Fixed* coords ); 581 FT_Fixed* coords );
|
D | t1tables.h | 154 FT_Fixed blue_scale; 169 FT_Fixed expansion_factor; 290 FT_Fixed* blend_points; 304 FT_Fixed* design_pos[T1_MAX_MM_DESIGNS]; 307 FT_Fixed* weight_vector; 308 FT_Fixed* default_weight_vector; 355 FT_Fixed forcebold_threshold; 357 FT_Fixed expansion_factor; /* this is a duplicate of */ 406 FT_Fixed cid_version;
|
D | tttables.h | 85 FT_Fixed Table_Version; 86 FT_Fixed Font_Revision; 217 FT_Fixed Version; 355 FT_Fixed Version; 489 FT_Fixed FormatType; 490 FT_Fixed italicAngle; 516 FT_Fixed Version; 616 FT_Fixed version;
|
D | freetype.h | 1678 FT_Fixed x_scale; /* scaling values used to convert font */ 1679 FT_Fixed y_scale; /* units to 26.6 fractional pixels */ 1979 FT_Fixed linearHoriAdvance; 1980 FT_Fixed linearVertAdvance; 3648 FT_Fixed point_size, 3650 FT_Fixed* akerning ); 4798 FT_EXPORT( FT_Fixed ) 4799 FT_RoundFix( FT_Fixed a ); 4820 FT_EXPORT( FT_Fixed ) 4821 FT_CeilFix( FT_Fixed a ); [all …]
|
/external/freetype/src/truetype/ |
D | ttgxvar.h | 43 FT_Fixed fromCoord; 44 FT_Fixed toCoord; 81 FT_Fixed startCoord; 82 FT_Fixed peakCoord; /* zero means no effect (factor = 1) */ 83 FT_Fixed endCoord; 304 FT_Fixed* coords; 305 FT_Fixed* normalizedcoords; 310 FT_Fixed* normalized_stylecoords; 329 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ 385 FT_Fixed* coords ); [all …]
|
D | ttgxvar.c | 71 #define FT_FIXED_ONE ( (FT_Fixed)0x10000 ) 74 ( (FT_Fixed)( (FT_ULong)(x) << 2 ) ) 76 ( (FT_Fixed)( (FT_ULong)(i) << 16 ) ) 257 static FT_Fixed* 262 FT_Fixed *deltas = NULL; in ft_var_readpackeddeltas() 873 FT_Fixed netAdjustment = 0; /* accumulated adjustment */ in ft_var_get_item_delta() 874 FT_Fixed scaledDelta; in ft_var_get_item_delta() 875 FT_Fixed delta; in ft_var_get_item_delta() 887 FT_Fixed scalar = FT_FIXED_ONE; in ft_var_get_item_delta() 896 FT_Fixed axisScalar; in ft_var_get_item_delta() [all …]
|
/external/freetype/src/base/ |
D | fttrigon.c | 60 static FT_Fixed 61 ft_trig_downscale( FT_Fixed val ) in ft_trig_downscale() 74 val = (FT_Fixed)( in ft_trig_downscale() 83 static FT_Fixed 84 ft_trig_downscale( FT_Fixed val ) in ft_trig_downscale() 124 val = (FT_Fixed)hi; in ft_trig_downscale() 168 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_rotate() 223 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_polarize() 297 FT_EXPORT_DEF( FT_Fixed ) 311 FT_EXPORT_DEF( FT_Fixed ) [all …]
|
D | ftcalc.c | 87 FT_EXPORT_DEF( FT_Fixed ) 88 FT_RoundFix( FT_Fixed a ) in FT_RoundFix() 96 FT_EXPORT_DEF( FT_Fixed ) 97 FT_CeilFix( FT_Fixed a ) in FT_CeilFix() 105 FT_EXPORT_DEF( FT_Fixed ) 106 FT_FloorFix( FT_Fixed a ) in FT_FloorFix() 154 FT_BASE_DEF( FT_Fixed ) 155 FT_Hypot( FT_Fixed x, in FT_Hypot() 156 FT_Fixed y ) in FT_Hypot() 664 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() [all …]
|
D | ftadvanc.c | 28 FT_Fixed* advances, in _ft_face_scale_advances() 32 FT_Fixed scale; in _ft_face_scale_advances() 78 FT_Fixed *padvance ) in FT_Get_Advance() 117 FT_Fixed *padvances ) in FT_Get_Advances()
|
D | ftmm.c | 207 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates() 255 FT_Fixed* coords ) in FT_Get_Var_Design_Coordinates() 283 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates() 334 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates() 382 FT_Fixed* coords ) in FT_Get_MM_Blend_Coordinates() 413 FT_Fixed* coords ) in FT_Get_Var_Blend_Coordinates()
|
/external/freetype/src/pshinter/ |
D | pshglob.h | 85 FT_Fixed scale_mult; 86 FT_Fixed scale_delta; 123 FT_Fixed blue_scale; 172 FT_Fixed x_scale, 173 FT_Fixed y_scale, 174 FT_Fixed x_delta, 175 FT_Fixed y_delta );
|
D | pshalgo.c | 398 FT_Fixed scale, in ps_simple_scale() 399 FT_Fixed delta, in ps_simple_scale() 421 static FT_Fixed 422 psh_hint_snap_stem_side_delta( FT_Fixed pos, in psh_hint_snap_stem_side_delta() 423 FT_Fixed len ) in psh_hint_snap_stem_side_delta() 425 FT_Fixed delta1 = FT_PIX_ROUND( pos ) - pos; in psh_hint_snap_stem_side_delta() 426 FT_Fixed delta2 = FT_PIX_ROUND( pos + len ) - pos - len; in psh_hint_snap_stem_side_delta() 443 FT_Fixed scale = dim->scale_mult; in psh_hint_align() 444 FT_Fixed delta = dim->scale_delta; in psh_hint_align() 671 FT_Fixed scale = dim->scale_mult; [all …]
|
/external/freetype/include/freetype/internal/ |
D | cfftypes.h | 133 FT_Fixed startCoord; 134 FT_Fixed peakCoord; /* zero peak means no effect (factor = 1) */ 135 FT_Fixed endCoord; 181 FT_Fixed* lastNDV; /* last NDV used */ 197 FT_Fixed italic_angle; 198 FT_Fixed underline_position; 199 FT_Fixed underline_thickness; 260 FT_Fixed blue_scale; 271 FT_Fixed force_bold_threshold; 274 FT_Fixed expansion_factor; [all …]
|
D | t1types.h | 130 FT_Fixed stroke_width; 158 FT_Fixed min_ptsize; 159 FT_Fixed min_kern; 160 FT_Fixed max_ptsize; 161 FT_Fixed max_kern; 178 FT_Fixed Ascender; 179 FT_Fixed Descender;
|
D | pshints.h | 50 FT_Fixed x_scale, 51 FT_Fixed y_scale, 52 FT_Fixed x_delta, 53 FT_Fixed y_delta ); 181 FT_Fixed* coords ); 215 FT_Fixed* coords ); 469 FT_Fixed* coordinates );
|
D | cffotypes.h | 67 FT_Fixed x_scale; 68 FT_Fixed y_scale; 95 FT_Fixed xx, xy; /* transformation matrix coefficients */ 96 FT_Fixed yx, yy;
|
/external/freetype/src/cff/ |
D | cffload.h | 81 FT_Fixed* NDV ); 91 FT_Fixed* NDV ); 97 FT_Fixed* NDV ); 111 FT_Fixed* *coords, 112 FT_Fixed* *normalizedcoords,
|
/external/freetype/src/autofit/ |
D | afangles.c | 45 af_angle_atan( FT_Fixed dx, 46 FT_Fixed dy ) 49 FT_Fixed ax = dx; 50 FT_Fixed ay = dy; 124 af_angle_atan( FT_Fixed dx, in af_angle_atan() 125 FT_Fixed dy ) in af_angle_atan()
|
D | afwarp.h | 42 FT_Fixed best_scale; 55 FT_Fixed *a_scale, 56 FT_Fixed *a_delta );
|
/external/freetype/src/type1/ |
D | t1load.h | 80 FT_Fixed* coords ); 85 FT_Fixed* coords ); 99 FT_Fixed* coords ); 104 FT_Fixed* coords );
|
/external/freetype/include/freetype/internal/services/ |
D | svmm.h | 56 FT_Fixed* coords ); 68 FT_Fixed* coords ); 82 FT_Fixed* *coords, 83 FT_Fixed* *normalizedcoords,
|
D | svcfftl.h | 39 FT_Fixed* NDV ); 49 FT_Fixed* NDV ); 55 FT_Fixed* NDV );
|
/external/freetype/src/gxvalid/ |
D | gxvjust.c | 93 FT_Fixed beforeGrowLimit; in gxv_just_wdp_entry_validate() 94 FT_Fixed beforeShrinkGrowLimit; in gxv_just_wdp_entry_validate() 95 FT_Fixed afterGrowLimit; in gxv_just_wdp_entry_validate() 96 FT_Fixed afterShrinkGrowLimit; in gxv_just_wdp_entry_validate() 184 FT_Fixed lowerLimit; in gxv_just_actSubrecord_type0_validate() 185 FT_Fixed upperLimit; in gxv_just_actSubrecord_type0_validate() 250 FT_Fixed substThreshhold; /* Apple misspelled "Threshhold" */ in gxv_just_actSubrecord_type2_validate() 281 FT_Fixed minimumLimit; in gxv_just_actSubrecord_type4_validate() 282 FT_Fixed noStretchValue; in gxv_just_actSubrecord_type4_validate() 283 FT_Fixed maximumLimit; in gxv_just_actSubrecord_type4_validate()
|