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

1 2 3 4 5 6

  /xsrc/external/mit/freetype/dist/src/psaux/
psconv.h 29 PS_Conv_Strtol( FT_Byte** cursor,
30 FT_Byte* limit,
35 PS_Conv_ToInt( FT_Byte** cursor,
36 FT_Byte* limit );
39 PS_Conv_ToFixed( FT_Byte** cursor,
40 FT_Byte* limit,
45 PS_Conv_StringDecode( FT_Byte** cursor,
46 FT_Byte* limit,
47 FT_Byte* buffer,
52 PS_Conv_ASCIIHexDecode( FT_Byte** cursor
    [all...]
psread.h 49 const FT_Byte* start;
50 const FT_Byte* end;
51 const FT_Byte* ptr;
psconv.c 83 PS_Conv_Strtol( FT_Byte** cursor,
84 FT_Byte* limit,
87 FT_Byte* p = *cursor;
161 PS_Conv_ToInt( FT_Byte** cursor,
162 FT_Byte* limit )
165 FT_Byte* p = *cursor;
166 FT_Byte* curp;
195 PS_Conv_ToFixed( FT_Byte** cursor,
196 FT_Byte* limit,
199 FT_Byte* p = *cursor
    [all...]
t1decode.h 44 FT_Byte* base,
49 FT_Byte* charstring_base,
58 FT_Byte** glyph_names,
afmparse.h 32 FT_Byte* base,
33 FT_Byte* limit );
  /xsrc/external/mit/freetype/dist/include/freetype/
ftwinfnt.h 187 FT_Byte copyright[60];
195 FT_Byte italic;
196 FT_Byte underline;
197 FT_Byte strike_out;
199 FT_Byte charset;
202 FT_Byte pitch_and_family;
205 FT_Byte first_char;
206 FT_Byte last_char;
207 FT_Byte default_char;
208 FT_Byte break_char
    [all...]
ftgzip.h 138 FT_Byte* output,
140 const FT_Byte* input,
ftcolor.h 80 FT_Byte blue;
81 FT_Byte green;
82 FT_Byte red;
83 FT_Byte alpha;
ftsnames.h 114 FT_Byte* string; /* this string is *not* null-terminated! */
211 FT_Byte* string; /* this string is *not* null-terminated! */
  /xsrc/external/mit/freetype/dist/src/cff/
cffparse.h 54 FT_Byte* start;
55 FT_Byte* limit;
56 FT_Byte* cursor;
58 FT_Byte** stack;
59 FT_Byte** top;
77 FT_Byte** d );
93 FT_Byte* start,
94 FT_Byte* limit );
121 FT_Byte size;
139 FT_Byte* start
    [all...]
cffgload.h 32 FT_Byte** pointer,
36 FT_Byte** pointer,
  /xsrc/external/mit/freetype/dist/src/cid/
cidload.h 39 cid_get_offset( FT_Byte** start,
40 FT_Byte offsize );
  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvfeat.h 50 FT_Byte nSettings;
  /xsrc/external/mit/freetype/dist/src/sfnt/
woff2tags.h 31 woff2_known_tags( FT_Byte index );
pngshim.h 38 FT_Byte* data,
  /xsrc/external/mit/fontconfig/dist/src/
ftglue.h 72 ((FT_ULong)*(((FT_Byte*)stream->cursor)-2) << 8) | \
73 (FT_ULong)*(((FT_Byte*)stream->cursor)-1) \
76 ((FT_ULong)*(((FT_Byte*)stream->cursor)-4) << 24) | \
77 ((FT_ULong)*(((FT_Byte*)stream->cursor)-3) << 16) | \
78 ((FT_ULong)*(((FT_Byte*)stream->cursor)-2) << 8) | \
79 (FT_ULong)*(((FT_Byte*)stream->cursor)-1) \
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrload.h 54 (*PFR_ExtraItem_ParseFunc)( FT_Byte* p,
55 FT_Byte* limit,
69 pfr_extra_items_skip( FT_Byte* *pp,
70 FT_Byte* limit );
73 pfr_extra_items_parse( FT_Byte* *pp,
74 FT_Byte* limit,
pfrsbit.c 40 FT_Byte* line; /* current line start */
70 FT_Byte* p,
71 FT_Byte* limit )
75 FT_Byte* cur = writer->line;
100 cur[0] = (FT_Byte)c;
110 cur[0] = (FT_Byte)c;
118 cur[0] = (FT_Byte)c;
124 FT_Byte* p,
125 FT_Byte* limit )
130 FT_Byte* cur = writer->line
    [all...]
  /xsrc/external/mit/freetype/dist/src/pcf/
pcf.h 60 FT_Byte isString;
69 FT_Byte isString;
84 FT_Byte leftSideBearing;
85 FT_Byte rightSideBearing;
86 FT_Byte characterWidth;
87 FT_Byte ascent;
88 FT_Byte descent;
122 FT_Byte noOverlap;
123 FT_Byte constantMetrics;
124 FT_Byte terminalFont
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h 233 FT_Byte* string;
266 FT_Byte* string;
476 FT_Byte height;
477 FT_Byte width;
481 FT_Byte advance;
544 FT_Byte max_width;
688 FT_Byte x_ppem;
689 FT_Byte y_ppem;
691 FT_Byte bit_depth;
757 FT_Byte x_ppem
    [all...]
t1types.h 106 FT_Byte* subrs_block;
107 FT_Byte* charstrings_block;
108 FT_Byte* glyph_names_block;
111 FT_Byte** subrs;
117 FT_Byte** charstrings; /* array of glyph charstrings */
120 FT_Byte paint_type;
121 FT_Byte font_type;
135 FT_Byte** code;
248 FT_Byte* binary_data; /* used if hex data has been converted */
cfftypes.h 74 FT_Byte off_size;
79 FT_Byte* bytes;
246 FT_Byte num_blue_values;
247 FT_Byte num_other_blues;
248 FT_Byte num_family_blues;
249 FT_Byte num_family_other_blues;
262 FT_Byte num_snap_widths;
263 FT_Byte num_snap_heights;
285 FT_Byte format;
289 FT_Byte* data
    [all...]
psaux.h 152 FT_Byte* block; /* current memory block */
159 FT_Byte** elements; /* addresses of table elements */
201 FT_Byte* start; /* first character of token in input stream */
202 FT_Byte* limit; /* first character after the token */
261 FT_Byte size; /* size of field in bytes */
376 FT_Byte* base,
377 FT_Byte* limit,
396 FT_Byte* bytes,
466 FT_Byte* cursor;
467 FT_Byte* base
    [all...]
ftvalid.h 93 const FT_Byte* base; /* address of table in memory */
94 const FT_Byte* limit; /* `base' + sizeof(table) in memory */
109 const FT_Byte* base,
110 const FT_Byte* limit,
  /xsrc/external/mit/freetype/dist/src/lzw/
ftzopen.h 81 * state->suffix == (FT_Byte*)(state->prefix + state->prefix_size)
118 FT_Byte buf_tab[16];
136 FT_Byte* suffix; /* suffix = (FT_Byte*)(prefix + prefix_size) */
139 FT_Byte* stack; /* character stack */
142 FT_Byte stack_0[FT_LZW_DEFAULT_STACK_SIZE]; /* minimize heap alloc */
164 FT_Byte* buffer,

Completed in 20 milliseconds

1 2 3 4 5 6