Home
last modified time | relevance | path

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

12345

/external/pdfium/third_party/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.h95 FT_Pos pos_x;
96 FT_Pos pos_y;
120 FT_Pos x,
121 FT_Pos y,
125 FT_Pos x,
126 FT_Pos y );
129 FT_Pos x,
130 FT_Pos y );
175 FT_Pos glyph_width;
176 FT_Pos nominal_width;
/external/freetype/src/autofit/
Dafhints.h247 FT_Pos ox, oy; /* original, scaled position */
249 FT_Pos x, y; /* current position */
250 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */
273 FT_Pos score; /* used during stem matching */
274 FT_Pos len; /* used during stem matching */
285 FT_Pos opos; /* original, scaled position */
286 FT_Pos pos; /* current position */
339 FT_Pos x_delta;
342 FT_Pos y_delta;
359 FT_Pos xmin_delta; /* used for warping */
[all …]
Daflatin.c209 FT_Pos dist; in af_latin_metrics_init_widths()
232 FT_Pos stdw; in af_latin_metrics_init_widths()
281 FT_Pos a, b; in af_latin_sort_blue()
314 FT_Pos flats [AF_BLUE_STRING_MAX_LEN]; in af_latin_metrics_init_blues()
315 FT_Pos rounds[AF_BLUE_STRING_MAX_LEN]; in af_latin_metrics_init_blues()
330 FT_Pos flat_threshold = FLAT_THRESHOLD( metrics->units_per_em ); in af_latin_metrics_init_blues()
347 FT_Pos* blue_ref; in af_latin_metrics_init_blues()
348 FT_Pos* blue_shoot; in af_latin_metrics_init_blues()
349 FT_Pos ascender; in af_latin_metrics_init_blues()
350 FT_Pos descender; in af_latin_metrics_init_blues()
[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;
Daflatin2.c135 FT_Pos dist; in af_latin2_metrics_init_widths()
155 FT_Pos stdw; in af_latin2_metrics_init_widths()
193 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; in af_latin2_metrics_init_blues()
194 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; in af_latin2_metrics_init_blues()
215 FT_Pos* blue_ref; in af_latin2_metrics_init_blues()
216 FT_Pos* blue_shoot; in af_latin2_metrics_init_blues()
300 FT_Pos best_x = points[best_point].x; in af_latin2_metrics_init_blues()
302 FT_Pos dist; in af_latin2_metrics_init_blues()
398 FT_Pos ref = *blue_ref; in af_latin2_metrics_init_blues()
399 FT_Pos shoot = *blue_shoot; in af_latin2_metrics_init_blues()
[all …]
Dafcjk.c216 FT_Pos dist; in af_cjk_metrics_init_widths()
239 FT_Pos stdw; in af_cjk_metrics_init_widths()
281 FT_Pos fills[AF_BLUE_STRING_MAX_LEN]; in af_cjk_metrics_init_blues()
282 FT_Pos flats[AF_BLUE_STRING_MAX_LEN]; in af_cjk_metrics_init_blues()
315 FT_Pos* blue_ref; in af_cjk_metrics_init_blues()
316 FT_Pos* blue_shoot; in af_cjk_metrics_init_blues()
351 FT_Pos best_pos; /* same as points.y or points.x, resp. */ in af_cjk_metrics_init_blues()
525 FT_Pos ref = *blue_ref; in af_cjk_metrics_init_blues()
526 FT_Pos shoot = *blue_shoot; in af_cjk_metrics_init_blues()
650 FT_Pos delta; in af_cjk_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 …]
Daftypes.h79 FT_Pos org; /* original position/width in font units */
80 FT_Pos cur; /* current/scaled position/width in device sub-pixels */
81 FT_Pos fit; /* current/fitted position/width in device sub-pixels */
88 FT_Pos* table );
93 FT_Pos threshold );
124 af_angle_atan( FT_Pos dx,
125 FT_Pos dy );
183 FT_Pos x_delta; /* in 1/64th device pixels */
184 FT_Pos y_delta; /* in 1/64th device pixels */
216 FT_Pos* stdHW,
[all …]
Daflatin.h81 FT_Pos ascender;
82 FT_Pos descender;
91 FT_Pos delta;
95 FT_Pos edge_distance_threshold; /* used for creating edges */
96 FT_Pos standard_width; /* the default stem thickness */
104 FT_Pos org_delta;
Dafangles.c156 FT_Pos tmp; in af_angle_atan()
188 FT_Pos* table ) in af_sort_pos()
191 FT_Pos swap; in af_sort_pos()
212 FT_Pos threshold ) in af_sort_and_quantize_widths()
216 FT_Pos cur_val; in af_sort_and_quantize_widths()
217 FT_Pos sum; in af_sort_and_quantize_widths()
262 table[cur_idx].org = sum / (FT_Pos)j; in af_sort_and_quantize_widths()
/external/pdfium/third_party/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.h55 FT_Pos cur_pos;
56 FT_Pos cur_len;
71 FT_Pos min;
72 FT_Pos max;
166 FT_Pos org_u;
167 FT_Pos org_v;
168 FT_Pos cur_u;
170 FT_Pos org_x;
171 FT_Pos cur_x;
172 FT_Pos org_y;
[all …]
/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.h55 FT_Pos cur_pos;
56 FT_Pos cur_len;
71 FT_Pos min;
72 FT_Pos max;
166 FT_Pos org_u;
167 FT_Pos org_v;
168 FT_Pos cur_u;
170 FT_Pos org_x;
171 FT_Pos cur_x;
172 FT_Pos org_y;
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftbbox.c149 BBox_Conic_Check( FT_Pos y1, in BBox_Conic_Check()
150 FT_Pos y2, in BBox_Conic_Check()
151 FT_Pos y3, in BBox_Conic_Check()
152 FT_Pos* min, in BBox_Conic_Check()
153 FT_Pos* max ) in BBox_Conic_Check()
249 static FT_Pos
250 cubic_peak( FT_Pos q1, in cubic_peak()
251 FT_Pos q2, in cubic_peak()
252 FT_Pos q3, in cubic_peak()
253 FT_Pos q4 ) in cubic_peak()
[all …]
/external/freetype/src/base/
Dftbbox.c149 BBox_Conic_Check( FT_Pos y1, in BBox_Conic_Check()
150 FT_Pos y2, in BBox_Conic_Check()
151 FT_Pos y3, in BBox_Conic_Check()
152 FT_Pos* min, in BBox_Conic_Check()
153 FT_Pos* max ) in BBox_Conic_Check()
249 static FT_Pos
250 cubic_peak( FT_Pos q1, in cubic_peak()
251 FT_Pos q2, in cubic_peak()
252 FT_Pos q3, in cubic_peak()
253 FT_Pos q4 ) in cubic_peak()
[all …]
/external/freetype/src/cff/
Dcffgload.h95 FT_Pos pos_x;
96 FT_Pos pos_y;
120 FT_Pos x,
121 FT_Pos y,
125 FT_Pos x,
126 FT_Pos y );
129 FT_Pos x,
130 FT_Pos y );
175 FT_Pos glyph_width;
176 FT_Pos nominal_width;
Dcfftypes.h199 FT_Pos stroke_width;
246 FT_Pos blue_values[14];
247 FT_Pos other_blues[10];
248 FT_Pos family_blues[14];
249 FT_Pos family_other_blues[10];
252 FT_Pos blue_shift;
253 FT_Pos blue_fuzz;
254 FT_Pos standard_width;
255 FT_Pos standard_height;
259 FT_Pos snap_widths[13];
[all …]
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h311 FT_Pos width;
312 FT_Pos height;
314 FT_Pos horiBearingX;
315 FT_Pos horiBearingY;
316 FT_Pos horiAdvance;
318 FT_Pos vertBearingX;
319 FT_Pos vertBearingY;
320 FT_Pos vertAdvance;
368 FT_Pos size;
370 FT_Pos x_ppem;
[all …]
Dftoutln.h269 FT_Pos xOffset,
270 FT_Pos yOffset );
366 FT_Pos strength );
382 FT_Pos xstrength,
383 FT_Pos ystrength );
/external/freetype/include/freetype/
Dfreetype.h315 FT_Pos width;
316 FT_Pos height;
318 FT_Pos horiBearingX;
319 FT_Pos horiBearingY;
320 FT_Pos horiAdvance;
322 FT_Pos vertBearingX;
323 FT_Pos vertBearingY;
324 FT_Pos vertAdvance;
372 FT_Pos size;
374 FT_Pos x_ppem;
[all …]
Dftoutln.h277 FT_Pos xOffset,
278 FT_Pos yOffset );
374 FT_Pos strength );
390 FT_Pos xstrength,
391 FT_Pos ystrength );
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftcalc.h321 ft_corner_orientation( FT_Pos in_x,
322 FT_Pos in_y,
323 FT_Pos out_x,
324 FT_Pos out_y );
333 ft_corner_is_flat( FT_Pos in_x,
334 FT_Pos in_y,
335 FT_Pos out_x,
336 FT_Pos out_y );
/external/freetype/include/freetype/internal/
Dftcalc.h321 ft_corner_orientation( FT_Pos in_x,
322 FT_Pos in_y,
323 FT_Pos out_x,
324 FT_Pos out_y );
333 ft_corner_is_flat( FT_Pos in_x,
334 FT_Pos in_y,
335 FT_Pos out_x,
336 FT_Pos out_y );

12345