Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_trig.c24 FT_Fixed f1, f2; in test_cos()
30 f2 = (FT_Fixed)(d2*65536.0); in test_cos()
50 FT_Fixed f1, f2; in test_sin()
56 f2 = (FT_Fixed)(d2*65536.0); in test_sin()
76 FT_Fixed f1, f2; in test_tan()
82 f2 = (FT_Fixed)(d2*65536.0); in test_tan()
102 FT_Fixed c2, s2; in test_atan2()
113 c2 = (FT_Fixed)(c1*65536.0); in test_atan2()
114 s2 = (FT_Fixed)(s1*65536.0); in test_atan2()
139 FT_Fixed c2, s2; in test_unit()
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h708 FT_Fixed xx, xy, dx;
709 FT_Fixed yx, yy, dy;
995 FT_Fixed start_angle;
996 FT_Fixed end_angle;
1116 FT_Fixed dx;
1117 FT_Fixed dy;
1167 FT_Fixed scale_x;
1168 FT_Fixed scale_y;
1170 FT_Fixed center_x;
1171 FT_Fixed center_y;
[all …]
Dftmm.h159 FT_Fixed minimum;
160 FT_Fixed def;
161 FT_Fixed maximum;
194 FT_Fixed* coords;
411 FT_Fixed* coords );
446 FT_Fixed* coords );
492 FT_Fixed* coords );
529 FT_Fixed* coords );
543 FT_Fixed* coords );
560 FT_Fixed* coords );
[all …]
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,
Dt1tables.h152 FT_Fixed blue_scale;
167 FT_Fixed expansion_factor;
287 FT_Fixed* blend_points;
301 FT_Fixed* design_pos[T1_MAX_MM_DESIGNS];
304 FT_Fixed* weight_vector;
305 FT_Fixed* default_weight_vector;
352 FT_Fixed forcebold_threshold;
354 FT_Fixed expansion_factor; /* this is a duplicate of */
403 FT_Fixed cid_version;
Dtttables.h86 FT_Fixed Table_Version;
87 FT_Fixed Font_Revision;
202 FT_Fixed Version;
320 FT_Fixed Version;
452 FT_Fixed FormatType;
453 FT_Fixed italicAngle;
479 FT_Fixed Version;
569 FT_Fixed version;
Dfreetype.h1635 FT_Fixed x_scale; /* scaling values used to convert font */
1636 FT_Fixed y_scale; /* units to 26.6 fractional pixels */
1915 FT_Fixed linearHoriAdvance;
1916 FT_Fixed linearVertAdvance;
3636 FT_Fixed point_size,
3638 FT_Fixed* akerning );
4621 FT_EXPORT( FT_Fixed )
4622 FT_RoundFix( FT_Fixed a );
4643 FT_EXPORT( FT_Fixed )
4644 FT_CeilFix( FT_Fixed a );
[all …]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.h42 FT_Fixed fromCoord;
43 FT_Fixed toCoord;
80 FT_Fixed startCoord;
81 FT_Fixed peakCoord; /* zero means no effect (factor = 1) */
82 FT_Fixed endCoord;
303 FT_Fixed* coords;
304 FT_Fixed* normalizedcoords;
309 FT_Fixed* normalized_stylecoords;
328 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */
384 FT_Fixed* coords );
[all …]
Dttgxvar.c72 ( (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()
958 FT_Fixed netAdjustment = 0; /* accumulated adjustment */ in ft_var_get_item_delta()
959 FT_Fixed scaledDelta; in ft_var_get_item_delta()
960 FT_Fixed delta; in ft_var_get_item_delta()
972 FT_Fixed scalar = 0x10000L; in ft_var_get_item_delta()
1792 static FT_Fixed
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dfttrigon.c59 static FT_Fixed
60 ft_trig_downscale( FT_Fixed val ) in ft_trig_downscale()
73 val = (FT_Fixed)( in ft_trig_downscale()
82 static FT_Fixed
83 ft_trig_downscale( FT_Fixed val ) in ft_trig_downscale()
123 val = (FT_Fixed)hi; in ft_trig_downscale()
167 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_rotate()
222 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_polarize()
296 FT_EXPORT_DEF( FT_Fixed )
310 FT_EXPORT_DEF( FT_Fixed )
[all …]
Dftcalc.c86 FT_EXPORT_DEF( FT_Fixed )
87 FT_RoundFix( FT_Fixed a ) in FT_RoundFix()
95 FT_EXPORT_DEF( FT_Fixed )
96 FT_CeilFix( FT_Fixed a ) in FT_CeilFix()
104 FT_EXPORT_DEF( FT_Fixed )
105 FT_FloorFix( FT_Fixed a ) in FT_FloorFix()
153 FT_BASE_DEF( FT_Fixed )
154 FT_Hypot( FT_Fixed x, in FT_Hypot()
155 FT_Fixed y ) in FT_Hypot()
663 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply()
[all …]
Dftmm.c206 FT_Fixed* weightvector ) in FT_Set_MM_WeightVector()
239 FT_Fixed* weightvector ) in FT_Get_MM_WeightVector()
267 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates()
315 FT_Fixed* coords ) in FT_Get_Var_Design_Coordinates()
343 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates()
394 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates()
442 FT_Fixed* coords ) in FT_Get_MM_Blend_Coordinates()
473 FT_Fixed* coords ) in FT_Get_Var_Blend_Coordinates()
Dftadvanc.c27 FT_Fixed* advances, in _ft_face_scale_advances()
31 FT_Fixed scale; in _ft_face_scale_advances()
77 FT_Fixed *padvance ) in FT_Get_Advance()
116 FT_Fixed *padvances ) in FT_Get_Advances()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h129 FT_Fixed startCoord;
130 FT_Fixed peakCoord; /* zero peak means no effect (factor = 1) */
131 FT_Fixed endCoord;
177 FT_Fixed* lastNDV; /* last NDV used */
193 FT_Fixed italic_angle;
194 FT_Fixed underline_position;
195 FT_Fixed underline_thickness;
256 FT_Fixed blue_scale;
267 FT_Fixed force_bold_threshold;
270 FT_Fixed expansion_factor;
[all …]
Dt1types.h127 FT_Fixed stroke_width;
155 FT_Fixed min_ptsize;
156 FT_Fixed min_kern;
157 FT_Fixed max_ptsize;
158 FT_Fixed max_kern;
175 FT_Fixed Ascender;
176 FT_Fixed Descender;
Dpshints.h49 FT_Fixed x_scale,
50 FT_Fixed y_scale,
51 FT_Fixed x_delta,
52 FT_Fixed y_delta );
180 FT_Fixed* coords );
214 FT_Fixed* coords );
468 FT_Fixed* coordinates );
Dcffotypes.h66 FT_Fixed x_scale;
67 FT_Fixed y_scale;
94 FT_Fixed xx, xy; /* transformation matrix coefficients */
95 FT_Fixed yx, yy;
/third_party/skia/third_party/externals/freetype/src/pshinter/
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 );
Dpshalgo.c398 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 …]
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.h79 FT_Fixed* coords );
84 FT_Fixed* coords );
98 FT_Fixed* coords );
103 FT_Fixed* coords );
111 FT_Fixed* weightvector );
116 FT_Fixed* weightvector );
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvmm.h56 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 );
Dsvcfftl.h39 FT_Fixed* NDV );
49 FT_Fixed* NDV );
55 FT_Fixed* NDV );
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.h80 FT_Fixed* NDV );
90 FT_Fixed* NDV );
96 FT_Fixed* NDV );
110 FT_Fixed* *coords,
111 FT_Fixed* *normalizedcoords,
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvjust.c95 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()
253 FT_Fixed substThreshhold; /* Apple misspelled "Threshhold" */ in gxv_just_actSubrecord_type2_validate()
284 FT_Fixed minimumLimit; in gxv_just_actSubrecord_type4_validate()
285 FT_Fixed noStretchValue; in gxv_just_actSubrecord_type4_validate()
286 FT_Fixed maximumLimit; in gxv_just_actSubrecord_type4_validate()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c507 FT_Fixed* stack; in cff_decoder_parse_charstrings()
624 FT_Fixed* args = decoder->top; in cff_decoder_parse_charstrings()
1530 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */ in cff_decoder_parse_charstrings()
1533 FT_Fixed* temp; in cff_decoder_parse_charstrings()
1736 args[0] = (FT_Fixed)( ( *randval & 0xFFFF ) + 1 ); in cff_decoder_parse_charstrings()
1758 FT_Fixed root = args[0]; in cff_decoder_parse_charstrings()
1759 FT_Fixed new_root; in cff_decoder_parse_charstrings()
1784 FT_Fixed tmp; in cff_decoder_parse_charstrings()
1832 FT_Fixed tmp = args[count - 1]; in cff_decoder_parse_charstrings()
1850 FT_Fixed tmp = args[0]; in cff_decoder_parse_charstrings()
[all …]

12345