Home
last modified time | relevance | path

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

123456

/external/freetype/include/freetype/
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,
Dftmm.h153 FT_Fixed minimum;
154 FT_Fixed def;
155 FT_Fixed maximum;
185 FT_Fixed* coords;
356 FT_Fixed* coords );
386 FT_Fixed* coords );
420 FT_Fixed* coords );
451 FT_Fixed* coords );
465 FT_Fixed* coords );
479 FT_Fixed* coords );
Dt1tables.h154 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;
346 FT_Fixed forcebold_threshold;
348 FT_Fixed expansion_factor;
397 FT_Fixed cid_version;
Dtttables.h85 FT_Fixed Table_Version;
86 FT_Fixed Font_Revision;
201 FT_Fixed Version;
323 FT_Fixed Version;
457 FT_Fixed FormatType;
458 FT_Fixed italicAngle;
484 FT_Fixed Version;
569 FT_Fixed version;
Dfreetype.h1538 FT_Fixed x_scale; /* scaling values used to convert font */
1539 FT_Fixed y_scale; /* units to 26.6 fractional pixels */
1788 FT_Fixed linearHoriAdvance;
1789 FT_Fixed linearVertAdvance;
3332 FT_Fixed point_size,
3334 FT_Fixed* akerning );
4169 FT_EXPORT( FT_Fixed )
4170 FT_RoundFix( FT_Fixed a );
4187 FT_EXPORT( FT_Fixed )
4188 FT_CeilFix( FT_Fixed a );
[all …]
/external/pdfium/third_party/freetype/include/freetype/
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,
Dftmm.h144 FT_Fixed minimum;
145 FT_Fixed def;
146 FT_Fixed maximum;
172 FT_Fixed* coords;
325 FT_Fixed* coords );
355 FT_Fixed* coords );
369 FT_Fixed* coords );
Dt1tables.h154 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;
346 FT_Fixed forcebold_threshold;
348 FT_Fixed expansion_factor;
397 FT_Fixed cid_version;
Dtttables.h84 FT_Fixed Table_Version;
85 FT_Fixed Font_Revision;
201 FT_Fixed Version;
327 FT_Fixed Version;
439 FT_Fixed FormatType;
440 FT_Fixed italicAngle;
466 FT_Fixed Version;
553 FT_Fixed version;
Dfreetype.h1506 FT_Fixed x_scale; /* scaling values used to convert font */
1507 FT_Fixed y_scale; /* units to 26.6 fractional pixels */
1754 FT_Fixed linearHoriAdvance;
1755 FT_Fixed linearVertAdvance;
3155 FT_Fixed point_size,
3157 FT_Fixed* akerning );
3979 FT_EXPORT( FT_Fixed )
3980 FT_RoundFix( FT_Fixed a );
3998 FT_EXPORT( FT_Fixed )
3999 FT_CeilFix( FT_Fixed a );
[all …]
/external/freetype/src/truetype/
Dttgxvar.h41 FT_Fixed fromCoord;
42 FT_Fixed toCoord;
79 FT_Fixed startCoord;
80 FT_Fixed peakCoord; /* zero means no effect (factor = 1) */
81 FT_Fixed endCoord;
230 FT_Fixed* normalizedcoords;
251 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */
307 FT_Fixed* coords );
312 FT_Fixed* coords );
317 FT_Fixed* coords );
[all …]
/external/freetype/src/base/
Dfttrigon.c60 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 …]
/external/pdfium/third_party/freetype/src/base/
Dfttrigon.c60 static FT_Fixed
61 ft_trig_downscale( FT_Fixed val ) in ft_trig_downscale()
74 val = (FT_Fixed)( ( (FT_Int64)val * FT_TRIG_SCALE + 0x40000000UL ) >> 32 ); 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 …]
/external/pdfium/third_party/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 );
/external/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 );
/external/freetype/src/cff/
Dcfftypes.h124 FT_Fixed startCoord;
125 FT_Fixed peakCoord; /* zero peak means no effect (factor = 1) */
126 FT_Fixed endCoord;
172 FT_Fixed* lastNDV; /* last NDV used */
188 FT_Fixed italic_angle;
189 FT_Fixed underline_position;
190 FT_Fixed underline_thickness;
251 FT_Fixed blue_scale;
262 FT_Fixed force_bold_threshold;
265 FT_Fixed expansion_factor;
[all …]
Dcffobjs.h78 FT_Fixed x_scale;
79 FT_Fixed y_scale;
106 FT_Fixed xx, xy; /* transformation matrix coefficients */
107 FT_Fixed yx, yy;
/external/pdfium/third_party/freetype/src/truetype/
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 );
/external/pdfium/third_party/freetype/include/freetype/internal/
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;
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 );
/external/freetype/include/freetype/internal/
Dt1types.h125 FT_Fixed stroke_width;
153 FT_Fixed min_ptsize;
154 FT_Fixed min_kern;
155 FT_Fixed max_ptsize;
156 FT_Fixed max_kern;
173 FT_Fixed Ascender;
174 FT_Fixed Descender;
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 );
/external/freetype/src/autofit/
Dafangles.c45 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/pdfium/third_party/freetype/src/cff/
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;
Dcffobjs.h78 FT_Fixed x_scale;
79 FT_Fixed y_scale;
106 FT_Fixed xx, xy; /* transformation matrix coefficients */
107 FT_Fixed yx, yy;

123456