Home
last modified time | relevance | path

Searched refs:FT_Fixed (Results 1 – 25 of 87) sorted by relevance

1234

/AliOS-Things-master/components/freetype/src/tools/
A Dtest_trig.c25 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 …]
/AliOS-Things-master/components/freetype/include/
A Dfttrigon.h52 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,
A Dftmm.h144 FT_Fixed minimum;
145 FT_Fixed def;
146 FT_Fixed maximum;
172 FT_Fixed* coords;
324 FT_Fixed* coords );
352 FT_Fixed* coords );
366 FT_Fixed* coords );
A Dt1tables.h134 FT_Fixed blue_scale;
149 FT_Fixed expansion_factor;
254 FT_Fixed* blend_points;
268 FT_Fixed* design_pos[T1_MAX_MM_DESIGNS];
271 FT_Fixed* weight_vector;
272 FT_Fixed* default_weight_vector;
310 FT_Fixed forcebold_threshold;
312 FT_Fixed expansion_factor;
354 FT_Fixed cid_version;
A Dtttables.h65 FT_Fixed Table_Version;
66 FT_Fixed Font_Revision;
182 FT_Fixed Version;
308 FT_Fixed Version;
420 FT_Fixed FormatType;
421 FT_Fixed italicAngle;
447 FT_Fixed Version;
534 FT_Fixed version;
A Dfreetype.h1430 FT_Fixed x_scale; /* scaling values used to convert font */
1679 FT_Fixed linearHoriAdvance;
1680 FT_Fixed linearVertAdvance;
3027 FT_Fixed point_size,
3029 FT_Fixed* akerning );
3863 FT_EXPORT( FT_Fixed )
3864 FT_RoundFix( FT_Fixed a );
3882 FT_EXPORT( FT_Fixed )
3883 FT_CeilFix( FT_Fixed a );
3901 FT_EXPORT( FT_Fixed )
[all …]
A Dftadvanc.h120 FT_Fixed *padvance );
172 FT_Fixed *padvances );
A Dfttypes.h284 typedef signed long FT_Fixed; typedef
383 FT_Fixed xx, xy;
384 FT_Fixed yx, yy;
/AliOS-Things-master/components/freetype/src/base/
A Dfttrigon.c48 static const FT_Fixed
60 static FT_Fixed
63 FT_Fixed s; in ft_trig_downscale()
79 static FT_Fixed
82 FT_Fixed s; in ft_trig_downscale()
106 val = (FT_Fixed)hi; in ft_trig_downscale()
277 FT_EXPORT_DEF( FT_Fixed )
293 FT_EXPORT_DEF( FT_Fixed )
302 FT_EXPORT_DEF( FT_Fixed )
319 FT_Atan2( FT_Fixed dx, in FT_Atan2()
[all …]
A Dftadvanc.c28 FT_Fixed* advances, in _ft_face_scale_advances()
32 FT_Fixed scale; in _ft_face_scale_advances()
75 FT_Fixed *padvance ) in FT_Get_Advance()
111 FT_Fixed *padvances ) in FT_Get_Advances()
A Dftpfr.c45 FT_Fixed *ametrics_x_scale, in FT_Get_PFR_Metrics()
46 FT_Fixed *ametrics_y_scale ) in FT_Get_PFR_Metrics()
66 FT_Fixed x_scale, y_scale; in FT_Get_PFR_Metrics()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshglob.h85 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 );
A Dpshalgo.c400 FT_Fixed scale, in ps_simple_scale()
401 FT_Fixed delta, in ps_simple_scale()
423 static FT_Fixed
445 FT_Fixed scale = dim->scale_mult; in psh_hint_align()
790 FT_Fixed frac_len = len & 63;
792 FT_Fixed delta_a, delta_b;
2106 FT_Fixed scale_ab; in psh_glyph_interpolate_other_points()
2226 FT_Fixed old_x_scale = x_scale; in ps_hints_apply()
2227 FT_Fixed old_y_scale = y_scale; in ps_hints_apply()
2229 FT_Fixed scaled; in ps_hints_apply()
[all …]
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgxvar.h41 FT_Fixed fromCoord;
42 FT_Fixed toCoord;
84 FT_Fixed* normalizedcoords;
93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */
147 FT_Fixed* coords );
152 FT_Fixed* coords );
A Dttgxvar.c498 static FT_Fixed
506 FT_Fixed apply = 0x10000L; in ft_var_apply_tuple()
619 FT_Fixed* next_coords; in TT_Get_MM_Var()
850 FT_Fixed* coords ) in TT_Set_MM_Blend()
989 FT_Fixed* normalized = NULL; in TT_Set_Var_Design()
1110 FT_Fixed* tuple_coords = NULL; in tt_face_vary_cvt()
1111 FT_Fixed* im_start_coords = NULL; in tt_face_vary_cvt()
1112 FT_Fixed* im_end_coords = NULL; in tt_face_vary_cvt()
1177 FT_Fixed apply; in tt_face_vary_cvt()
1317 FT_Fixed* tuple_coords = NULL; in TT_Vary_Get_Glyph_Deltas()
[all …]
/AliOS-Things-master/components/freetype/include/internal/
A Dt1types.h123 FT_Fixed stroke_width;
151 FT_Fixed min_ptsize;
152 FT_Fixed min_kern;
153 FT_Fixed max_ptsize;
154 FT_Fixed max_kern;
171 FT_Fixed Ascender;
172 FT_Fixed Descender;
A Dpshints.h50 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 );
A Dftcalc.h150 FT_BASE( FT_Fixed )
151 FT_Hypot( FT_Fixed x,
152 FT_Fixed y );
/AliOS-Things-master/components/freetype/src/cff/
A Dcffobjs.h78 FT_Fixed x_scale;
79 FT_Fixed y_scale;
106 FT_Fixed xx, xy; /* transformation matrix coefficients */
107 FT_Fixed yx, yy;
A Dcfftypes.h114 FT_Fixed italic_angle;
115 FT_Fixed underline_position;
116 FT_Fixed underline_thickness;
163 FT_Fixed blue_scale;
174 FT_Fixed force_bold_threshold;
177 FT_Fixed expansion_factor;
/AliOS-Things-master/components/freetype/src/autofit/
A Dafwarp.h42 FT_Fixed best_scale;
54 FT_Fixed *a_scale,
55 FT_Fixed *a_delta );
A Dafangles.c105 af_angle_atan( FT_Fixed dx,
106 FT_Fixed dy )
109 FT_Fixed ax = dx;
110 FT_Fixed ay = dy;
184 af_angle_atan( FT_Fixed dx, in af_angle_atan()
185 FT_Fixed dy ) in af_angle_atan()
/AliOS-Things-master/components/freetype/include/internal/services/
A Dsvkern.h33 FT_Fixed point_size,
35 FT_Fixed* akerning );
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvjust.c92 FT_Fixed beforeGrowLimit; in gxv_just_wdp_entry_validate()
93 FT_Fixed beforeShrinkGrowLimit; in gxv_just_wdp_entry_validate()
94 FT_Fixed afterGrowLimit; in gxv_just_wdp_entry_validate()
95 FT_Fixed afterShrinkGrowLimit; in gxv_just_wdp_entry_validate()
183 FT_Fixed lowerLimit; in gxv_just_actSubrecord_type0_validate()
184 FT_Fixed upperLimit; in gxv_just_actSubrecord_type0_validate()
249 FT_Fixed substThreshhold; /* Apple misspelled "Threshhold" */ in gxv_just_actSubrecord_type2_validate()
280 FT_Fixed minimumLimit; in gxv_just_actSubrecord_type4_validate()
281 FT_Fixed noStretchValue; in gxv_just_actSubrecord_type4_validate()
282 FT_Fixed maximumLimit; in gxv_just_actSubrecord_type4_validate()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1afm.h45 FT_Fixed ptsize,
47 FT_Fixed* kerning );

Completed in 65 milliseconds

1234