Home
last modified time | relevance | path

Searched refs:FT_ULong (Results 1 – 25 of 157) sorted by relevance

1234567

/external/freetype/include/freetype/internal/
Dwofftypes.h46 FT_ULong signature;
47 FT_ULong flavor;
48 FT_ULong length;
51 FT_ULong totalSfntSize;
54 FT_ULong metaOffset;
55 FT_ULong metaLength;
56 FT_ULong metaOrigLength;
57 FT_ULong privOffset;
58 FT_ULong privLength;
95 FT_ULong Tag; /* table ID */
[all …]
Dtttypes.h75 FT_ULong tag;
78 FT_ULong* offsets;
109 FT_ULong format_tag;
115 FT_ULong offset; /* not in file */
144 FT_ULong Tag; /* table type */
145 FT_ULong CheckSum; /* table checksum */
146 FT_ULong Offset; /* table file offset */
147 FT_ULong Length; /* table length */
228 FT_ULong stringOffset;
261 FT_ULong stringOffset;
[all …]
Dcfftypes.h71 FT_ULong start;
75 FT_ULong data_offset;
76 FT_ULong data_size;
78 FT_ULong* offsets;
87 FT_ULong offset;
100 FT_ULong offset;
200 FT_ULong units_per_em; /* temporarily used as scaling value also */
202 FT_ULong unique_id;
205 FT_ULong charset_offset;
206 FT_ULong encoding_offset;
[all …]
Dftstream.h313 #define FT_GET_UOFF3() FT_GET_MACRO( FT_Stream_GetUOffset, FT_ULong )
315 #define FT_GET_ULONG() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong )
316 #define FT_GET_TAG4() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong )
321 #define FT_GET_ULONG_LE() FT_GET_MACRO( FT_Stream_GetULongLE, FT_ULong )
341 #define FT_READ_UOFF3( var ) FT_READ_MACRO( FT_Stream_ReadUOffset, FT_ULong, var )
343 #define FT_READ_ULONG( var ) FT_READ_MACRO( FT_Stream_ReadULong, FT_ULong, var )
348 #define FT_READ_ULONG_LE( var ) FT_READ_MACRO( FT_Stream_ReadULongLE, FT_ULong, var )
376 FT_ULong size );
386 FT_ULong pos );
394 FT_BASE( FT_ULong )
[all …]
/external/freetype/src/winfonts/
Dwinfnt.h52 FT_ULong magic;
60 FT_ULong rsrc_virtual_address;
61 FT_ULong rsrc_size;
71 FT_ULong virtual_address;
72 FT_ULong size_of_raw_data;
73 FT_ULong pointer_to_raw_data;
81 FT_ULong characteristics;
82 FT_ULong time_date_stamp;
93 FT_ULong name;
94 FT_ULong offset;
[all …]
/external/freetype/include/freetype/
Dtttables.h95 FT_ULong Created [2];
96 FT_ULong Modified[2];
396 FT_ULong ulUnicodeRange1; /* Bits 0-31 */
397 FT_ULong ulUnicodeRange2; /* Bits 32-63 */
398 FT_ULong ulUnicodeRange3; /* Bits 64-95 */
399 FT_ULong ulUnicodeRange4; /* Bits 96-127 */
414 FT_ULong ulCodePageRange1; /* Bits 0-31 */
415 FT_ULong ulCodePageRange2; /* Bits 32-63 */
456 FT_ULong isFixedPitch;
457 FT_ULong minMemType42;
[all …]
Dftwinfnt.h186 FT_ULong file_size;
210 FT_ULong device_offset;
211 FT_ULong face_name_offset;
212 FT_ULong bits_pointer;
213 FT_ULong bits_offset;
215 FT_ULong flags;
220 FT_ULong reserved1[4];
/external/freetype/src/gxvalid/
Dgxvmorx.c69 FT_ULong length; in gxv_morx_subtables_validate()
70 FT_ULong coverage; in gxv_morx_subtables_validate()
72 FT_ULong subFeatureFlags; in gxv_morx_subtables_validate()
74 FT_ULong type; in gxv_morx_subtables_validate()
75 FT_ULong rest; in gxv_morx_subtables_validate()
110 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_morx_subtables_validate()
123 FT_ULong defaultFlags; in gxv_morx_chain_validate()
125 FT_ULong chainLength; in gxv_morx_chain_validate()
126 FT_ULong nFeatureFlags; in gxv_morx_chain_validate()
127 FT_ULong nSubtables; in gxv_morx_chain_validate()
[all …]
Dgxvcommn.h145 FT_ULong ul;
197 (*GXV_XStateTable_Subtable_Setup_Func)( FT_ULong table_size,
198 FT_ULong classTable,
199 FT_ULong stateArray,
200 FT_ULong entryTable,
201 FT_ULong* classTable_length_p,
202 FT_ULong* stateArray_length_p,
203 FT_ULong* entryTable_length_p,
228 FT_ULong nClasses;
243 FT_ULong subtable_length;
[all …]
Dgxvmorx2.c44 FT_ULong ligActionTable;
45 FT_ULong componentTable;
46 FT_ULong ligatureTable;
47 FT_ULong ligActionTable_length;
48 FT_ULong componentTable_length;
49 FT_ULong ligatureTable_length;
85 gxv_morx_subtable_type2_subtable_setup( FT_ULong table_size, in gxv_morx_subtable_type2_subtable_setup()
86 FT_ULong classTable, in gxv_morx_subtable_type2_subtable_setup()
87 FT_ULong stateArray, in gxv_morx_subtable_type2_subtable_setup()
88 FT_ULong entryTable, in gxv_morx_subtable_type2_subtable_setup()
[all …]
Dgxvmorx5.c54 FT_ULong insertionGlyphList;
55 FT_ULong insertionGlyphList_length;
82 gxv_morx_subtable_type5_subtable_setup( FT_ULong table_size, in gxv_morx_subtable_type5_subtable_setup()
83 FT_ULong classTable, in gxv_morx_subtable_type5_subtable_setup()
84 FT_ULong stateArray, in gxv_morx_subtable_type5_subtable_setup()
85 FT_ULong entryTable, in gxv_morx_subtable_type5_subtable_setup()
86 FT_ULong* classTable_length_p, in gxv_morx_subtable_type5_subtable_setup()
87 FT_ULong* stateArray_length_p, in gxv_morx_subtable_type5_subtable_setup()
88 FT_ULong* entryTable_length_p, in gxv_morx_subtable_type5_subtable_setup()
91 FT_ULong o[4]; in gxv_morx_subtable_type5_subtable_setup()
[all …]
Dgxvmorx1.c44 FT_ULong substitutionTable;
45 FT_ULong substitutionTable_length;
73 gxv_morx_subtable_type1_subtable_setup( FT_ULong table_size, in gxv_morx_subtable_type1_subtable_setup()
74 FT_ULong classTable, in gxv_morx_subtable_type1_subtable_setup()
75 FT_ULong stateArray, in gxv_morx_subtable_type1_subtable_setup()
76 FT_ULong entryTable, in gxv_morx_subtable_type1_subtable_setup()
77 FT_ULong* classTable_length_p, in gxv_morx_subtable_type1_subtable_setup()
78 FT_ULong* stateArray_length_p, in gxv_morx_subtable_type1_subtable_setup()
79 FT_ULong* entryTable_length_p, in gxv_morx_subtable_type1_subtable_setup()
82 FT_ULong o[4]; in gxv_morx_subtable_type1_subtable_setup()
[all …]
Dgxvcommn.c115 gxv_compare_ulong_offset( FT_ULong* a, in gxv_compare_ulong_offset()
116 FT_ULong* b ) in gxv_compare_ulong_offset()
128 gxv_set_length_by_ulong_offset( FT_ULong* offset, in gxv_set_length_by_ulong_offset()
129 FT_ULong** length, in gxv_set_length_by_ulong_offset()
130 FT_ULong* buff, in gxv_set_length_by_ulong_offset()
132 FT_ULong limit, in gxv_set_length_by_ulong_offset()
145 ft_qsort( buff, ( nmemb + 1 ), sizeof ( FT_ULong ), in gxv_set_length_by_ulong_offset()
205 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_array_getlimits_byte()
234 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_array_getlimits_ushort()
370 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_BinSrchHeader_validate()
[all …]
Dgxvmort.c92 FT_ULong nFeatureFlags, in gxv_mort_featurearray_validate()
96 FT_ULong i; in gxv_mort_featurearray_validate()
116 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_mort_featurearray_validate()
182 FT_ULong subFeatureFlags; in gxv_mort_subtables_validate()
218 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_mort_subtables_validate()
231 FT_ULong defaultFlags; in gxv_mort_chain_validate()
233 FT_ULong chainLength; in gxv_mort_chain_validate()
270 FT_ULong version; in gxv_mort_validate()
271 FT_ULong nChains; in gxv_mort_validate()
272 FT_ULong i; in gxv_mort_validate()
Dgxvjust.c93 FT_ULong justClass; in gxv_just_wdp_entry_validate()
126 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_just_wdp_entry_validate()
136 FT_ULong count, i; in gxv_just_wdc_entry_validate()
148 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_just_wdc_entry_validate()
173 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_just_widthDeltaClusters_validate()
223 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_just_actSubrecord_type0_validate()
241 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_just_actSubrecord_type1_validate()
272 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_just_actSubrecord_type2_validate()
282 FT_ULong variantsAxis; in gxv_just_actSubrecord_type4_validate()
294 gxvalid->subtable_length = (FT_ULong)( p - table ); in gxv_just_actSubrecord_type4_validate()
[all …]
/external/freetype/src/sfnt/
Dsfwoff2.c111 FT_ULong tag1 = table1->Tag; in compare_tags()
112 FT_ULong tag2 = table2->Tag; in compare_tags()
173 FT_ULong* value ) in ReadBase128()
175 FT_ULong result = 0; in ReadBase128()
213 FT_ULong* dst_size, in write_buf()
214 FT_ULong* offset, in write_buf()
216 FT_ULong size, in write_buf()
234 (FT_ULong)( *dst_size ), in write_buf()
235 (FT_ULong)( *offset + size ) ) ) in write_buf()
256 FT_ULong* sfnt_size, in pad4()
[all …]
Dttload.h33 FT_ULong tag );
37 FT_ULong tag,
39 FT_ULong* length );
49 FT_ULong tag,
52 FT_ULong* length );
/external/freetype/src/truetype/
Dttinterp.h76 FT_ULong idx );
82 FT_ULong idx,
117 const FT_ULong glyph;
127 const FT_ULong glyph;
128 const FT_ULong scale;
188 FT_ULong cvtSize;
418 FT_ULong sph_tweak_flags; /* flags to control */
421 FT_ULong sph_in_func_flags; /* flags to indicate if in */
429 FT_ULong loopcall_counter;
430 FT_ULong loopcall_counter_max;
[all …]
Dttpload.c67 FT_ULong table_len; in tt_face_load_loca()
124 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca()
130 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca()
132 FT_ULong new_loca_len = in tt_face_load_loca()
133 ( (FT_ULong)face->root.num_glyphs + 1 ) << shift; in tt_face_load_loca()
162 if ( new_loca_len <= (FT_ULong)dist ) in tt_face_load_loca()
164 face->num_locations = (FT_ULong)face->root.num_glyphs + 1; in tt_face_load_loca()
195 FT_LOCAL_DEF( FT_ULong )
200 FT_ULong pos1, pos2; in tt_face_get_location()
328 FT_ULong table_len; in tt_face_load_cvt()
[all …]
/external/freetype/src/lzw/
Dftlzw.c73 FT_ULong pos; /* position in output */
168 FT_ULong count; in ft_lzw_file_fill_output()
188 FT_ULong count ) in ft_lzw_file_skip_output()
195 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
210 FT_ULong delta = FT_LZW_BUFFER_SIZE; in ft_lzw_file_skip_output()
211 FT_ULong numread; in ft_lzw_file_skip_output()
233 static FT_ULong
235 FT_ULong pos, in ft_lzw_file_io()
237 FT_ULong count ) in ft_lzw_file_io()
239 FT_ULong result = 0; in ft_lzw_file_io()
[all …]
/external/freetype/src/base/
Dftstream.c36 FT_ULong size ) in FT_Stream_OpenMemory()
57 FT_ULong pos ) in FT_Stream_Seek()
97 return FT_Stream_Seek( stream, stream->pos + (FT_ULong)distance ); in FT_Stream_Skip()
101 FT_BASE_DEF( FT_ULong )
111 FT_ULong count ) in FT_Stream_Read()
119 FT_ULong pos, in FT_Stream_ReadAt()
121 FT_ULong count ) in FT_Stream_ReadAt()
124 FT_ULong read_bytes; in FT_Stream_ReadAt()
162 FT_BASE_DEF( FT_ULong )
165 FT_ULong count ) in FT_Stream_TryRead()
[all …]
/external/freetype/src/gzip/
Dftgzip.c128 FT_ULong sz = (FT_ULong)size * items; in ft_gzip_alloc()
183 FT_ULong start; /* starting position, after .gz header */
187 FT_ULong pos; /* position in output */
379 FT_ULong size; in ft_gzip_file_fill_input()
462 FT_ULong count ) in ft_gzip_file_skip_output()
465 FT_ULong delta; in ft_gzip_file_skip_output()
470 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_gzip_file_skip_output()
490 static FT_ULong
492 FT_ULong pos, in ft_gzip_file_io()
494 FT_ULong count ) in ft_gzip_file_io()
[all …]
/external/freetype/src/pcf/
Dpcf.h40 FT_ULong type;
41 FT_ULong format;
42 FT_ULong size;
43 FT_ULong offset;
50 FT_ULong version;
51 FT_ULong count;
75 FT_ULong ul;
102 FT_ULong bits; /* offset into the PCF_BITMAPS table */
160 FT_ULong nmetrics;
165 FT_ULong bitmapsFormat;
/external/freetype/src/bzip2/
Dftbzip2.c68 FT_ULong sz = (FT_ULong)size * (FT_ULong)items; in ft_bzip2_alloc()
106 FT_ULong pos; /* position in output */
244 FT_ULong size; in ft_bzip2_file_fill_input()
327 FT_ULong count ) in ft_bzip2_file_skip_output()
330 FT_ULong delta; in ft_bzip2_file_skip_output()
335 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_bzip2_file_skip_output()
355 static FT_ULong
357 FT_ULong pos, in ft_bzip2_file_io()
359 FT_ULong count ) in ft_bzip2_file_io()
361 FT_ULong result = 0; in ft_bzip2_file_io()
[all …]
/external/freetype/include/freetype/internal/services/
Dsvsfnt.h41 FT_ULong tag,
44 FT_ULong* length );
60 FT_ULong *tag,
61 FT_ULong *offset,
62 FT_ULong *length );

1234567