/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | 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 …]
|
D | psconv.c | 83 PS_Conv_Strtol( FT_Byte** cursor, in PS_Conv_Strtol() 84 FT_Byte* limit, in PS_Conv_Strtol() 87 FT_Byte* p = *cursor; in PS_Conv_Strtol() 161 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt() 162 FT_Byte* limit ) in PS_Conv_ToInt() 165 FT_Byte* p = *cursor; in PS_Conv_ToInt() 166 FT_Byte* curp; in PS_Conv_ToInt() 195 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed() 196 FT_Byte* limit, in PS_Conv_ToFixed() 199 FT_Byte* p = *cursor; in PS_Conv_ToFixed() [all …]
|
D | psobjs.c | 104 FT_Byte* old_base ) in shift_elements() 107 FT_Byte** offset = table->elements; in shift_elements() 108 FT_Byte** limit = offset + table->max_elems; in shift_elements() 124 FT_Byte* old_base = table->block; in reallocate_t1_table() 195 in_offset = (FT_Byte*)object - table->block; in ps_table_add() 247 FT_Byte* old_base = table->block; in ps_table_done() 294 skip_comment( FT_Byte* *acur, in skip_comment() 295 FT_Byte* limit ) in skip_comment() 297 FT_Byte* cur = *acur; in skip_comment() 312 skip_spaces( FT_Byte* *acur, in skip_spaces() [all …]
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | 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 …]
|
D | 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 …]
|
D | 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 …]
|
D | 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 */
|
D | ftstream.h | 88 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)] ) 309 #define FT_GET_BYTE() FT_GET_MACRO( FT_Stream_GetByte, FT_Byte ) 335 #define FT_READ_BYTE( var ) FT_READ_MACRO( FT_Stream_ReadByte, FT_Byte, var ) 373 const FT_Byte* base, 399 FT_Byte* buffer, 406 FT_Byte* buffer, [all …]
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | 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 …]
|
D | t1tables.h | 141 FT_Byte num_blue_values; 142 FT_Byte num_other_blues; 143 FT_Byte num_family_blues; 144 FT_Byte num_family_other_blues; 159 FT_Byte num_snap_widths; 160 FT_Byte num_snap_heights; 285 FT_Byte num_points; 356 FT_Byte paint_type; 357 FT_Byte font_type;
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrsbit.c | 40 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 …]
|
D | pfrload.c | 126 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 …]
|
D | 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,
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 88 FT_Byte* base_glyphs; 89 FT_Byte* layers; 93 FT_Byte* base_glyphs_v1; 96 FT_Byte* layers_v1; 98 FT_Byte* clip_list; 105 FT_Byte* paints_start_v1; 131 FT_Byte* table = NULL; in tt_face_load_colr() 132 FT_Byte* p = NULL; in tt_face_load_colr() 134 FT_Byte* p1 = NULL; in tt_face_load_colr() 191 p1 = (FT_Byte*)( table + base_glyphs_offset_v1 ); in tt_face_load_colr() [all …]
|
D | ttcmap.c | 63 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 …]
|
D | sfwoff2.c | 50 *(p)++ = (FT_Byte)( (v) >> 8 ); \ 51 *(p)++ = (FT_Byte)( (v) >> 0 ); \ 58 *(p)++ = (FT_Byte)( (v) >> 24 ); \ 59 *(p)++ = (FT_Byte)( (v) >> 16 ); \ 60 *(p)++ = (FT_Byte)( (v) >> 8 ); \ 61 *(p)++ = (FT_Byte)( (v) >> 0 ); \ 68 *(p)++ = (FT_Byte)( (v) >> 8 ); \ 69 *(p)++ = (FT_Byte)( (v) >> 0 ); \ 126 const FT_Byte oneMoreByteCode1 = 255; in Read255UShort() 127 const FT_Byte oneMoreByteCode2 = 254; in Read255UShort() [all …]
|
D | ttsbit.c | 97 FT_Byte* p; in tt_face_load_sbit() 317 FT_Byte* strike; in tt_face_load_strike_metrics() 416 FT_Byte* p; in tt_face_load_strike_metrics() 480 FT_Byte bit_depth; 487 FT_Byte* eblc_base; 488 FT_Byte* eblc_limit; 526 FT_Byte* p; in tt_sbit_decoder_init() 644 FT_Byte* *pp, in tt_sbit_decoder_load_metrics() 645 FT_Byte* limit, in tt_sbit_decoder_load_metrics() 648 FT_Byte* p = *pp; in tt_sbit_decoder_load_metrics() [all …]
|
D | ttkern.c | 48 FT_Byte* p; in tt_face_load_kern() 49 FT_Byte* p_limit; in tt_face_load_kern() 88 FT_Byte* p_next; in tt_face_load_kern() 192 FT_Byte* p = face->kern_table; in tt_face_get_kerning() 193 FT_Byte* p_limit = p + face->kern_table_size; in tt_face_get_kerning() 203 FT_Byte* base = p; in tt_face_get_kerning() 204 FT_Byte* next; in tt_face_get_kerning() 246 FT_Byte* q = p + 6 * mid; in tt_face_get_kerning()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | 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 …]
|
D | cffparse.c | 117 FT_Byte* first, in cff_parser_within_limits() 118 FT_Byte* last ) in cff_parser_within_limits() 161 FT_Byte* start ) in cff_parse_integer() 163 FT_Byte* p = start; in cff_parse_integer() 248 FT_Byte* start, in cff_parse_real() 252 FT_Byte* p = start; in cff_parse_real() 523 FT_Byte** d ) in cff_parse_num() 561 FT_Byte** d, in do_fixed() 605 FT_Byte** d ) in cff_parse_fixed() 615 FT_Byte** d, in cff_parse_fixed_scaled() [all …]
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | 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 …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstream.c | 35 const FT_Byte* base, in FT_Stream_OpenMemory() 38 stream->base = (FT_Byte*) base; in FT_Stream_OpenMemory() 110 FT_Byte* buffer, in FT_Stream_Read() 120 FT_Byte* buffer, in FT_Stream_ReadAt() 164 FT_Byte* buffer, in FT_Stream_TryRead() 194 FT_Byte** pbytes ) in FT_Stream_ExtractFrame() 202 *pbytes = (FT_Byte*)stream->cursor; in FT_Stream_ExtractFrame() 215 FT_Byte** pbytes ) in FT_Stream_ReleaseFrame() 350 FT_BASE_DEF( FT_Byte ) 353 FT_Byte result; in FT_Stream_GetByte() [all …]
|
D | ftbitmap.c | 135 FT_Byte* s = source->buffer; in FT_Bitmap_Copy() 136 FT_Byte* t = target->buffer; in FT_Bitmap_Copy() 210 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 ); in ft_bitmap_assure_buffer() 211 FT_Byte* end = bitmap->buffer + pitch; in ft_bitmap_assure_buffer() 219 FT_Byte* write = line; in ft_bitmap_assure_buffer() 224 write[0] = (FT_Byte)( write[0] & mask ); in ft_bitmap_assure_buffer() 466 static FT_Byte 467 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra ) in ft_gray_for_premultiplied_srgb_bgra() 508 return (FT_Byte)( a - l / a ); in ft_gray_for_premultiplied_srgb_bgra() 523 FT_Byte* s; in FT_Bitmap_Convert() [all …]
|
D | ftlcdfil.c | 31 #define FT_SHIFTCLAMP( x ) ( x >>= 8, (FT_Byte)( x > 255 ? 255 : x ) ) 40 FT_Byte* lcd_weights; in ft_lcd_padding() 84 FT_Byte* origin = bitmap->buffer; in ft_lcd_filter_fir() 85 FT_Byte mode = bitmap->pixel_mode; in ft_lcd_filter_fir() 95 FT_Byte* line = origin; in ft_lcd_filter_fir() 138 FT_Byte* column = origin; in ft_lcd_filter_fir() 143 FT_Byte* col = column; in ft_lcd_filter_fir() 185 FT_Byte* weights ) in _ft_lcd_filter_legacy() 190 FT_Byte* origin = bitmap->buffer; in _ft_lcd_filter_legacy() 191 FT_Byte mode = bitmap->pixel_mode; in _ft_lcd_filter_legacy() [all …]
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidload.c | 43 cid_get_offset( FT_Byte* *start, 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() 389 FT_Byte* base, in cid_parse_dict() [all …]
|