Home
last modified time | relevance | path

Searched refs:FT_Pos (Results 1 – 25 of 47) sorted by relevance

12

/external/freetype/src/base/
Dftbbox.c103 BBox_Conic_Check( FT_Pos y1, in BBox_Conic_Check()
104 FT_Pos y2, in BBox_Conic_Check()
105 FT_Pos y3, in BBox_Conic_Check()
106 FT_Pos* min, in BBox_Conic_Check()
107 FT_Pos* max ) in BBox_Conic_Check()
218 BBox_Cubic_Check( FT_Pos p1,
219 FT_Pos p2,
220 FT_Pos p3,
221 FT_Pos p4,
222 FT_Pos* min,
[all …]
Dftoutln.c72 FT_Pos delta; in FT_Outline_Decompose()
463 FT_Pos xMin, yMin, xMax, yMax; in FT_Outline_Get_CBox()
487 FT_Pos x, y; in FT_Outline_Get_CBox()
511 FT_Pos xOffset, in FT_Outline_Translate()
512 FT_Pos yOffset ) in FT_Outline_Translate()
675 FT_Pos xz, yz; in FT_Vector_Transform()
745 FT_Pos x;
826 FT_Pos xmin;
883 FT_Pos strength ) in FT_Outline_Embolden()
929 FT_Pos d; in FT_Outline_Embolden()
[all …]
Dftcalc.c726 FT_Pos delta, xx, yy; in FT_Matrix_Invert()
784 FT_Pos xz, yz; in FT_Vector_Transform_Scaled()
841 ft_corner_orientation( FT_Pos in_x, in ft_corner_orientation()
842 FT_Pos in_y, in ft_corner_orientation()
843 FT_Pos out_x, in ft_corner_orientation()
844 FT_Pos out_y ) in ft_corner_orientation()
921 ft_corner_is_flat( FT_Pos in_x, in ft_corner_is_flat()
922 FT_Pos in_y, in ft_corner_is_flat()
923 FT_Pos out_x, in ft_corner_is_flat()
924 FT_Pos out_y ) in ft_corner_is_flat()
[all …]
/external/freetype/src/autofit/
Dafangles.c26 af_corner_is_flat( FT_Pos x_in,
27 FT_Pos y_in,
28 FT_Pos x_out,
29 FT_Pos y_out )
31 FT_Pos ax = x_in;
32 FT_Pos ay = y_in;
34 FT_Pos d_in, d_out, d_corner;
64 af_corner_orientation( FT_Pos x_in,
65 FT_Pos y_in,
66 FT_Pos x_out,
[all …]
Dafhints.h256 FT_Pos ox, oy; /* original, scaled position */
258 FT_Pos x, y; /* current position */
259 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */
281 FT_Pos num_linked; /* number of linked segments */
282 FT_Pos score; /* used during stem matching */
283 FT_Pos len; /* used during stem matching */
294 FT_Pos opos; /* original, scaled position */
295 FT_Pos pos; /* current position */
336 FT_Pos x_delta;
339 FT_Pos y_delta;
[all …]
Dafwarp.h36 FT_Pos x1, x2;
37 FT_Pos t1, t2;
38 FT_Pos x1min, x1max;
39 FT_Pos x2min, x2max;
40 FT_Pos w0, wmin, wmax;
43 FT_Pos best_delta;
Daflatin.c129 FT_Pos dist; in af_latin_metrics_init_widths()
149 FT_Pos stdw; in af_latin_metrics_init_widths()
190 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; in af_latin_metrics_init_blues()
191 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; in af_latin_metrics_init_blues()
212 FT_Pos* blue_ref; in af_latin_metrics_init_blues()
213 FT_Pos* blue_shoot; in af_latin_metrics_init_blues()
224 FT_Pos best_y; /* same as points.y */ in af_latin_metrics_init_blues()
304 FT_Pos dist; in af_latin_metrics_init_blues()
397 FT_Pos ref = *blue_ref; in af_latin_metrics_init_blues()
398 FT_Pos shoot = *blue_shoot; in af_latin_metrics_init_blues()
[all …]
Daflatin2.c128 FT_Pos dist; in af_latin2_metrics_init_widths()
148 FT_Pos stdw; in af_latin2_metrics_init_widths()
186 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; in af_latin2_metrics_init_blues()
187 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; in af_latin2_metrics_init_blues()
208 FT_Pos* blue_ref; in af_latin2_metrics_init_blues()
209 FT_Pos* blue_shoot; in af_latin2_metrics_init_blues()
296 FT_Pos dist; in af_latin2_metrics_init_blues()
390 FT_Pos ref = *blue_ref; in af_latin2_metrics_init_blues()
391 FT_Pos shoot = *blue_shoot; in af_latin2_metrics_init_blues()
511 FT_Pos delta; in af_latin2_metrics_scale_dim()
[all …]
Dafwarp.c74 FT_Pos delta, in af_warper_compute_line_best()
75 FT_Pos xx1, in af_warper_compute_line_best()
76 FT_Pos xx2, in af_warper_compute_line_best()
93 FT_Pos xx1min = warper->x1min; in af_warper_compute_line_best()
94 FT_Pos xx1max = warper->x1max; in af_warper_compute_line_best()
95 FT_Pos w = xx2 - xx1; in af_warper_compute_line_best()
122 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord; in af_warper_compute_line_best()
123 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta; in af_warper_compute_line_best()
124 FT_Pos y = y0 + ( idx_min - idx0 ); in af_warper_compute_line_best()
166 FT_Pos *a_delta ) in af_warper_compute()
[all …]
Dafcjk.c141 FT_Pos dist; in af_cjk_metrics_init_widths()
161 FT_Pos stdw; in af_cjk_metrics_init_widths()
271 FT_Pos fills[AF_CJK_MAX_TEST_CHARACTERS]; in af_cjk_metrics_init_blues()
272 FT_Pos flats[AF_CJK_MAX_TEST_CHARACTERS]; in af_cjk_metrics_init_blues()
307 FT_Pos* blue_ref; in af_cjk_metrics_init_blues()
308 FT_Pos* blue_shoot; in af_cjk_metrics_init_blues()
329 FT_Pos best_pos; /* same as points.y */ in af_cjk_metrics_init_blues()
476 FT_Pos ref = *blue_ref; in af_cjk_metrics_init_blues()
477 FT_Pos shoot = *blue_shoot; in af_cjk_metrics_init_blues()
576 FT_Pos delta; in af_cjk_metrics_scale_dim()
[all …]
Daftypes.h78 FT_Pos org; /* original position/width in font units */
79 FT_Pos cur; /* current/scaled position/width in device sub-pixels */
80 FT_Pos fit; /* current/fitted position/width in device sub-pixels */
87 FT_Pos* table );
122 af_angle_atan( FT_Pos dx,
123 FT_Pos dy );
185 FT_Pos x_delta; /* in 1/64th device pixels */
186 FT_Pos y_delta; /* in 1/64th device pixels */
Dafcjk.h78 FT_Pos delta;
82 FT_Pos edge_distance_threshold;
83 FT_Pos standard_width;
92 FT_Pos org_delta;
Daflatin.h99 FT_Pos delta;
103 FT_Pos edge_distance_threshold; /* used for creating edges */
104 FT_Pos standard_width; /* the default stem thickness */
112 FT_Pos org_delta;
Dafhints.c315 FT_Pos* offset ) in af_glyph_hints_get_segment_offset()
432 FT_Pos* offset ) in af_glyph_hints_get_segment_offset()
459 af_direction_compute( FT_Pos dx, in af_direction_compute()
460 FT_Pos dy ) in af_direction_compute()
462 FT_Pos ll, ss; /* long and short arm lengths */ in af_direction_compute()
579 FT_Pos x_delta = hints->x_delta; in af_glyph_hints_reload()
580 FT_Pos y_delta = hints->y_delta; in af_glyph_hints_reload()
717 FT_Pos in_x = 0; in af_glyph_hints_reload()
718 FT_Pos in_y = 0; in af_glyph_hints_reload()
725 FT_Pos out_x, out_y; in af_glyph_hints_reload()
[all …]
/external/freetype/include/freetype/internal/
Dftcalc.h146 ft_corner_orientation( FT_Pos in_x,
147 FT_Pos in_y,
148 FT_Pos out_x,
149 FT_Pos out_y );
157 ft_corner_is_flat( FT_Pos in_x,
158 FT_Pos in_y,
159 FT_Pos out_x,
160 FT_Pos out_y );
/external/freetype/src/cff/
Dcfftypes.h125 FT_Pos stroke_width;
158 FT_Pos blue_values[14];
159 FT_Pos other_blues[10];
160 FT_Pos family_blues[14];
161 FT_Pos family_other_blues[10];
164 FT_Pos blue_shift;
165 FT_Pos blue_fuzz;
166 FT_Pos standard_width;
167 FT_Pos standard_height;
171 FT_Pos snap_widths[13];
[all …]
Dcffgload.h90 FT_Pos pos_x;
91 FT_Pos pos_y;
135 FT_Pos glyph_width;
136 FT_Pos nominal_width;
/external/freetype/src/pshinter/
Dpshglob.h67 FT_Pos cur;
68 FT_Pos fit;
99 FT_Pos cur_ref;
100 FT_Pos cur_delta;
101 FT_Pos cur_bottom;
102 FT_Pos cur_top;
152 FT_Pos align_top;
153 FT_Pos align_bot;
165 FT_LOCAL( FT_Pos )
Dpshalgo.h58 FT_Pos cur_pos;
59 FT_Pos cur_len;
74 FT_Pos min;
75 FT_Pos max;
174 FT_Pos org_u;
175 FT_Pos org_v;
176 FT_Pos cur_u;
178 FT_Pos org_x;
179 FT_Pos cur_x;
180 FT_Pos org_y;
[all …]
Dpshalgo.c346 static FT_Pos
348 FT_Pos len, in psh_dimension_quantize_len()
355 FT_Pos delta = len - dim->stdw.widths[0].cur; in psh_dimension_quantize_len()
452 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta; in psh_hint_align()
453 FT_Pos len = FT_MulFix( hint->org_len, scale ); in psh_hint_align()
456 FT_Pos fit_len; in psh_hint_align()
514 FT_Pos par_org_center, par_cur_center; in psh_hint_align()
515 FT_Pos cur_org_center, cur_delta; in psh_hint_align()
579 FT_Pos left_nearest = FT_PIX_ROUND( pos ); in psh_hint_align()
580 FT_Pos right_nearest = FT_PIX_ROUND( pos + len ); in psh_hint_align()
[all …]
Dpshglob.c62 FT_Pos w, dist; in psh_globals_scale_widths()
84 FT_LOCAL_DEF( FT_Pos )
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
90 FT_Pos best = 64 + 32 + 2;
91 FT_Pos reference = width;
96 FT_Pos w;
97 FT_Pos dist;
368 FT_Pos delta ) in psh_blues_scale_zones()
504 FT_Pos Delta; in psh_blues_scale_zones()
533 FT_Pos delta; in psh_blues_snap_stem()
/external/freetype/include/freetype/
Dfreetype.h242 FT_Pos width;
243 FT_Pos height;
245 FT_Pos horiBearingX;
246 FT_Pos horiBearingY;
247 FT_Pos horiAdvance;
249 FT_Pos vertBearingX;
250 FT_Pos vertBearingY;
251 FT_Pos vertAdvance;
299 FT_Pos size;
301 FT_Pos x_ppem;
[all …]
Dftimage.h59 typedef signed long FT_Pos; typedef
77 FT_Pos x;
78 FT_Pos y;
118 FT_Pos xMin, yMin;
119 FT_Pos xMax, yMax;
699 FT_Pos delta;
Dftoutln.h256 FT_Pos xOffset,
257 FT_Pos yOffset );
350 FT_Pos strength );
/external/freetype/src/psaux/
Dpsobjs.h170 FT_Pos x,
171 FT_Pos y,
176 FT_Pos x,
177 FT_Pos y );
185 FT_Pos x,
186 FT_Pos y );

12