/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 | ftmm.h | 160 FT_Fixed minimum; 161 FT_Fixed def; 162 FT_Fixed maximum; 195 FT_Fixed* coords; 412 FT_Fixed* coords ); 447 FT_Fixed* coords ); 493 FT_Fixed* coords ); 530 FT_Fixed* coords ); 544 FT_Fixed* coords ); 561 FT_Fixed* coords ); [all …]
|
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 | t1tables.h | 153 FT_Fixed blue_scale; 168 FT_Fixed expansion_factor; 288 FT_Fixed* blend_points; 302 FT_Fixed* design_pos[T1_MAX_MM_DESIGNS]; 305 FT_Fixed* weight_vector; 306 FT_Fixed* default_weight_vector; 353 FT_Fixed forcebold_threshold; 355 FT_Fixed expansion_factor; /* this is a duplicate of */ 404 FT_Fixed cid_version;
|
D | tttables.h | 87 FT_Fixed Table_Version; 88 FT_Fixed Font_Revision; 203 FT_Fixed Version; 321 FT_Fixed Version; 453 FT_Fixed FormatType; 454 FT_Fixed italicAngle; 480 FT_Fixed Version; 570 FT_Fixed version;
|
D | freetype.h | 1613 FT_Fixed x_scale; /* scaling values used to convert font */ 1614 FT_Fixed y_scale; /* units to 26.6 fractional pixels */ 1893 FT_Fixed linearHoriAdvance; 1894 FT_Fixed linearVertAdvance; 3521 FT_Fixed point_size, 3523 FT_Fixed* akerning ); 4662 FT_EXPORT( FT_Fixed ) 4663 FT_RoundFix( FT_Fixed a ); 4684 FT_EXPORT( FT_Fixed ) 4685 FT_CeilFix( FT_Fixed a ); [all …]
|
D | fttypes.h | 287 typedef signed long FT_Fixed; typedef 392 FT_Fixed xx, xy; 393 FT_Fixed yx, yy;
|
/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 | 72 ( (FT_Fixed)( (FT_ULong)(x) << 2 ) ) 74 ( (FT_Fixed)( (FT_ULong)(i) << 16 ) ) 76 ( (FT_Fixed)( (FT_ULong)(i) << 10 ) ) 259 static FT_Fixed* 264 FT_Fixed *deltas = NULL; in ft_var_readpackeddeltas() 876 FT_Fixed netAdjustment = 0; /* accumulated adjustment */ in ft_var_get_item_delta() 877 FT_Fixed scaledDelta; in ft_var_get_item_delta() 878 FT_Fixed delta; in ft_var_get_item_delta() 890 FT_Fixed scalar = 0x10000L; in ft_var_get_item_delta() 1673 static FT_Fixed [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 | ftmm.c | 207 FT_Fixed* weightvector ) in FT_Set_MM_WeightVector() 240 FT_Fixed* weightvector ) in FT_Get_MM_WeightVector() 268 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates() 316 FT_Fixed* coords ) in FT_Get_Var_Design_Coordinates() 344 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates() 395 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates() 443 FT_Fixed* coords ) in FT_Get_MM_Blend_Coordinates() 474 FT_Fixed* coords ) in FT_Get_Var_Blend_Coordinates()
|
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()
|
/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 | 130 FT_Fixed startCoord; 131 FT_Fixed peakCoord; /* zero peak means no effect (factor = 1) */ 132 FT_Fixed endCoord; 178 FT_Fixed* lastNDV; /* last NDV used */ 194 FT_Fixed italic_angle; 195 FT_Fixed underline_position; 196 FT_Fixed underline_thickness; 257 FT_Fixed blue_scale; 268 FT_Fixed force_bold_threshold; 271 FT_Fixed expansion_factor; [all …]
|
D | t1types.h | 128 FT_Fixed stroke_width; 156 FT_Fixed min_ptsize; 157 FT_Fixed min_kern; 158 FT_Fixed max_ptsize; 159 FT_Fixed max_kern; 176 FT_Fixed Ascender; 177 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/type1/ |
D | t1load.h | 80 FT_Fixed* coords ); 85 FT_Fixed* coords ); 99 FT_Fixed* coords ); 104 FT_Fixed* coords ); 112 FT_Fixed* weightvector ); 117 FT_Fixed* weightvector );
|
/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, 92 FT_Fixed* weight_vector ); 97 FT_Fixed* weight_vector );
|
D | svcfftl.h | 39 FT_Fixed* NDV ); 49 FT_Fixed* NDV ); 55 FT_Fixed* NDV );
|
/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()
|
/external/freetype/src/gxvalid/ |
D | gxvjust.c | 95 FT_Fixed beforeGrowLimit; in gxv_just_wdp_entry_validate() 96 FT_Fixed beforeShrinkGrowLimit; in gxv_just_wdp_entry_validate() 97 FT_Fixed afterGrowLimit; in gxv_just_wdp_entry_validate() 98 FT_Fixed afterShrinkGrowLimit; in gxv_just_wdp_entry_validate() 186 FT_Fixed lowerLimit; in gxv_just_actSubrecord_type0_validate() 187 FT_Fixed upperLimit; in gxv_just_actSubrecord_type0_validate() 252 FT_Fixed substThreshhold; /* Apple misspelled "Threshhold" */ in gxv_just_actSubrecord_type2_validate() 283 FT_Fixed minimumLimit; in gxv_just_actSubrecord_type4_validate() 284 FT_Fixed noStretchValue; in gxv_just_actSubrecord_type4_validate() 285 FT_Fixed maximumLimit; in gxv_just_actSubrecord_type4_validate()
|