/external/pdfium/third_party/freetype/src/cff/ |
D | cfftypes.h | 67 FT_UInt count; 80 FT_UInt format; 83 FT_UInt count; 93 FT_UInt format; 99 FT_UInt max_cid; 100 FT_UInt num_glyphs; 107 FT_UInt version; 108 FT_UInt notice; 109 FT_UInt copyright; 110 FT_UInt full_name; [all …]
|
D | cffload.h | 30 cff_get_standard_encoding( FT_UInt charcode ); 35 FT_UInt element ); 39 FT_UInt sid ); 44 FT_UInt element, 54 FT_UInt element ); 57 FT_LOCAL( FT_UInt ) 59 FT_UInt cid ); 75 FT_UInt glyph_index );
|
/external/freetype/src/cff/ |
D | cfftypes.h | 67 FT_UInt count; 80 FT_UInt format; 83 FT_UInt count; 93 FT_UInt format; 99 FT_UInt max_cid; 100 FT_UInt num_glyphs; 107 FT_UInt version; 108 FT_UInt notice; 109 FT_UInt copyright; 110 FT_UInt full_name; [all …]
|
D | cffload.h | 30 cff_get_standard_encoding( FT_UInt charcode ); 35 FT_UInt element ); 39 FT_UInt sid ); 44 FT_UInt element, 54 FT_UInt element ); 57 FT_LOCAL( FT_UInt ) 59 FT_UInt cid ); 75 FT_UInt glyph_index );
|
/external/freetype/src/base/ |
D | ftlcdfil.c | 39 FT_UInt width = (FT_UInt)bitmap->width; in _ft_lcd_filter_fir() 40 FT_UInt height = (FT_UInt)bitmap->rows; in _ft_lcd_filter_fir() 58 FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ in _ft_lcd_filter_fir() 59 FT_UInt val1, xx; in _ft_lcd_filter_fir() 76 FT_UInt val, pix; in _ft_lcd_filter_fir() 87 pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); in _ft_lcd_filter_fir() 92 FT_UInt pix; in _ft_lcd_filter_fir() 96 pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); in _ft_lcd_filter_fir() 100 pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); in _ft_lcd_filter_fir() 120 FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ in _ft_lcd_filter_fir() [all …]
|
D | ftbitmap.c | 125 FT_UInt i; in FT_Bitmap_Copy() 152 FT_UInt xpixels, in ft_bitmap_assure_buffer() 153 FT_UInt ypixels ) in ft_bitmap_assure_buffer() 158 FT_UInt bpp; in ft_bitmap_assure_buffer() 159 FT_UInt i, width, height; in ft_bitmap_assure_buffer() 197 FT_UInt bit_width = (FT_UInt)pitch * 8; in ft_bitmap_assure_buffer() 198 FT_UInt bit_last = ( width + xpixels ) * bpp; in ft_bitmap_assure_buffer() 205 FT_UInt shift = bit_last & 7; in ft_bitmap_assure_buffer() 206 FT_UInt mask = 0xFF00U >> shift; in ft_bitmap_assure_buffer() 207 FT_UInt count = height; in ft_bitmap_assure_buffer() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftlcdfil.c | 39 FT_UInt width = (FT_UInt)bitmap->width; in _ft_lcd_filter_fir() 40 FT_UInt height = (FT_UInt)bitmap->rows; in _ft_lcd_filter_fir() 58 FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ in _ft_lcd_filter_fir() 59 FT_UInt val1, xx; in _ft_lcd_filter_fir() 76 FT_UInt val, pix; in _ft_lcd_filter_fir() 87 pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); in _ft_lcd_filter_fir() 92 FT_UInt pix; in _ft_lcd_filter_fir() 96 pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); in _ft_lcd_filter_fir() 100 pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); in _ft_lcd_filter_fir() 120 FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ in _ft_lcd_filter_fir() [all …]
|
D | ftbitmap.c | 125 FT_UInt i; in FT_Bitmap_Copy() 152 FT_UInt xpixels, in ft_bitmap_assure_buffer() 153 FT_UInt ypixels ) in ft_bitmap_assure_buffer() 158 FT_UInt bpp; in ft_bitmap_assure_buffer() 159 FT_UInt i, width, height; in ft_bitmap_assure_buffer() 197 FT_UInt bit_width = (FT_UInt)pitch * 8; in ft_bitmap_assure_buffer() 198 FT_UInt bit_last = ( width + xpixels ) * bpp; in ft_bitmap_assure_buffer() 205 FT_UInt shift = bit_last & 7; in ft_bitmap_assure_buffer() 206 FT_UInt mask = 0xFF00U >> shift; in ft_bitmap_assure_buffer() 207 FT_UInt count = height; in ft_bitmap_assure_buffer() [all …]
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftgloadr.h | 73 FT_UInt num_subglyphs; /* number of subglyphs */ 82 FT_UInt max_points; 83 FT_UInt max_contours; 84 FT_UInt max_subglyphs; 120 FT_UInt n_points, 121 FT_UInt n_contours ); 126 ( (FT_UInt)(_loader)->base.outline.n_points + \ 127 (FT_UInt)(_loader)->current.outline.n_points + \ 128 (FT_UInt)(_count) ) <= (_loader)->max_points ) 132 ( (FT_UInt)(_loader)->base.outline.n_contours + \ [all …]
|
/external/freetype/include/internal/ |
D | ftgloadr.h | 73 FT_UInt num_subglyphs; /* number of subglyphs */ 82 FT_UInt max_points; 83 FT_UInt max_contours; 84 FT_UInt max_subglyphs; 120 FT_UInt n_points, 121 FT_UInt n_contours ); 126 ( (FT_UInt)(_loader)->base.outline.n_points + \ 127 (FT_UInt)(_loader)->current.outline.n_points + \ 128 (FT_UInt)(_count) ) <= (_loader)->max_points ) 132 ( (FT_UInt)(_loader)->base.outline.n_contours + \ [all …]
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshrec.c | 62 FT_UInt count, in ps_hint_table_ensure() 65 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() 66 FT_UInt new_max = count; in ps_hint_table_ensure() 87 FT_UInt count; in ps_hint_table_alloc() 137 FT_UInt count, in ps_mask_ensure() 140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() 141 FT_UInt new_max = ( count + 7 ) >> 3; in ps_mask_ensure() 160 if ( (FT_UInt)idx >= mask->num_bits ) in ps_mask_test_bit() 170 FT_UInt idx ) in ps_mask_clear_bit() 186 FT_UInt idx, in ps_mask_set_bit() [all …]
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 62 FT_UInt count, in ps_hint_table_ensure() 65 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() 66 FT_UInt new_max = count; in ps_hint_table_ensure() 87 FT_UInt count; in ps_hint_table_alloc() 137 FT_UInt count, in ps_mask_ensure() 140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() 141 FT_UInt new_max = ( count + 7 ) >> 3; in ps_mask_ensure() 160 if ( (FT_UInt)idx >= mask->num_bits ) in ps_mask_test_bit() 170 FT_UInt idx ) in ps_mask_clear_bit() 186 FT_UInt idx, in ps_mask_set_bit() [all …]
|
D | pshrec.h | 73 FT_UInt flags; 86 FT_UInt num_hints; 87 FT_UInt max_hints; 96 FT_UInt num_bits; 97 FT_UInt max_bits; 99 FT_UInt end_point; 107 FT_UInt num_masks; 108 FT_UInt max_masks;
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 99 FT_UInt length; in tt_cmap0_validate() 114 FT_UInt n, idx; in tt_cmap0_validate() 130 FT_CALLBACK_DEF( FT_UInt ) 148 FT_UInt gindex = 0; in tt_cmap0_char_next() 296 FT_UInt length; in FT_CALLBACK_DEF() 298 FT_UInt n, max_subs; in FT_CALLBACK_DEF() 320 FT_UInt idx = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF() 343 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() 377 FT_UInt idx; in FT_CALLBACK_DEF() 385 idx = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU; in FT_CALLBACK_DEF() [all …]
|
D | ttkern.c | 51 FT_UInt nn, num_tables; in tt_face_load_kern() 88 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() 119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern() 182 FT_UInt left_glyph, in tt_face_get_kerning() 183 FT_UInt right_glyph ) in tt_face_get_kerning() 186 FT_UInt count, mask; in tt_face_get_kerning() 200 FT_UInt version = FT_NEXT_USHORT( p ); in tt_face_get_kerning() 201 FT_UInt length = FT_NEXT_USHORT( p ); in tt_face_get_kerning() 202 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() 203 FT_UInt num_pairs; in tt_face_get_kerning() [all …]
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 92 FT_UInt length; in tt_cmap0_validate() 107 FT_UInt n, idx; in tt_cmap0_validate() 123 FT_CALLBACK_DEF( FT_UInt ) 141 FT_UInt gindex = 0; in tt_cmap0_char_next() 289 FT_UInt length; in FT_CALLBACK_DEF() 291 FT_UInt n, max_subs; in FT_CALLBACK_DEF() 313 FT_UInt idx = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF() 336 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() 370 FT_UInt idx; in FT_CALLBACK_DEF() 378 idx = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU; in FT_CALLBACK_DEF() [all …]
|
D | ttkern.c | 51 FT_UInt nn, num_tables; in tt_face_load_kern() 88 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() 119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern() 182 FT_UInt left_glyph, in tt_face_get_kerning() 183 FT_UInt right_glyph ) in tt_face_get_kerning() 186 FT_UInt count, mask; in tt_face_get_kerning() 200 FT_UInt version = FT_NEXT_USHORT( p ); in tt_face_get_kerning() 201 FT_UInt length = FT_NEXT_USHORT( p ); in tt_face_get_kerning() 202 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() 203 FT_UInt num_pairs; in tt_face_get_kerning() [all …]
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftmm.h | 105 FT_UInt num_axis; 106 FT_UInt num_designs; 149 FT_UInt strid; 173 FT_UInt strid; 212 FT_UInt num_axis; 213 FT_UInt num_designs; 214 FT_UInt num_namedstyles; 295 FT_UInt num_coords, 324 FT_UInt num_coords, 354 FT_UInt num_coords, [all …]
|
D | ftcache.h | 309 FT_UInt max_faces, 310 FT_UInt max_sizes, 428 FT_UInt width; 429 FT_UInt height; 431 FT_UInt x_res; 432 FT_UInt y_res; 619 FT_EXPORT( FT_UInt ) 670 FT_UInt width; 671 FT_UInt height; 778 FT_UInt gindex, [all …]
|
/external/freetype/include/ |
D | ftmm.h | 105 FT_UInt num_axis; 106 FT_UInt num_designs; 149 FT_UInt strid; 173 FT_UInt strid; 212 FT_UInt num_axis; 213 FT_UInt num_designs; 214 FT_UInt num_namedstyles; 295 FT_UInt num_coords, 324 FT_UInt num_coords, 354 FT_UInt num_coords, [all …]
|
D | ftcache.h | 309 FT_UInt max_faces, 310 FT_UInt max_sizes, 428 FT_UInt width; 429 FT_UInt height; 431 FT_UInt x_res; 432 FT_UInt y_res; 619 FT_EXPORT( FT_UInt ) 670 FT_UInt width; 671 FT_UInt height; 778 FT_UInt gindex, [all …]
|
/external/pdfium/third_party/freetype/src/psnames/ |
D | psmodule.c | 253 FT_UInt glyph, in ps_check_extra_glyph_name() 254 FT_UInt* extra_glyphs, in ps_check_extra_glyph_name() 255 FT_UInt *states ) in ps_check_extra_glyph_name() 257 FT_UInt n; in ps_check_extra_glyph_name() 280 FT_UInt *states ) in ps_check_extra_glyph_unicode() 282 FT_UInt n; in ps_check_extra_glyph_unicode() 302 FT_UInt num_glyphs, in ps_unicodes_init() 309 FT_UInt extra_glyph_list_states[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in ps_unicodes_init() 310 FT_UInt extra_glyphs[EXTRA_GLYPH_LIST_SIZE]; in ps_unicodes_init() 319 FT_UInt n; in ps_unicodes_init() [all …]
|
/external/freetype/src/psnames/ |
D | psmodule.c | 253 FT_UInt glyph, in ps_check_extra_glyph_name() 254 FT_UInt* extra_glyphs, in ps_check_extra_glyph_name() 255 FT_UInt *states ) in ps_check_extra_glyph_name() 257 FT_UInt n; in ps_check_extra_glyph_name() 280 FT_UInt *states ) in ps_check_extra_glyph_unicode() 282 FT_UInt n; in ps_check_extra_glyph_unicode() 302 FT_UInt num_glyphs, in ps_unicodes_init() 309 FT_UInt extra_glyph_list_states[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in ps_unicodes_init() 310 FT_UInt extra_glyphs[EXTRA_GLYPH_LIST_SIZE]; in ps_unicodes_init() 319 FT_UInt n; in ps_unicodes_init() [all …]
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | psconv.c | 361 FT_LOCAL_DEF( FT_UInt ) 368 FT_UInt r = 0; 456 FT_LOCAL_DEF( FT_UInt ) 463 FT_UInt r = 0; in PS_Conv_ASCIIHexDecode() 464 FT_UInt w = 0; in PS_Conv_ASCIIHexDecode() 465 FT_UInt pad = 0x01; in PS_Conv_ASCIIHexDecode() 477 if ( n > (FT_UInt)( limit - p ) ) in PS_Conv_ASCIIHexDecode() 478 n = (FT_UInt)( limit - p ); in PS_Conv_ASCIIHexDecode() 483 FT_UInt c = p[r]; in PS_Conv_ASCIIHexDecode() 492 c = (FT_UInt)ft_char_table[c & 0x7F]; in PS_Conv_ASCIIHexDecode() [all …]
|
/external/freetype/src/psaux/ |
D | psconv.c | 361 FT_LOCAL_DEF( FT_UInt ) 368 FT_UInt r = 0; 456 FT_LOCAL_DEF( FT_UInt ) 463 FT_UInt r = 0; in PS_Conv_ASCIIHexDecode() 464 FT_UInt w = 0; in PS_Conv_ASCIIHexDecode() 465 FT_UInt pad = 0x01; in PS_Conv_ASCIIHexDecode() 477 if ( n > (FT_UInt)( limit - p ) ) in PS_Conv_ASCIIHexDecode() 478 n = (FT_UInt)( limit - p ); in PS_Conv_ASCIIHexDecode() 483 FT_UInt c = p[r]; in PS_Conv_ASCIIHexDecode() 492 c = (FT_UInt)ft_char_table[c & 0x7F]; in PS_Conv_ASCIIHexDecode() [all …]
|