Home
last modified time | relevance | path

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

1234567

/external/pdfium/third_party/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()
158 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt()
159 FT_Byte* limit ) in PS_Conv_ToInt()
162 FT_Byte* p = *cursor; in PS_Conv_ToInt()
163 FT_Byte* curp; in PS_Conv_ToInt()
192 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed()
193 FT_Byte* limit, in PS_Conv_ToFixed()
196 FT_Byte* p = *cursor; in PS_Conv_ToFixed()
[all …]
Dpsobjs.c100 FT_Byte* old_base ) in shift_elements()
103 FT_Byte** offset = table->elements; in shift_elements()
104 FT_Byte** limit = offset + table->max_elems; in shift_elements()
120 FT_Byte* old_base = table->block; in reallocate_t1_table()
187 in_offset = (FT_Byte*)object - table->block; in ps_table_add()
238 FT_Byte* old_base = table->block; in ps_table_done()
285 skip_comment( FT_Byte* *acur, in skip_comment()
286 FT_Byte* limit ) in skip_comment()
288 FT_Byte* cur = *acur; in skip_comment()
303 skip_spaces( FT_Byte* *acur, in skip_spaces()
[all …]
/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()
158 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt()
159 FT_Byte* limit ) in PS_Conv_ToInt()
162 FT_Byte* p = *cursor; in PS_Conv_ToInt()
163 FT_Byte* curp; in PS_Conv_ToInt()
192 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed()
193 FT_Byte* limit, in PS_Conv_ToFixed()
196 FT_Byte* p = *cursor; in PS_Conv_ToFixed()
[all …]
Dpsobjs.c100 FT_Byte* old_base ) in shift_elements()
103 FT_Byte** offset = table->elements; in shift_elements()
104 FT_Byte** limit = offset + table->max_elems; in shift_elements()
120 FT_Byte* old_base = table->block; in reallocate_t1_table()
187 in_offset = (FT_Byte*)object - table->block; in ps_table_add()
238 FT_Byte* old_base = table->block; in ps_table_done()
285 skip_comment( FT_Byte* *acur, in skip_comment()
286 FT_Byte* limit ) in skip_comment()
288 FT_Byte* cur = *acur; in skip_comment()
303 skip_spaces( FT_Byte* *acur, in skip_spaces()
[all …]
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h282 FT_Byte* string;
462 FT_Byte height;
463 FT_Byte width;
467 FT_Byte advance;
527 FT_Byte max_width;
653 FT_Byte x_ppem;
654 FT_Byte y_ppem;
656 FT_Byte bit_depth;
713 FT_Byte x_ppem;
714 FT_Byte y_ppem;
[all …]
Dpsaux.h122 FT_Byte* block; /* current memory block */
129 FT_Byte** elements; /* addresses of table elements */
171 FT_Byte* start; /* first character of token in input stream */
172 FT_Byte* limit; /* first character after the token */
231 FT_Byte size; /* size of field in bytes */
346 FT_Byte* base,
347 FT_Byte* limit,
366 FT_Byte* bytes,
430 FT_Byte* cursor;
431 FT_Byte* base;
[all …]
/external/pdfium/third_party/freetype/src/cff/
Dcfftypes.h68 FT_Byte off_size;
73 FT_Byte* bytes;
153 FT_Byte num_blue_values;
154 FT_Byte num_other_blues;
155 FT_Byte num_family_blues;
156 FT_Byte num_family_other_blues;
169 FT_Byte num_snap_widths;
170 FT_Byte num_snap_heights;
188 FT_Byte format;
192 FT_Byte* data;
[all …]
Dcffparse.h40 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;
/external/freetype/include/freetype/internal/
Dtttypes.h282 FT_Byte* string;
312 FT_Byte* string;
498 FT_Byte height;
499 FT_Byte width;
503 FT_Byte advance;
563 FT_Byte max_width;
689 FT_Byte x_ppem;
690 FT_Byte y_ppem;
692 FT_Byte bit_depth;
749 FT_Byte x_ppem;
[all …]
Dpsaux.h123 FT_Byte* block; /* current memory block */
130 FT_Byte** elements; /* addresses of table elements */
172 FT_Byte* start; /* first character of token in input stream */
173 FT_Byte* limit; /* first character after the token */
232 FT_Byte size; /* size of field in bytes */
347 FT_Byte* base,
348 FT_Byte* limit,
367 FT_Byte* bytes,
431 FT_Byte* cursor;
432 FT_Byte* base;
[all …]
/external/freetype/src/cff/
Dcfftypes.h69 FT_Byte off_size;
74 FT_Byte* bytes;
241 FT_Byte num_blue_values;
242 FT_Byte num_other_blues;
243 FT_Byte num_family_blues;
244 FT_Byte num_family_other_blues;
257 FT_Byte num_snap_widths;
258 FT_Byte num_snap_heights;
280 FT_Byte format;
284 FT_Byte* data;
[all …]
Dcffparse.h47 FT_Byte* start;
48 FT_Byte* limit;
49 FT_Byte* cursor;
51 FT_Byte** stack;
52 FT_Byte** top;
66 FT_Byte** d );
82 FT_Byte* start,
83 FT_Byte* limit );
110 FT_Byte size;
/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 …]
/external/pdfium/third_party/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 …]
/external/freetype/src/base/
Dftbitmap.c126 FT_Byte* s = source->buffer; in FT_Bitmap_Copy()
127 FT_Byte* t = target->buffer; in FT_Bitmap_Copy()
203 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 ); in ft_bitmap_assure_buffer()
204 FT_Byte* end = bitmap->buffer + pitch; in ft_bitmap_assure_buffer()
212 FT_Byte* write = line; in ft_bitmap_assure_buffer()
217 write[0] = (FT_Byte)( write[0] & mask ); in ft_bitmap_assure_buffer()
430 static FT_Byte
431 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra ) in ft_gray_for_premultiplied_srgb_bgra()
472 return (FT_Byte)( a - l / a ); in ft_gray_for_premultiplied_srgb_bgra()
487 FT_Byte* s; in FT_Bitmap_Convert()
[all …]
Dftlcdfil.c38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir()
46 FT_Byte* line = bitmap->buffer; in _ft_lcd_filter_fir()
88 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir()
97 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir()
101 line[xx - 1] = (FT_Byte)pix; in _ft_lcd_filter_fir()
109 FT_Byte* column = bitmap->buffer; in _ft_lcd_filter_fir()
119 FT_Byte* col = column; in _ft_lcd_filter_fir()
152 col[-2 * pitch] = (FT_Byte)pix; in _ft_lcd_filter_fir()
162 col[-2 * pitch] = (FT_Byte)pix; in _ft_lcd_filter_fir()
166 col[-pitch] = (FT_Byte)pix; in _ft_lcd_filter_fir()
[all …]
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()
362 FT_Byte* p; in FT_Stream_GetUShort()
381 FT_Byte* p; in FT_Stream_GetUShortLE()
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftbitmap.c126 FT_Byte* s = source->buffer; in FT_Bitmap_Copy()
127 FT_Byte* t = target->buffer; in FT_Bitmap_Copy()
203 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 ); in ft_bitmap_assure_buffer()
204 FT_Byte* end = bitmap->buffer + pitch; in ft_bitmap_assure_buffer()
212 FT_Byte* write = line; in ft_bitmap_assure_buffer()
217 write[0] = (FT_Byte)( write[0] & mask ); in ft_bitmap_assure_buffer()
430 static FT_Byte
431 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra ) in ft_gray_for_premultiplied_srgb_bgra()
472 return (FT_Byte)( a - l / a ); in ft_gray_for_premultiplied_srgb_bgra()
487 FT_Byte* s; in FT_Bitmap_Convert()
[all …]
Dftlcdfil.c38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir()
46 FT_Byte* line = bitmap->buffer; in _ft_lcd_filter_fir()
88 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir()
97 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir()
101 line[xx - 1] = (FT_Byte)pix; in _ft_lcd_filter_fir()
109 FT_Byte* column = bitmap->buffer; in _ft_lcd_filter_fir()
119 FT_Byte* col = column; in _ft_lcd_filter_fir()
152 col[-2 * pitch] = (FT_Byte)pix; in _ft_lcd_filter_fir()
162 col[-2 * pitch] = (FT_Byte)pix; in _ft_lcd_filter_fir()
166 col[-pitch] = (FT_Byte)pix; in _ft_lcd_filter_fir()
[all …]
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()
362 FT_Byte* p; in FT_Stream_GetUShort()
381 FT_Byte* p; in FT_Stream_GetUShortLE()
[all …]
/external/pdfium/third_party/freetype/src/cid/
Dcidload.c42 cid_get_offset( FT_Byte* *start, in cid_get_offset()
43 FT_Byte offsize ) in cid_get_offset()
46 FT_Byte* p = *start; in cid_get_offset()
76 FT_Byte* object; in cid_load_keyword()
93 object = (FT_Byte*)cid; in cid_load_keyword()
97 object = (FT_Byte*)&cid->font_info; in cid_load_keyword()
101 object = (FT_Byte*)&face->font_extra; in cid_load_keyword()
105 object = (FT_Byte*)&cid->font_bbox; in cid_load_keyword()
125 object = (FT_Byte*)&dict->private_dict; in cid_load_keyword()
129 object = (FT_Byte*)dict; in cid_load_keyword()
[all …]
/external/freetype/src/sfnt/
Dttcmap.c63 FT_Byte* table ) in tt_cmap_init()
95 tt_cmap0_validate( FT_Byte* table, in tt_cmap0_validate()
98 FT_Byte* p; in tt_cmap0_validate()
134 FT_Byte* table = cmap->data; in tt_cmap0_char_index()
145 FT_Byte* table = cmap->data; in tt_cmap0_char_next()
171 FT_Byte* p = cmap->data + 4; in tt_cmap0_get_info()
294 tt_cmap2_validate( FT_Byte* table, in FT_CALLBACK_DEF()
297 FT_Byte* p; in FT_CALLBACK_DEF()
301 FT_Byte* keys; /* keys table */ in FT_CALLBACK_DEF()
302 FT_Byte* subs; /* sub-headers */ in FT_CALLBACK_DEF()
[all …]
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c63 FT_Byte* table ) in tt_cmap_init()
95 tt_cmap0_validate( FT_Byte* table, in tt_cmap0_validate()
98 FT_Byte* p; in tt_cmap0_validate()
134 FT_Byte* table = cmap->data; in tt_cmap0_char_index()
145 FT_Byte* table = cmap->data; in tt_cmap0_char_next()
171 FT_Byte* p = cmap->data + 4; in tt_cmap0_get_info()
292 tt_cmap2_validate( FT_Byte* table, in FT_CALLBACK_DEF()
295 FT_Byte* p; in FT_CALLBACK_DEF()
299 FT_Byte* keys; /* keys table */ in FT_CALLBACK_DEF()
300 FT_Byte* subs; /* sub-headers */ in FT_CALLBACK_DEF()
[all …]

1234567