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

1 2 3 4

  /external/freetype/src/sfnt/
sfobjs.h 34 FT_Int face_index,
35 FT_Int num_params,
41 FT_Int face_index,
42 FT_Int num_params,
ttkern.h 39 FT_LOCAL( FT_Int )
  /external/freetype/src/pshinter/
pshglob.h 66 FT_Int org;
94 FT_Int org_ref;
95 FT_Int org_delta;
96 FT_Int org_top;
97 FT_Int org_bottom;
124 FT_Int blue_shift;
125 FT_Int blue_threshold;
126 FT_Int blue_fuzz;
167 FT_Int org_width );
180 FT_Int stem_top
    [all...]
pshrec.c 156 static FT_Int
158 FT_Int idx )
170 FT_Int idx )
186 FT_Int idx,
336 FT_Int rmask = 0x80 >> ( bit_pos & 7 );
338 FT_Int wmask = 0x80;
339 FT_Int val;
373 static FT_Int
375 FT_Int index1,
376 FT_Int index2
    [all...]
  /external/freetype/include/freetype/internal/
t1types.h 71 FT_Int num_chars;
72 FT_Int code_first;
73 FT_Int code_last;
118 FT_Int num_subrs;
122 FT_Int num_glyphs;
161 FT_Int degree;
171 FT_Int index1;
172 FT_Int index2;
173 FT_Int x;
174 FT_Int y
    [all...]
ftgloadr.h 59 FT_Int index;
61 FT_Int arg1;
62 FT_Int arg2;
psaux.h 67 FT_Int count,
75 FT_Int idx,
124 FT_Int max_elems;
125 FT_Int num_elems;
358 FT_Int power_ten );
367 FT_Int
369 FT_Int max_coords,
371 FT_Int
373 FT_Int max_values,
375 FT_Int power_ten )
    [all...]
ftcalc.h 145 FT_BASE( FT_Int )
156 FT_BASE( FT_Int )
ftdebug.h 116 FT_BASE( FT_Int )
144 FT_Trace_Get_Name( FT_Int idx );
  /external/freetype/src/psaux/
psconv.h 29 FT_LOCAL( FT_Int )
32 FT_Int base );
35 FT_LOCAL( FT_Int )
42 FT_Int power_ten );
psobjs.h 51 FT_Int count,
56 FT_Int idx,
91 FT_Int* pnum_tokens );
121 FT_Int power_ten );
124 FT_LOCAL( FT_Int )
126 FT_Int max_coords,
129 FT_LOCAL( FT_Int )
131 FT_Int max_values,
133 FT_Int power_ten );
166 FT_Int count )
    [all...]
afmparse.h 63 FT_Int i;
72 FT_LOCAL( FT_Int )
  /external/freetype/src/base/
ftdebug.c 104 FT_BASE_DEF( FT_Int )
114 FT_Trace_Get_Name( FT_Int idx )
169 FT_Int n, i, len = (FT_Int)( p - q );
170 FT_Int level = -1, found = -1;
227 FT_BASE_DEF( FT_Int )
235 FT_Trace_Get_Name( FT_Int idx )
ftgasp.c 24 FT_EXPORT_DEF( FT_Int )
28 FT_Int result = FT_GASP_NO_TABLE;
ftbitmap.c 47 FT_Int pitch = source->pitch;
67 FT_Int target_pitch = target->pitch;
107 FT_Int i, width, height;
145 FT_Int bit_width = pitch * 8;
146 FT_Int bit_last = ( width + xpixels ) * bpp;
153 FT_Int shift = bit_last & 7;
155 FT_Int count = height;
181 FT_Int len = ( width * bpp + 7 ) >> 3;
190 FT_Int len = ( width * bpp + 7 ) >> 3;
221 FT_Int i, x, y, pitch
    [all...]
ftbase.h 36 FT_Int num_params,
  /external/freetype/include/freetype/
t1tables.h 120 FT_Int unique_id;
121 FT_Int lenIV;
135 FT_Int blue_shift;
136 FT_Int blue_fuzz;
321 FT_Int sd_bytes;
355 FT_Int cid_font_type;
359 FT_Int supplement;
365 FT_Int num_xuid;
369 FT_Int fd_bytes;
370 FT_Int gd_bytes
    [all...]
ftgasp.h 111 FT_EXPORT( FT_Int )
ftcid.h 89 FT_Int *supplement);
ftglyph.h 163 FT_Int left;
164 FT_Int top;
    [all...]
fttypes.h 54 /* FT_Int */
211 /* FT_Int */
216 typedef signed int FT_Int;
405 FT_Int length;
    [all...]
  /external/freetype/src/cff/
cffgload.h 131 FT_Int flex_state;
132 FT_Int num_flex_vectors;
140 FT_Int num_hints;
146 FT_Int locals_bias;
147 FT_Int globals_bias;
180 FT_Int* max_advance );
  /external/freetype/include/freetype/internal/services/
svkern.h 34 FT_Int degree,
  /external/freetype/src/truetype/
ttinterp.h 101 FT_Int Caller_Range;
143 FT_Int curRange; /* current code range number */
149 FT_Int length; /* length of current opcode */
170 FT_Int callTop, /* top of call stack during execution */
190 FT_Int cur_ppem; /* ppem along the current proj vector */
228 FT_Int range,
233 FT_Int range,
239 FT_Int range );
  /external/freetype/src/autofit/
afhints.h 162 FT_Int score;
172 FT_Int num_segments;
173 FT_Int max_segments;
176 FT_Int mid_segments;
179 FT_Int num_edges;
180 FT_Int max_edges;
200 FT_Int max_points;
201 FT_Int num_points;
204 FT_Int max_contours;
205 FT_Int num_contours
    [all...]

Completed in 74 milliseconds

1 2 3 4