HomeSort by: relevance | last modified time | path
    Searched refs:FT_Pos (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/freetype/dist/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;
56 FT_Pos *a_delta );
afcjk.h 76 FT_Pos delta;
80 FT_Pos edge_distance_threshold; /* used for creating edges */
81 FT_Pos standard_width; /* the default stem thickness */
90 FT_Pos org_delta;
afglobal.h 126 FT_Pos standard_vertical_width;
129 FT_Pos standard_horizontal_width;
131 FT_Pos darken_x;
133 FT_Pos darken_y;
afhints.h 247 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 */
279 FT_Pos score; /* used during stem matching */
280 FT_Pos len; /* used during stem matching */
291 FT_Pos opos; /* original, scaled position */
292 FT_Pos pos; /* current position */
345 FT_Pos x_delta;
348 FT_Pos y_delta;
365 FT_Pos xmin_delta; /* used for warping *
    [all...]
aflatin.h 81 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;
aftypes.h 78 FT_Pos org; /* original position/width in font units */
79 FT_Pos cur; /* current/scaled position/width in device subpixels */
80 FT_Pos fit; /* current/fitted position/width in device subpixels */
87 FT_Pos* table );
92 FT_Pos threshold );
123 af_angle_atan( FT_Pos dx,
124 FT_Pos dy );
183 FT_Pos x_delta; /* in 1/64th device pixels */
184 FT_Pos y_delta; /* in 1/64th device pixels */
217 FT_Pos* stdHW
    [all...]
afangles.c 156 FT_Pos tmp;
188 FT_Pos* table )
191 FT_Pos swap;
212 FT_Pos threshold )
216 FT_Pos cur_val;
217 FT_Pos sum;
262 table[cur_idx].org = sum / (FT_Pos)j;
afwarp.c 74 FT_Pos delta,
75 FT_Pos xx1,
76 FT_Pos xx2,
93 FT_Pos xx1min = warper->x1min;
94 FT_Pos xx1max = warper->x1max;
95 FT_Pos w = xx2 - xx1;
121 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord;
122 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta;
123 FT_Pos y = y0 + ( idx_min - idx0 );
165 FT_Pos *a_delta
    [all...]
aflatin2.c 138 FT_Pos dist;
158 FT_Pos stdw;
196 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS];
197 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS];
218 FT_Pos* blue_ref;
219 FT_Pos* blue_shoot;
304 FT_Pos best_x = points[best_point].x;
306 FT_Pos dist;
402 FT_Pos ref = *blue_ref;
403 FT_Pos shoot = *blue_shoot
    [all...]
aflatin.c 217 FT_Pos dist;
240 FT_Pos stdw;
289 FT_Pos a, b;
322 FT_Pos flats [AF_BLUE_STRING_MAX_LEN];
323 FT_Pos rounds[AF_BLUE_STRING_MAX_LEN];
338 FT_Pos flat_threshold = FLAT_THRESHOLD( metrics->units_per_em );
364 FT_Pos* blue_ref;
365 FT_Pos* blue_shoot;
366 FT_Pos ascender;
367 FT_Pos descender
    [all...]
  /xsrc/external/mit/freetype/dist/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 55 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...]
  /xsrc/external/mit/freetype/dist/include/freetype/
ftoutln.h 272 FT_Pos xOffset,
273 FT_Pos yOffset );
375 FT_Pos strength );
393 FT_Pos xstrength,
394 FT_Pos ystrength );
ftbitmap.h 159 FT_Pos xStrength,
160 FT_Pos yStrength );
ftimage.h 50 * FT_Pos
53 * The type FT_Pos is used to store vectorial coordinates. Depending on
57 typedef signed long FT_Pos;
67 * FT_Pos type.
77 FT_Pos x;
78 FT_Pos y;
120 FT_Pos xMin, yMin;
121 FT_Pos xMax, yMax;
666 FT_Pos delta;
ftpfr.h 169 FT_Pos *aadvance );
  /xsrc/external/mit/freetype/dist/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 );
217 FT_Pos x,
218 FT_Pos y,
222 FT_Pos x,
223 FT_Pos y )
    [all...]
psft.h 95 FT_Pos* *data );
99 FT_Pos* *data );
103 FT_Pos* *data );
107 FT_Pos* *data );
  /xsrc/external/mit/freetype/dist/src/base/
ftbbox.c 157 BBox_Conic_Check( FT_Pos y1,
158 FT_Pos y2,
159 FT_Pos y3,
160 FT_Pos* min,
161 FT_Pos* max )
266 static FT_Pos
267 cubic_peak( FT_Pos q1,
268 FT_Pos q2,
269 FT_Pos q3,
270 FT_Pos q4
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
cfftypes.h 204 FT_Pos stroke_width;
251 FT_Pos blue_values[14];
252 FT_Pos other_blues[10];
253 FT_Pos family_blues[14];
254 FT_Pos family_other_blues[10];
257 FT_Pos blue_shift;
258 FT_Pos blue_fuzz;
259 FT_Pos standard_width;
260 FT_Pos standard_height;
264 FT_Pos snap_widths[13]
    [all...]
psaux.h 572 FT_Pos* pos_x;
573 FT_Pos* pos_y;
648 FT_Pos* glyph_width;
707 FT_Pos x,
708 FT_Pos y,
713 FT_Pos x,
714 FT_Pos y );
721 FT_Pos x,
722 FT_Pos y );
836 FT_Pos pos_x
    [all...]
ftcalc.h 338 ft_corner_orientation( FT_Pos in_x,
339 FT_Pos in_y,
340 FT_Pos out_x,
341 FT_Pos out_y );
350 ft_corner_is_flat( FT_Pos in_x,
351 FT_Pos in_y,
352 FT_Pos out_x,
353 FT_Pos out_y );
  /xsrc/external/mit/freetype/dist/src/type1/
t1gload.h 31 FT_Pos* max_advance );
  /xsrc/external/mit/freetype/dist/include/freetype/internal/services/
svpfr.h 48 FT_Pos *aadvance );
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgload.h 45 FT_Pos yMax,

Completed in 13 milliseconds

1 2 3 4