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

1 2 3

  /external/freetype/src/psaux/
psconv.h 30 PS_Conv_Strtol( FT_Byte** cursor,
31 FT_Byte* limit,
36 PS_Conv_ToInt( FT_Byte** cursor,
37 FT_Byte* limit );
40 PS_Conv_ToFixed( FT_Byte** cursor,
41 FT_Byte* limit,
46 PS_Conv_StringDecode( FT_Byte** cursor,
47 FT_Byte* limit,
48 FT_Byte* buffer,
53 PS_Conv_ASCIIHexDecode( FT_Byte** cursor
    [all...]
psconv.c 73 PS_Conv_Strtol( FT_Byte** cursor,
74 FT_Byte* limit,
77 FT_Byte* p = *cursor;
120 PS_Conv_ToInt( FT_Byte** cursor,
121 FT_Byte* limit )
124 FT_Byte* p;
143 PS_Conv_ToFixed( FT_Byte** cursor,
144 FT_Byte* limit,
147 FT_Byte* p = *cursor;
239 PS_Conv_StringDecode( FT_Byte** cursor
    [all...]
t1decode.h 41 FT_Byte* base,
49 FT_Byte** glyph_names,
psobjs.c 101 FT_Byte* old_base )
104 FT_Byte** offset = table->elements;
105 FT_Byte** limit = offset + table->max_elems;
121 FT_Byte* old_base = table->block;
194 in_offset = (FT_Long)((FT_Byte*)object - table->block);
245 FT_Byte* old_base = table->block;
292 skip_comment( FT_Byte* *acur,
293 FT_Byte* limit )
295 FT_Byte* cur = *acur;
310 skip_spaces( FT_Byte* *acur
    [all...]
afmparse.h 33 FT_Byte* base,
34 FT_Byte* limit );
psobjs.h 113 FT_Byte* bytes,
138 FT_Byte* base,
139 FT_Byte* limit,
172 FT_Byte flag );
202 t1_decrypt( FT_Byte* buffer,
  /external/freetype/src/cff/
cffparse.h 40 FT_Byte* start;
41 FT_Byte* limit;
42 FT_Byte* cursor;
44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1];
45 FT_Byte** top;
61 FT_Byte* start,
62 FT_Byte* limit );
88 FT_Byte size;
cfftypes.h 68 FT_Byte off_size;
73 FT_Byte* bytes;
152 FT_Byte num_blue_values;
153 FT_Byte num_other_blues;
154 FT_Byte num_family_blues;
155 FT_Byte num_family_other_blues;
168 FT_Byte num_snap_widths;
169 FT_Byte num_snap_heights;
187 FT_Byte format;
191 FT_Byte* data
    [all...]
cffgload.h 113 FT_Byte* base;
114 FT_Byte* limit;
115 FT_Byte* cursor;
149 FT_Byte** locals;
150 FT_Byte** globals;
152 FT_Byte** glyph_names; /* for pure CFF fonts only */
186 FT_Byte* charstring_base,
cffload.h 45 FT_Byte** pbytes,
50 FT_Byte** pbytes );
73 FT_LOCAL( FT_Byte )
cffparse.c 57 cff_parse_integer( FT_Byte* start,
58 FT_Byte* limit )
60 FT_Byte* p = start;
131 cff_parse_real( FT_Byte* start,
132 FT_Byte* limit,
136 FT_Byte* p = start;
374 cff_parse_num( FT_Byte** d )
383 cff_parse_fixed( FT_Byte** d )
393 cff_parse_fixed_scaled( FT_Byte** d,
406 cff_parse_fixed_dynamic( FT_Byte** d
    [all...]
  /external/freetype/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...]
t1tables.h 123 FT_Byte num_blue_values;
124 FT_Byte num_other_blues;
125 FT_Byte num_family_blues;
126 FT_Byte num_family_other_blues;
141 FT_Byte num_snap_widths;
142 FT_Byte num_snap_heights;
252 FT_Byte num_points;
314 FT_Byte paint_type;
315 FT_Byte font_type;
fttypes.h 51 /* FT_Byte */
145 /* FT_Byte */
150 typedef unsigned char FT_Byte;
161 typedef const FT_Byte* FT_Bytes;
404 const FT_Byte* pointer;
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 213 FT_Byte* string;
334 FT_Byte ppem;
335 FT_Byte max_width;
336 FT_Byte* widths;
437 FT_Byte height;
438 FT_Byte width;
442 FT_Byte horiAdvance;
446 FT_Byte vertAdvance;
474 FT_Byte height;
475 FT_Byte width
    [all...]
t1types.h 114 FT_Byte* subrs_block;
115 FT_Byte* charstrings_block;
116 FT_Byte* glyph_names_block;
119 FT_Byte** subrs;
124 FT_Byte** charstrings; /* array of glyph charstrings */
127 FT_Byte paint_type;
128 FT_Byte font_type;
142 FT_Byte** code;
259 FT_Byte* binary_data; /* used if hex data has been converted */
ftvalid.h 82 const FT_Byte* base; /* address of table in memory */
83 const FT_Byte* limit; /* `base' + sizeof(table) in memory */
97 const FT_Byte* base,
98 const FT_Byte* limit,
psaux.h 119 FT_Byte* block; /* current memory block */
126 FT_Byte** elements; /* addresses of table elements */
168 FT_Byte* start; /* first character of token in input stream */
169 FT_Byte* limit; /* first character after the token */
227 FT_Byte size; /* size of field in bytes */
342 FT_Byte* base,
343 FT_Byte* limit,
362 FT_Byte* bytes,
426 FT_Byte* cursor;
427 FT_Byte* base
    [all...]
  /external/freetype/src/base/
ftapi.c 45 FT_Byte* base,
73 FT_Byte* buffer,
83 FT_Byte* buffer,
93 FT_Byte** pbytes )
101 FT_Byte** pbytes )
ftbitmap.c 151 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 );
152 FT_Byte* end = bitmap->buffer + pitch;
160 FT_Byte* write = line;
165 write[0] = (FT_Byte)( write[0] & mask );
435 FT_Byte* s = source->buffer;
436 FT_Byte* t = target->buffer;
444 FT_Byte* ss = s;
445 FT_Byte* tt = t;
455 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 );
456 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 )
    [all...]
