Home
last modified time | relevance | path

Searched refs:FT_UInt (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/freetype/src/cff/
Dcfftypes.h67 FT_UInt hdr_size;
68 FT_UInt count;
81 FT_UInt format;
84 FT_UInt count;
94 FT_UInt format;
100 FT_UInt max_cid;
101 FT_UInt num_glyphs;
111 FT_UInt itemCount; /* not used; always zero */
112 FT_UInt shortDeltaCount; /* not used; always zero */
115 FT_UInt regionIdxCount; /* number of regions in this var data */
[all …]
Dcffload.h32 cff_get_standard_encoding( FT_UInt charcode );
37 FT_UInt element );
41 FT_UInt sid );
46 FT_UInt element,
56 FT_UInt element );
59 FT_LOCAL( FT_UInt )
61 FT_UInt cid );
79 FT_UInt lenNDV,
84 FT_UInt glyph_index );
88 FT_UInt vsindex,
[all …]
/external/pdfium/third_party/freetype/src/cff/
Dcfftypes.h67 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 …]
Dcffload.h30 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/include/freetype/
Dftmm.h106 FT_UInt num_axis;
107 FT_UInt num_designs;
158 FT_UInt strid;
186 FT_UInt strid;
187 FT_UInt psid; /* since 2.7.1 */
237 FT_UInt num_axis;
238 FT_UInt num_designs;
239 FT_UInt num_namedstyles;
325 FT_UInt num_coords,
355 FT_UInt num_coords,
[all …]
Dftcache.h309 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/src/base/
Dftlcdfil.c39 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 …]
Dftbitmap.c125 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/
Dftlcdfil.c39 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 …]
Dftbitmap.c125 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/
Dftgloadr.h73 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/freetype/internal/
Dftgloadr.h55 FT_UInt num_subglyphs; /* number of subglyphs */
64 FT_UInt max_points;
65 FT_UInt max_contours;
66 FT_UInt max_subglyphs;
102 FT_UInt n_points,
103 FT_UInt n_contours );
108 ( (FT_UInt)(_loader)->base.outline.n_points + \
109 (FT_UInt)(_loader)->current.outline.n_points + \
110 (FT_UInt)(_count) ) <= (_loader)->max_points )
114 ( (FT_UInt)(_loader)->base.outline.n_contours + \
[all …]
/external/freetype/src/pshinter/
Dpshrec.c62 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 …]
Dpshrec.h73 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/pshinter/
Dpshrec.c62 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 …]
Dpshrec.h73 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/freetype/src/truetype/
Dttgxvar.h66 FT_UInt itemCount; /* number of delta sets per item */
67 FT_UInt regionIdxCount; /* number of region indices in this data */
68 FT_UInt* regionIndices; /* array of `regionCount' indices; */
96 FT_UInt dataCount;
100 FT_UInt regionCount; /* total number of regions defined */
108 FT_UInt mapCount;
109 FT_UInt* outerIndex; /* indices to item var data */
110 FT_UInt* innerIndex; /* indices to delta set */
229 FT_UInt num_axis;
250 FT_UInt tuplecount; /* shared tuples in `gvar' */
[all …]
/external/freetype/src/sfnt/
Dttcmap.c99 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()
298 FT_UInt length; in FT_CALLBACK_DEF()
300 FT_UInt n, max_subs; in FT_CALLBACK_DEF()
322 FT_UInt idx = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
345 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF()
379 FT_UInt idx; in FT_CALLBACK_DEF()
387 idx = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU; in FT_CALLBACK_DEF()
[all …]
Dttkern.c51 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/
Dftmm.h105 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 …]
Dftcache.h309 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/sfnt/
Dttcmap.c99 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 …]
Dttkern.c51 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/src/psnames/
Dpsmodule.c253 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/
Dpsmodule.c256 FT_UInt glyph, in ps_check_extra_glyph_name()
257 FT_UInt* extra_glyphs, in ps_check_extra_glyph_name()
258 FT_UInt *states ) in ps_check_extra_glyph_name()
260 FT_UInt n; in ps_check_extra_glyph_name()
283 FT_UInt *states ) in ps_check_extra_glyph_unicode()
285 FT_UInt n; in ps_check_extra_glyph_unicode()
305 FT_UInt num_glyphs, in ps_unicodes_init()
312 FT_UInt extra_glyph_list_states[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in ps_unicodes_init()
313 FT_UInt extra_glyphs[EXTRA_GLYPH_LIST_SIZE]; in ps_unicodes_init()
322 FT_UInt n; in ps_unicodes_init()
[all …]

12345678910>>...12