HomeSort by relevance Sort by last modified time
    Searched refs:FT_Pos (Results 1 - 25 of 45) sorted by null

1 2

  /external/freetype/src/autofit/
afwarp.h 36 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;
afangles.c 26 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...]
afhints.h 111 FT_Pos ox, oy; /* original, scaled position */
113 FT_Pos x, y; /* current position */
114 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */
136 FT_Pos num_linked; /* number of linked segments */
137 FT_Pos score; /* used during stem matching */
138 FT_Pos len; /* used during stem matching */
150 FT_Pos opos; /* original, scaled position */
151 FT_Pos pos; /* current position */
193 FT_Pos x_delta;
196 FT_Pos y_delta
    [all...]
aftypes.h 88 FT_Pos org; /* original position/width in font units */
89 FT_Pos cur; /* current/scaled position/width in device sub-pixels */
90 FT_Pos fit; /* current/fitted position/width in device sub-pixels */
97 FT_Pos* table );
132 af_angle_atan( FT_Pos dx,
133 FT_Pos dy );
220 FT_Pos x_delta; /* in 1/64th device pixels */
221 FT_Pos y_delta; /* in 1/64th device pixels */
aflatin.h 99 FT_Pos delta;
103 FT_Pos edge_distance_threshold;
104 FT_Pos standard_width;
113 FT_Pos org_delta;
afwarp.c 49 FT_Pos delta,
50 FT_Pos xx1,
51 FT_Pos xx2,
68 FT_Pos xx1min = warper->x1min;
69 FT_Pos xx1max = warper->x1max;
70 FT_Pos w = xx2 - xx1;
97 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord;
98 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta;
99 FT_Pos y = y0 + ( idx_min - idx0 );
137 FT_Pos *a_delta
    [all...]
afcjk.c 169 FT_Pos len_threshold;
170 FT_Pos dist_threshold;
192 FT_Pos dist = seg2->pos - seg1->pos;
199 FT_Pos min = seg1->min_coord;
200 FT_Pos max = seg1->max_coord;
201 FT_Pos len;
339 FT_Pos edge_distance_threshold;
373 FT_Pos best = 0xFFFFU;
381 FT_Pos dist;
402 FT_Pos dist2 = 0
    [all...]
aflatin2.c 117 FT_Pos dist;
137 FT_Pos stdw;
174 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS];
175 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS];
196 FT_Pos* blue_ref;
197 FT_Pos* blue_shoot;
284 FT_Pos dist;
378 FT_Pos ref = *blue_ref;
379 FT_Pos shoot = *blue_shoot;
499 FT_Pos delta
    [all...]
aflatin.c 110 FT_Pos dist;
130 FT_Pos stdw;
168 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS];
169 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS];
190 FT_Pos* blue_ref;
191 FT_Pos* blue_shoot;
202 FT_Pos best_y; /* same as points.y */
280 FT_Pos dist;
373 FT_Pos ref = *blue_ref;
374 FT_Pos shoot = *blue_shoot
    [all...]
  /external/freetype/include/freetype/internal/
ftcalc.h 146 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/pshinter/
pshglob.h 67 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 )
pshalgo.h 58 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...]
pshalgo.c 346 static FT_Pos
348 FT_Pos len,
355 FT_Pos delta = len - dim->stdw.widths[0].cur;
452 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta;
453 FT_Pos len = FT_MulFix( hint->org_len, scale );
456 FT_Pos fit_len;
514 FT_Pos par_org_center, par_cur_center;
515 FT_Pos cur_org_center, cur_delta;
579 FT_Pos left_nearest = FT_PIX_ROUND( pos );
580 FT_Pos right_nearest = FT_PIX_ROUND( pos + len )
    [all...]
  /external/freetype/src/base/
ftbbox.c 103 BBox_Conic_Check( FT_Pos y1,
104 FT_Pos y2,
105 FT_Pos y3,
106 FT_Pos* min,
107 FT_Pos* max )
218 BBox_Cubic_Check( FT_Pos p1,
219 FT_Pos p2,
220 FT_Pos p3,
221 FT_Pos p4,
222 FT_Pos* min
    [all...]
ftoutln.c 72 FT_Pos delta;
463 FT_Pos xMin, yMin, xMax, yMax;
487 FT_Pos x, y;
511 FT_Pos xOffset,
512 FT_Pos yOffset )
675 FT_Pos xz, yz;
745 FT_Pos x;
826 FT_Pos xmin;
883 FT_Pos strength )
929 FT_Pos d
    [all...]
ftcalc.c 725 FT_Pos delta, xx, yy;
783 FT_Pos xz, yz;
840 ft_corner_orientation( FT_Pos in_x,
841 FT_Pos in_y,
842 FT_Pos out_x,
843 FT_Pos out_y )
920 ft_corner_is_flat( FT_Pos in_x,
921 FT_Pos in_y,
922 FT_Pos out_x,
923 FT_Pos out_y
    [all...]
  /external/freetype/src/cff/
cfftypes.h 124 FT_Pos stroke_width;
157 FT_Pos blue_values[14];
158 FT_Pos other_blues[10];
159 FT_Pos family_blues[14];
160 FT_Pos family_other_blues[10];
163 FT_Pos blue_shift;
164 FT_Pos blue_fuzz;
165 FT_Pos standard_width;
166 FT_Pos standard_height;
170 FT_Pos snap_widths[13]
    [all...]
cffgload.h 90 FT_Pos pos_x;
91 FT_Pos pos_y;
135 FT_Pos glyph_width;
136 FT_Pos nominal_width;
  /external/freetype/src/psaux/
psobjs.h 170 FT_Pos x,
171 FT_Pos y,
176 FT_Pos x,
177 FT_Pos y );
185 FT_Pos x,
186 FT_Pos y );
  /external/freetype/include/freetype/
ftbitmap.h 128 FT_Pos xStrength,
129 FT_Pos yStrength );
ftimage.h 52 /* FT_Pos */
55 /* The type FT_Pos is used to store vectorial coordinates. Depending */
59 typedef signed long FT_Pos;
69 /* the FT_Pos type. */
77 FT_Pos x;
78 FT_Pos y;
118 FT_Pos xMin, yMin;
119 FT_Pos xMax, yMax;
    [all...]
ftoutln.h 253 FT_Pos xOffset,
254 FT_Pos yOffset );
347 FT_Pos strength );
ftpfr.h 162 FT_Pos *aadvance );
freetype.h 241 FT_Pos width;
242 FT_Pos height;
244 FT_Pos horiBearingX;
245 FT_Pos horiBearingY;
246 FT_Pos horiAdvance;
248 FT_Pos vertBearingX;
249 FT_Pos vertBearingY;
250 FT_Pos vertAdvance;
298 FT_Pos size;
300 FT_Pos x_ppem
    [all...]
  /external/freetype/include/freetype/internal/services/
svpfr.h 48 FT_Pos *aadvance );

Completed in 176 milliseconds

1 2