ftlcdfil.c 36 FT_Byte* weights = library->lcd_weights;
44 FT_Byte* line = bitmap->buffer;
80 line[xx - 2] = (FT_Byte)pix;
89 line[xx - 2] = (FT_Byte)pix;
93 line[xx - 1] = (FT_Byte)pix;
101 FT_Byte* column = bitmap->buffer;
107 FT_Byte* col = column;
141 col[-2 * pitch] = (FT_Byte)pix;
151 col[-2 * pitch] = (FT_Byte)pix;
155 col[-pitch] = (FT_Byte)pix
    [all...]
ftbase.h 45 FT_Byte* base,
ftstream.c 36 const FT_Byte* base,
39 stream->base = (FT_Byte*) base;
111 FT_Byte* buffer,
121 FT_Byte* buffer,
165 FT_Byte* buffer,
195 FT_Byte** pbytes )
203 *pbytes = (FT_Byte*)stream->cursor;
216 FT_Byte** pbytes )
360 FT_Byte* p;
379 FT_Byte* p
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 56 FT_Byte* table )
88 tt_cmap0_validate( FT_Byte* table,
91 FT_Byte* p = table + 2;
121 FT_Byte* table = cmap->data;
132 FT_Byte* table = cmap->data;
158 FT_Byte* p = cmap->data + 4;
275 tt_cmap2_validate( FT_Byte* table,
278 FT_Byte* p = table + 2; /* skip format */
281 FT_Byte* keys; /* keys table */
282 FT_Byte* subs; /* sub-headers *
    [all...]
ttsbit.c 83 FT_Byte* source,
90 FT_Byte* line_buff;
123 FT_Byte* cur = line_buff; /* current write cursor */
125 FT_Byte shift = (FT_Byte)( x_offset & 7 ); /* current write shift */
126 FT_Byte space = (FT_Byte)( 8 - shift );
136 FT_Byte val;
147 val = (FT_Byte)( acc >> 8 );
150 cur[0] |= (FT_Byte)( val >> shift )
    [all...]

Completed in 70 milliseconds

1 2 3