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

1 2

  /external/freetype/include/freetype/
ftwinfnt.h 185 FT_UShort version;
188 FT_UShort file_type;
189 FT_UShort nominal_point_size;
190 FT_UShort vertical_resolution;
191 FT_UShort horizontal_resolution;
192 FT_UShort ascent;
193 FT_UShort internal_leading;
194 FT_UShort external_leading;
198 FT_UShort weight;
200 FT_UShort pixel_width
    [all...]
tttables.h 71 FT_UShort Flags;
72 FT_UShort Units_Per_EM;
82 FT_UShort Mac_Style;
83 FT_UShort Lowest_Rec_PPEM;
187 FT_UShort advance_Width_Max; /* advance width maximum */
199 FT_UShort number_Of_HMetrics;
313 FT_UShort advance_Height_Max; /* advance height maximum */
325 FT_UShort number_Of_VMetrics;
352 FT_UShort version; /* 0x0001 - more or 0xFFFF */
354 FT_UShort usWeightClass
    [all...]
ftsnames.h 100 FT_UShort platform_id;
101 FT_UShort encoding_id;
102 FT_UShort language_id;
103 FT_UShort name_id;
t1tables.h 79 FT_UShort underline_thickness;
138 FT_UShort standard_width[1];
139 FT_UShort standard_height[1];
fttypes.h 61 /* FT_UShort */
200 /* FT_UShort */
205 typedef unsigned short FT_UShort;
    [all...]
ftcache.h     [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 102 FT_UShort num_tables;
103 FT_UShort search_range;
104 FT_UShort entry_selector;
105 FT_UShort range_shift;
156 FT_UShort advance;
203 FT_UShort platformID;
204 FT_UShort encodingID;
205 FT_UShort languageID;
206 FT_UShort nameID;
207 FT_UShort stringLength
    [all...]
ftrfork.h 46 FT_UShort res_id;
t1types.h 75 FT_UShort* char_index;
99 FT_UShort fs_type;
ftgloadr.h 60 FT_UShort flags;
  /external/freetype/src/cff/
cffcmap.h 41 FT_UShort* gids; /* up to 256 elements */
cffload.h 30 FT_LOCAL( FT_UShort )
cfftypes.h 81 FT_UShort sids [256]; /* avoid dynamic allocations */
82 FT_UShort codes[256];
93 FT_UShort* sids;
94 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
cffload.c 35 static const FT_UShort cff_isoadobe_charset[229] =
68 static const FT_UShort cff_expert_charset[166] =
93 static const FT_UShort cff_expertsubset_charset[87] =
108 static const FT_UShort cff_standard_encoding[256] =
144 static const FT_UShort cff_expert_encoding[256] =
183 FT_LOCAL_DEF( FT_UShort )
186 return (FT_UShort)( charcode < 256 ? cff_standard_encoding[charcode]
233 FT_UShort count;
740 FT_UShort max_cid = 0;
758 charset->cids[charset->sids[j]] = (FT_UShort)j
    [all...]
  /external/freetype/src/psaux/
t1cmap.h 44 const FT_UShort* code_to_sid;
75 FT_UShort* indices;
psconv.h 63 FT_UShort* seed );
  /external/freetype/src/truetype/
ttgload.h 42 FT_UShort* aw );
49 FT_UShort* ah );
ttobjs.h 78 FT_UShort rp0;
79 FT_UShort rp1;
80 FT_UShort rp2;
109 FT_UShort gep0;
110 FT_UShort gep1;
111 FT_UShort gep2;
123 FT_UShort maxPoints,
269 FT_UShort ppem; /* maximum ppem size */
319 FT_UShort storage_size; /* The storage area is now part of */
ttgxvar.c 94 #define ALL_POINTS (FT_UShort*)( -1 )
119 /* An array of FT_UShort containing the affected points or the */
122 static FT_UShort*
126 FT_UShort *points;
162 points[i++] = (FT_UShort)( first += FT_GET_USHORT() );
172 points[i++] = (FT_UShort)( first += FT_GET_BYTE() );
346 FT_UShort axisCount;
347 FT_UShort globalCoordCount;
349 FT_UShort glyphCount;
350 FT_UShort flags
    [all...]
ttinterp.c 617 exec->glyphSize = (FT_UShort)tmp;
    [all...]
ttinterp.h 76 FT_UShort point,
174 FT_UShort maxPoints; /* capacity of this context's `pts' */
181 FT_UShort storeSize; /* size of current storage */
ttgxvar.h 58 FT_UShort pairCount;
  /external/freetype/src/sfnt/
ttmtx.h 48 FT_UShort* aadvance );
ttpost.c 162 FT_UShort num_names;
164 FT_UShort* glyph_indices = 0;
215 num_names = (FT_UShort)idx;
222 FT_UShort n;
247 table->num_glyphs = (FT_UShort)num_glyphs;
248 table->num_names = (FT_UShort)num_names;
256 FT_UShort n;
321 table->num_glyphs = (FT_UShort)num_glyphs;
387 FT_UShort n;
486 FT_UShort name_index = table->glyph_indices[idx]
    [all...]
ttmtx.c 226 face->vertical.number_Of_VMetrics = (FT_UShort)num_longs;
228 face->horizontal.number_Of_HMetrics = (FT_UShort)num_longs;
353 FT_UShort *aadvance )
359 FT_UShort k;
432 FT_UShort* aadvance )
439 FT_UShort k = header->number_Of_HMetrics;

Completed in 99 milliseconds

1 2