Home
last modified time | relevance | path

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

123

/external/freetype/include/freetype/internal/
Dtttypes.h72 FT_ULong tag;
75 FT_ULong* offsets;
101 FT_ULong format_tag;
107 FT_ULong offset; /* not in file */
132 FT_ULong Tag; /* table type */
133 FT_ULong CheckSum; /* table checksum */
134 FT_ULong Offset; /* table file offset */
135 FT_ULong Length; /* table length */
208 FT_ULong stringOffset;
596 FT_ULong image_offset;
[all …]
Dftstream.h298 #define FT_GET_UOFF3() FT_GET_MACRO( FT_Stream_GetOffset, FT_ULong )
300 #define FT_GET_ULONG() FT_GET_MACRO( FT_Stream_GetLong, FT_ULong )
301 #define FT_GET_TAG4() FT_GET_MACRO( FT_Stream_GetLong, FT_ULong )
306 #define FT_GET_ULONG_LE() FT_GET_MACRO( FT_Stream_GetLongLE, FT_ULong )
318 #define FT_READ_UOFF3( var ) FT_READ_MACRO( FT_Stream_ReadOffset, FT_ULong, var )
320 #define FT_READ_ULONG( var ) FT_READ_MACRO( FT_Stream_ReadLong, FT_ULong, var )
325 #define FT_READ_ULONG_LE( var ) FT_READ_MACRO( FT_Stream_ReadLongLE, FT_ULong, var )
353 FT_ULong size );
363 FT_ULong pos );
379 FT_ULong count );
[all …]
Dsfnt.h241 FT_ULong tag,
244 FT_ULong* length );
278 FT_ULong strike_index,
281 FT_ULong *aglyph_offset );
358 FT_ULong strike_index,
392 FT_ULong* astrike_index );
471 FT_ULong* astrike_index );
496 FT_ULong strike_index,
/external/freetype/src/cff/
Dcfftypes.h66 FT_ULong start;
69 FT_ULong data_offset;
70 FT_ULong data_size;
72 FT_ULong* offsets;
81 FT_ULong offset;
94 FT_ULong offset;
120 FT_ULong units_per_em; /* temporarily used as scaling value also */
122 FT_ULong unique_id;
125 FT_ULong charset_offset;
126 FT_ULong encoding_offset;
[all …]
Dcffload.c202 static FT_ULong
209 FT_ULong result = 0; in cff_index_read_offset()
244 FT_ULong size; in cff_index_init()
260 size = (FT_ULong)( count + 1 ) * offsize; in cff_index_init()
330 FT_ULong data_size; in cff_index_load_offsets()
333 FT_ULong* poff; in cff_index_load_offsets()
336 data_size = (FT_ULong)( idx->count + 1 ) * offsize; in cff_index_load_offsets()
408 FT_ULong n, cur_offset; in cff_index_get_pointers()
409 FT_ULong extra = 0; in cff_index_get_pointers()
432 FT_ULong next_offset = idx->offsets[n] - 1; in cff_index_get_pointers()
[all …]
/external/freetype/include/freetype/
Dtttables.h371 FT_ULong ulUnicodeRange1; /* Bits 0-31 */
372 FT_ULong ulUnicodeRange2; /* Bits 32-63 */
373 FT_ULong ulUnicodeRange3; /* Bits 64-95 */
374 FT_ULong ulUnicodeRange4; /* Bits 96-127 */
389 FT_ULong ulCodePageRange1; /* Bits 0-31 */
390 FT_ULong ulCodePageRange2; /* Bits 32-63 */
420 FT_ULong isFixedPitch;
421 FT_ULong minMemType42;
422 FT_ULong maxMemType42;
423 FT_ULong minMemType1;
[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];
Dt1tables.h277 FT_ULong blend_bitflags;
320 FT_ULong subrmap_offset;
363 FT_ULong uid_base;
366 FT_ULong xuid[16];
368 FT_ULong cidmap_offset;
371 FT_ULong cid_count;
376 FT_ULong data_offset;
Dfttypes.h249 typedef unsigned long FT_ULong; typedef
478 ( ( (FT_ULong)_x1 << 24 ) | \
479 ( (FT_ULong)_x2 << 16 ) | \
480 ( (FT_ULong)_x3 << 8 ) | \
481 (FT_ULong)_x4 )
Dfreetype.h1761 FT_ULong tag;
2370 FT_ULong char_code,
3067 FT_ULong charcode );
3113 FT_EXPORT( FT_ULong )
3147 FT_EXPORT( FT_ULong )
3149 FT_ULong char_code,
3418 FT_ULong charcode,
3419 FT_ULong variantSelector );
3454 FT_ULong charcode,
3455 FT_ULong variantSelector );
[all …]
/external/freetype/src/base/
Dftapi.c46 FT_ULong size, in FT_New_Memory_Stream()
57 FT_ULong pos ) in FT_Seek_Stream()
74 FT_ULong count ) in FT_Read_Stream()
82 FT_ULong pos, in FT_Read_Stream_At()
84 FT_ULong count ) in FT_Read_Stream_At()
92 FT_ULong count, in FT_Extract_Frame()
108 FT_ULong count ) in FT_Access_Frame()
Dftdbgmem.c50 #define FT_MEM_VAL( addr ) ((FT_ULong)(FT_Pointer)( addr ))
114 FT_ULong size;
115 FT_ULong nodes;
118 FT_ULong alloc_total;
119 FT_ULong alloc_current;
120 FT_ULong alloc_max;
121 FT_ULong alloc_count;
124 FT_ULong alloc_total_max;
127 FT_ULong alloc_count_max;
192 static FT_ULong
[all …]
Dftstream.c37 FT_ULong size ) in FT_Stream_OpenMemory()
58 FT_ULong pos ) in FT_Stream_Seek()
98 return FT_Stream_Seek( stream, (FT_ULong)( stream->pos + distance ) ); in FT_Stream_Skip()
112 FT_ULong count ) in FT_Stream_Read()
120 FT_ULong pos, in FT_Stream_ReadAt()
122 FT_ULong count ) in FT_Stream_ReadAt()
125 FT_ULong read_bytes; in FT_Stream_ReadAt()
163 FT_BASE_DEF( FT_ULong )
166 FT_ULong count ) in FT_Stream_TryRead()
168 FT_ULong read_bytes = 0; in FT_Stream_TryRead()
[all …]
/external/freetype/src/sfnt/
Dttcmap.c162 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap0_get_info()
538 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap2_get_info()
1374 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap4_get_info()
1533 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap6_get_info()
1786 cmap_info->language = (FT_ULong)TT_PEEK_ULONG( p ); in tt_cmap8_get_info()
1842 FT_ULong length, count; in FT_CALLBACK_DEF()
1852 if ( length > (FT_ULong)( valid->limit - table ) || in FT_CALLBACK_DEF()
1883 FT_UInt32 idx = (FT_ULong)( char_code - start ); in tt_cmap10_char_index()
1935 cmap_info->language = (FT_ULong)TT_PEEK_ULONG( p ); in tt_cmap10_get_info()
1994 FT_ULong cur_charcode;
[all …]
Dttsbit.h41 FT_ULong* astrike_index );
45 FT_ULong strike_index,
52 FT_ULong strike_index,
55 FT_ULong *aglyph_offset );
66 FT_ULong strike_index,
Dttload.h34 FT_ULong tag );
38 FT_ULong tag,
40 FT_ULong* length );
50 FT_ULong tag,
53 FT_ULong* length );
Dttsbit.c278 FT_ULong count, n, size; in Load_SBit_Range_Codes()
308 range->glyph_offsets[n] = (FT_ULong)range->image_offset + in Load_SBit_Range_Codes()
348 FT_ULong num_glyphs, n; in Load_SBit_Range()
371 range->glyph_offsets[n] = (FT_ULong)( range->image_offset + in Load_SBit_Range()
424 FT_ULong num_strikes; in tt_face_load_eblc()
425 FT_ULong table_base; in tt_face_load_eblc()
513 FT_ULong count = num_strikes; in tt_face_load_eblc()
537 FT_ULong count = num_strikes; in tt_face_load_eblc()
543 FT_ULong count2 = strike->num_ranges; in tt_face_load_eblc()
650 FT_ULong* astrike_index ) in tt_face_set_sbit_strike()
[all …]
Dttkern.c40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) )
48 FT_ULong table_size; in tt_face_load_kern()
129 FT_ULong count; in tt_face_load_kern()
130 FT_ULong old_pair; in tt_face_load_kern()
230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
243 FT_ULong key; in tt_face_get_kerning()
266 FT_ULong key = FT_NEXT_ULONG( p ); in tt_face_get_kerning()
Dttsbit0.c48 FT_ULong num_strikes, table_size; in tt_face_load_eblc()
124 FT_ULong* astrike_index ) in tt_face_set_sbit_strike()
132 FT_ULong strike_index, in tt_face_load_strike_metrics()
138 if ( strike_index >= (FT_ULong)face->sbit_num_strikes ) in tt_face_load_strike_metrics()
170 FT_ULong ebdt_start;
171 FT_ULong ebdt_size;
173 FT_ULong strike_index_array;
174 FT_ULong strike_index_count;
184 FT_ULong strike_index, in tt_sbit_decoder_init()
189 FT_ULong ebdt_size; in tt_sbit_decoder_init()
[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 );
/external/freetype/src/raster/
Dftmisc.h46 typedef unsigned long FT_ULong; typedef
51 ( ( (FT_ULong)_x1 << 24 ) | \
52 ( (FT_ULong)_x2 << 16 ) | \
53 ( (FT_ULong)_x3 << 8 ) | \
54 (FT_ULong)_x4 )
/external/freetype/src/truetype/
Dttpload.c66 FT_ULong table_len; in tt_face_load_loca()
113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca()
119 if ( face->num_locations < (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca()
165 FT_LOCAL_DEF( FT_ULong )
170 FT_ULong pos1, pos2; in tt_face_get_location()
260 FT_ULong table_len; in tt_face_load_cvt()
340 FT_ULong table_len; in tt_face_load_fpgm()
402 FT_ULong table_len; in tt_face_load_prep()
463 FT_ULong table_size, record_size; in tt_face_load_hdmx()
555 FT_ULong record_size = face->hdmx_record_size; in tt_face_get_device_metrics()
Dttgxvar.c287 FT_ULong version; in ft_var_load_avar()
290 FT_ULong table_len; in ft_var_load_avar()
348 FT_ULong offsetToCoord;
351 FT_ULong offsetToData;
379 FT_ULong table_len; in ft_var_load_gvar()
380 FT_ULong gvar_start; in ft_var_load_gvar()
381 FT_ULong offsetToData; in ft_var_load_gvar()
586 FT_ULong axisTag;
587 FT_ULong minValue;
588 FT_ULong defaultValue;
[all …]
Dttinterp.h86 (*TT_Get_CVT_Func)( EXEC_OP_ FT_ULong idx );
91 (*TT_Set_CVT_Func)( EXEC_OP_ FT_ULong idx,
153 FT_ULong cvtSize;
244 FT_ULong* size,
247 FT_ULong new_max );
/external/freetype/src/autofit/
Dafglobal.c120 FT_ULong charcode = range->first; in af_face_globals_compute_script_coverage()
127 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_script_coverage()
140 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_script_coverage()
155 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_compute_script_coverage()
263 if ( gindex >= (FT_ULong)globals->glyph_count ) in af_face_globals_get_metrics()
316 if ( gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_is_digit()

123