Home
last modified time | relevance | path

Searched refs:FT_Byte (Results 1 – 25 of 142) sorted by relevance

123456

/external/freetype/src/psaux/
Dpsconv.h30 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 …]
Dpsconv.c84 PS_Conv_Strtol( FT_Byte** cursor, in PS_Conv_Strtol()
85 FT_Byte* limit, in PS_Conv_Strtol()
88 FT_Byte* p = *cursor; in PS_Conv_Strtol()
162 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt()
163 FT_Byte* limit ) in PS_Conv_ToInt()
166 FT_Byte* p = *cursor; in PS_Conv_ToInt()
167 FT_Byte* curp; in PS_Conv_ToInt()
196 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed()
197 FT_Byte* limit, in PS_Conv_ToFixed()
200 FT_Byte* p = *cursor; in PS_Conv_ToFixed()
[all …]
Dpsobjs.c105 FT_Byte* old_base ) in shift_elements()
108 FT_Byte** offset = table->elements; in shift_elements()
109 FT_Byte** limit = offset + table->max_elems; in shift_elements()
125 FT_Byte* old_base = table->block; in reallocate_t1_table()
196 in_offset = (FT_Byte*)object - table->block; in ps_table_add()
248 FT_Byte* old_base = table->block; in ps_table_done()
295 skip_comment( FT_Byte* *acur, in skip_comment()
296 FT_Byte* limit ) in skip_comment()
298 FT_Byte* cur = *acur; in skip_comment()
313 skip_spaces( FT_Byte* *acur, in skip_spaces()
[all …]
/external/freetype/include/freetype/internal/
Dtttypes.h311 FT_Byte* string;
344 FT_Byte* string;
555 FT_Byte height;
556 FT_Byte width;
560 FT_Byte advance;
631 FT_Byte max_width;
779 FT_Byte x_ppem;
780 FT_Byte y_ppem;
782 FT_Byte bit_depth;
848 FT_Byte x_ppem;
[all …]
Dcfftypes.h78 FT_Byte off_size;
83 FT_Byte* bytes;
250 FT_Byte num_blue_values;
251 FT_Byte num_other_blues;
252 FT_Byte num_family_blues;
253 FT_Byte num_family_other_blues;
266 FT_Byte num_snap_widths;
267 FT_Byte num_snap_heights;
289 FT_Byte format;
293 FT_Byte* data;
[all …]
Dpsaux.h157 FT_Byte* block; /* current memory block */
164 FT_Byte** elements; /* addresses of table elements */
206 FT_Byte* start; /* first character of token in input stream */
207 FT_Byte* limit; /* first character after the token */
266 FT_Byte size; /* size of field in bytes */
381 FT_Byte* base,
382 FT_Byte* limit,
401 FT_Byte* bytes,
471 FT_Byte* cursor;
472 FT_Byte* base;
[all …]
Dt1types.h109 FT_Byte* subrs_block;
110 FT_Byte* charstrings_block;
111 FT_Byte* glyph_names_block;
114 FT_Byte** subrs;
120 FT_Byte** charstrings; /* array of glyph charstrings */
123 FT_Byte paint_type;
124 FT_Byte font_type;
138 FT_Byte** code;
251 FT_Byte* binary_data; /* used if hex data has been converted */
Dftstream.h88 FT_Byte value;
89 FT_Byte size;
100 (FT_Byte)sizeof ( ((FT_STRUCTURE*)0)->f )
103 (FT_Byte)sizeof ( ((FT_STRUCTURE*)0)->f[0] )
156 #define FT_BYTE_( p, i ) ( ((const FT_Byte*)(p))[(i)] )
298 #define FT_GET_BYTE() FT_GET_MACRO( FT_Stream_GetChar, FT_Byte )
325 #define FT_READ_BYTE( var ) FT_READ_MACRO( FT_Stream_ReadChar, FT_Byte, var )
364 const FT_Byte* base,
390 FT_Byte* buffer,
397 FT_Byte* buffer,
[all …]
/external/freetype/include/freetype/
Dftwinfnt.h188 FT_Byte copyright[60];
196 FT_Byte italic;
197 FT_Byte underline;
198 FT_Byte strike_out;
200 FT_Byte charset;
203 FT_Byte pitch_and_family;
206 FT_Byte first_char;
207 FT_Byte last_char;
208 FT_Byte default_char;
209 FT_Byte break_char;
[all …]
Dt1tables.h143 FT_Byte num_blue_values;
144 FT_Byte num_other_blues;
145 FT_Byte num_family_blues;
146 FT_Byte num_family_other_blues;
161 FT_Byte num_snap_widths;
162 FT_Byte num_snap_heights;
288 FT_Byte num_points;
359 FT_Byte paint_type;
360 FT_Byte font_type;
/external/freetype/src/pfr/
Dpfrsbit.c40 FT_Byte* line; /* current line start */
70 FT_Byte* p, in pfr_bitwriter_decode_bytes()
71 FT_Byte* limit ) in pfr_bitwriter_decode_bytes()
75 FT_Byte* cur = writer->line; in pfr_bitwriter_decode_bytes()
100 cur[0] = (FT_Byte)c; in pfr_bitwriter_decode_bytes()
110 cur[0] = (FT_Byte)c; in pfr_bitwriter_decode_bytes()
118 cur[0] = (FT_Byte)c; in pfr_bitwriter_decode_bytes()
124 FT_Byte* p, in pfr_bitwriter_decode_rle1()
125 FT_Byte* limit ) in pfr_bitwriter_decode_rle1()
130 FT_Byte* cur = writer->line; in pfr_bitwriter_decode_rle1()
[all …]
Dpfrload.h54 (*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,
Dpfrload.c126 pfr_extra_items_skip( FT_Byte* *pp, in pfr_extra_items_skip()
127 FT_Byte* limit ) in pfr_extra_items_skip()
134 pfr_extra_items_parse( FT_Byte* *pp, in pfr_extra_items_parse()
135 FT_Byte* limit, in pfr_extra_items_parse()
140 FT_Byte* p = *pp; in pfr_extra_items_parse()
358 FT_Byte* p; in pfr_log_font_load()
359 FT_Byte* limit; in pfr_log_font_load()
456 pfr_extra_item_load_bitmap_info( FT_Byte* p, in pfr_extra_item_load_bitmap_info()
457 FT_Byte* limit, in pfr_extra_item_load_bitmap_info()
556 pfr_extra_item_load_font_id( FT_Byte* p, in pfr_extra_item_load_font_id()
[all …]
/external/freetype/src/pcf/
Dpcf.h61 FT_Byte isString;
70 FT_Byte isString;
85 FT_Byte leftSideBearing;
86 FT_Byte rightSideBearing;
87 FT_Byte characterWidth;
88 FT_Byte ascent;
89 FT_Byte descent;
109 FT_Byte noOverlap;
110 FT_Byte constantMetrics;
111 FT_Byte terminalFont;
[all …]
/external/freetype/src/sfnt/
Dttcmap.c64 FT_Byte* table ) in tt_cmap_init()
96 tt_cmap0_validate( FT_Byte* table, in tt_cmap0_validate()
99 FT_Byte* p; in tt_cmap0_validate()
135 FT_Byte* table = cmap->data; in tt_cmap0_char_index()
146 FT_Byte* table = cmap->data; in tt_cmap0_char_next()
172 FT_Byte* p = cmap->data + 4; in tt_cmap0_get_info()
295 tt_cmap2_validate( FT_Byte* table, in FT_CALLBACK_DEF()
298 FT_Byte* p; in FT_CALLBACK_DEF()
302 FT_Byte* keys; /* keys table */ in FT_CALLBACK_DEF()
303 FT_Byte* subs; /* sub-headers */ in FT_CALLBACK_DEF()
[all …]
Dttcolr.c63 FT_Byte* base_glyphs;
64 FT_Byte* layers;
90 FT_Byte* table = NULL; in tt_face_load_colr()
91 FT_Byte* p = NULL; in tt_face_load_colr()
139 colr->base_glyphs = (FT_Byte*)( table + base_glyph_offset ); in tt_face_load_colr()
140 colr->layers = (FT_Byte*)( table + layer_offset ); in tt_face_load_colr()
177 find_base_glyph_record( FT_Byte* base_glyph_begin, in find_base_glyph_record()
189 FT_Byte* p = base_glyph_begin + mid * BASE_GLYPH_SIZE; in find_base_glyph_record()
278 FT_Byte b, g, r, alpha; in tt_face_colr_blend_layer()
281 FT_Byte* src; in tt_face_colr_blend_layer()
[all …]
Dttsbit.c98 FT_Byte* p; in tt_face_load_sbit()
314 FT_Byte* strike; in tt_face_load_strike_metrics()
413 FT_Byte* p; in tt_face_load_strike_metrics()
477 FT_Byte bit_depth;
484 FT_Byte* eblc_base;
485 FT_Byte* eblc_limit;
523 FT_Byte* p; in tt_sbit_decoder_init()
641 FT_Byte* *pp, in tt_sbit_decoder_load_metrics()
642 FT_Byte* limit, in tt_sbit_decoder_load_metrics()
645 FT_Byte* p = *pp; in tt_sbit_decoder_load_metrics()
[all …]
Dttkern.c49 FT_Byte* p; in tt_face_load_kern()
50 FT_Byte* p_limit; in tt_face_load_kern()
89 FT_Byte* p_next; in tt_face_load_kern()
193 FT_Byte* p = face->kern_table; in tt_face_get_kerning()
194 FT_Byte* p_limit = p + face->kern_table_size; in tt_face_get_kerning()
204 FT_Byte* base = p; in tt_face_get_kerning()
205 FT_Byte* next; in tt_face_get_kerning()
247 FT_Byte* q = p + 6 * mid; in tt_face_get_kerning()
/external/freetype/src/cff/
Dcffparse.h55 FT_Byte* start;
56 FT_Byte* limit;
57 FT_Byte* cursor;
59 FT_Byte** stack;
60 FT_Byte** top;
74 FT_Byte** d );
90 FT_Byte* start,
91 FT_Byte* limit );
118 FT_Byte size;
Dcffparse.c91 cff_parse_integer( FT_Byte* start, in cff_parse_integer()
92 FT_Byte* limit ) in cff_parse_integer()
94 FT_Byte* p = start; in cff_parse_integer()
178 cff_parse_real( FT_Byte* start, in cff_parse_real()
179 FT_Byte* limit, in cff_parse_real()
183 FT_Byte* p = start; in cff_parse_real()
454 FT_Byte** d ) in cff_parse_num()
492 FT_Byte** d, in do_fixed()
536 FT_Byte** d ) in cff_parse_fixed()
546 FT_Byte** d, in cff_parse_fixed_scaled()
[all …]
/external/freetype/src/base/
Dftstream.c36 const FT_Byte* base, in FT_Stream_OpenMemory()
39 stream->base = (FT_Byte*) base; in FT_Stream_OpenMemory()
111 FT_Byte* buffer, in FT_Stream_Read()
121 FT_Byte* buffer, in FT_Stream_ReadAt()
165 FT_Byte* buffer, in FT_Stream_TryRead()
195 FT_Byte** pbytes ) in FT_Stream_ExtractFrame()
203 *pbytes = (FT_Byte*)stream->cursor; in FT_Stream_ExtractFrame()
216 FT_Byte** pbytes ) in FT_Stream_ReleaseFrame()
363 FT_Byte* p; in FT_Stream_GetUShort()
382 FT_Byte* p; in FT_Stream_GetUShortLE()
[all …]
Dftbitmap.c136 FT_Byte* s = source->buffer; in FT_Bitmap_Copy()
137 FT_Byte* t = target->buffer; in FT_Bitmap_Copy()
211 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 ); in ft_bitmap_assure_buffer()
212 FT_Byte* end = bitmap->buffer + pitch; in ft_bitmap_assure_buffer()
220 FT_Byte* write = line; in ft_bitmap_assure_buffer()
225 write[0] = (FT_Byte)( write[0] & mask ); in ft_bitmap_assure_buffer()
467 static FT_Byte
468 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra ) in ft_gray_for_premultiplied_srgb_bgra()
509 return (FT_Byte)( a - l / a ); in ft_gray_for_premultiplied_srgb_bgra()
524 FT_Byte* s; in FT_Bitmap_Convert()
[all …]
Dftlcdfil.c32 #define FT_SHIFTCLAMP( x ) ( x >>= 8, (FT_Byte)( x > 255 ? 255 : x ) )
41 FT_Byte* lcd_weights; in ft_lcd_padding()
86 FT_Byte* origin = bitmap->buffer; in ft_lcd_filter_fir()
96 FT_Byte* line = origin; in ft_lcd_filter_fir()
139 FT_Byte* column = origin; in ft_lcd_filter_fir()
144 FT_Byte* col = column; in ft_lcd_filter_fir()
187 FT_Byte* weights ) in _ft_lcd_filter_legacy()
192 FT_Byte* origin = bitmap->buffer; in _ft_lcd_filter_legacy()
211 FT_Byte* line = origin; in _ft_lcd_filter_legacy()
240 line[xx] = (FT_Byte)( r / 65536 ); in _ft_lcd_filter_legacy()
[all …]
/external/freetype/src/cid/
Dcidload.c43 cid_get_offset( FT_Byte* *start, in cid_get_offset()
44 FT_Byte offsize ) in cid_get_offset()
47 FT_Byte* p = *start; in cid_get_offset()
77 FT_Byte* object; in cid_load_keyword()
96 object = (FT_Byte*)cid; in cid_load_keyword()
100 object = (FT_Byte*)&cid->font_info; in cid_load_keyword()
104 object = (FT_Byte*)&face->font_extra; in cid_load_keyword()
108 object = (FT_Byte*)&cid->font_bbox; in cid_load_keyword()
128 object = (FT_Byte*)&dict->private_dict; in cid_load_keyword()
132 object = (FT_Byte*)dict; in cid_load_keyword()
[all …]
/external/freetype/src/lzw/
Dftzopen.h118 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,

123456