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

1 2 3 4

  /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;
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 */
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...]
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 79 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...]
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;
303 FT_Pos best_x = points[best_point].x;
305 FT_Pos dist;
401 FT_Pos ref = *blue_ref;
402 FT_Pos shoot = *blue_shoot
    [all...]
aflatin.c 209 FT_Pos dist;
232 FT_Pos stdw;
281 FT_Pos a, b;
314 FT_Pos flats [AF_BLUE_STRING_MAX_LEN];
315 FT_Pos rounds[AF_BLUE_STRING_MAX_LEN];
330 FT_Pos flat_threshold = FLAT_THRESHOLD( metrics->units_per_em );
347 FT_Pos* blue_ref;
348 FT_Pos* blue_shoot;
349 FT_Pos ascender;
350 FT_Pos descender
    [all...]
  /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 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...]
  /external/freetype/src/psaux/
psobjs.h 171 FT_Pos x,
172 FT_Pos y,
177 FT_Pos x,
178 FT_Pos y );
186 FT_Pos x,
187 FT_Pos y );
218 FT_Pos x,
219 FT_Pos y,
223 FT_Pos x,
224 FT_Pos y )
    [all...]
psft.h 95 FT_Pos* *data );
99 FT_Pos* *data );
103 FT_Pos* *data );
107 FT_Pos* *data );
  /external/freetype/src/base/
ftbbox.c 149 BBox_Conic_Check( FT_Pos y1,
150 FT_Pos y2,
151 FT_Pos y3,
152 FT_Pos* min,
153 FT_Pos* max )
249 static FT_Pos
250 cubic_peak( FT_Pos q1,
251 FT_Pos q2,
252 FT_Pos q3,
253 FT_Pos q4
    [all...]
  /external/freetype/include/freetype/
ftoutln.h 274 FT_Pos xOffset,
275 FT_Pos yOffset );
371 FT_Pos strength );
390 FT_Pos xstrength,
391 FT_Pos ystrength );
    [all...]
ftbitmap.h 141 FT_Pos xStrength,
142 FT_Pos yStrength );
ftimage.h 51 /* FT_Pos */
54 /* The type FT_Pos is used to store vectorial coordinates. Depending */
58 typedef signed long FT_Pos;
68 /* the FT_Pos type. */
76 FT_Pos x;
77 FT_Pos y;
117 FT_Pos xMin, yMin;
118 FT_Pos xMax, yMax;
    [all...]
ftpfr.h 162 FT_Pos *aadvance );
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftoutln.h 269 FT_Pos xOffset,
270 FT_Pos yOffset );
366 FT_Pos strength );
382 FT_Pos xstrength,
383 FT_Pos ystrength );
    [all...]
ftbitmap.h 141 FT_Pos xStrength,
142 FT_Pos yStrength );
ftimage.h 51 /* FT_Pos */
54 /* The type FT_Pos is used to store vectorial coordinates. Depending */
58 typedef signed long FT_Pos;
68 /* the FT_Pos type. */
76 FT_Pos x;
77 FT_Pos y;
117 FT_Pos xMin, yMin;
118 FT_Pos xMax, yMax;
    [all...]
  /external/freetype/include/freetype/internal/
cfftypes.h 200 FT_Pos stroke_width;
247 FT_Pos blue_values[14];
248 FT_Pos other_blues[10];
249 FT_Pos family_blues[14];
250 FT_Pos family_other_blues[10];
253 FT_Pos blue_shift;
254 FT_Pos blue_fuzz;
255 FT_Pos standard_width;
256 FT_Pos standard_height;
260 FT_Pos snap_widths[13]
    [all...]
  /external/freetype/src/type1/
t1gload.h 32 FT_Pos* max_advance );
  /external/freetype/include/freetype/internal/services/
svpfr.h 48 FT_Pos *aadvance );

Completed in 369 milliseconds

1 2 3 4