/external/freetype/include/freetype/internal/ |
tttypes.h | 72 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; [all...] |
ftstream.h | 298 #define FT_GET_UOFF3() FT_GET_MACRO( FT_Stream_GetUOffset, FT_ULong ) 300 #define FT_GET_ULONG() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong ) 301 #define FT_GET_TAG4() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong ) 306 #define FT_GET_ULONG_LE() FT_GET_MACRO( FT_Stream_GetULongLE, FT_ULong ) 318 #define FT_READ_UOFF3( var ) FT_READ_MACRO( FT_Stream_ReadUOffset, FT_ULong, var ) 320 #define FT_READ_ULONG( var ) FT_READ_MACRO( FT_Stream_ReadULong, FT_ULong, var ) 325 #define FT_READ_ULONG_LE( var ) FT_READ_MACRO( FT_Stream_ReadULongLE, FT_ULong, var ) 353 FT_ULong size ); 363 FT_ULong pos ); 379 FT_ULong count ) [all...] |
/external/freetype/include/freetype/internal/services/ |
svsfnt.h | 41 FT_ULong tag, 44 FT_ULong* length ); 60 FT_ULong *tag, 61 FT_ULong *offset, 62 FT_ULong *length );
|
svttglyf.h | 30 typedef FT_ULong 33 FT_ULong *psize );
|
svttcmap.h | 61 FT_ULong language;
|
/external/freetype/src/sfnt/ |
ttsbit.h | 41 FT_ULong* astrike_index ); 45 FT_ULong strike_index, 52 FT_ULong strike_index, 55 FT_ULong *aglyph_offset ); 66 FT_ULong strike_index,
|
ttload.h | 34 FT_ULong tag ); 38 FT_ULong tag, 40 FT_ULong* length ); 50 FT_ULong tag, 53 FT_ULong* length );
|
ttkern.c | 40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) 48 FT_ULong table_size; 129 FT_ULong count; 130 FT_ULong old_pair; 230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); 243 FT_ULong key; 266 FT_ULong key = FT_NEXT_ULONG( p );
|
/external/freetype/src/cff/ |
cfftypes.h | 66 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; 121 FT_ULong units_per_em; /* temporarily used as scaling value also */ 123 FT_ULong unique_id; 126 FT_ULong charset_offset; 127 FT_ULong encoding_offset [all...] |
cffobjs.h | 58 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ 139 FT_ULong strike_index );
|
cffload.h | 46 FT_ULong* pbyte_len );
|
/external/freetype/include/freetype/ |
ftwinfnt.h | 186 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];
|
tttables.h | 371 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...] |
fttypes.h | 63 /* FT_ULong */ 244 /* FT_ULong */ 249 typedef unsigned long FT_ULong; 478 ( ( (FT_ULong)_x1 << 24 ) | \ 479 ( (FT_ULong)_x2 << 16 ) | \ 480 ( (FT_ULong)_x3 << 8 ) | \ 481 (FT_ULong)_x4 ) [all...] |
t1tables.h | 277 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;
|
ftcache.h | 221 #define FT_POINTER_TO_ULONG( p ) ( (FT_ULong)(FT_Pointer)(p) ) 322 FT_ULong max_bytes, [all...] |
/external/freetype/src/base/ |
ftapi.c | 46 FT_ULong size, 57 FT_ULong pos ) 74 FT_ULong count ) 82 FT_ULong pos, 84 FT_ULong count ) 92 FT_ULong count, 108 FT_ULong count )
|
ftbase.h | 46 FT_ULong size,
|
ftstream.c | 37 FT_ULong size ) 58 FT_ULong pos ) 98 return FT_Stream_Seek( stream, (FT_ULong)( stream->pos + distance ) ); 112 FT_ULong count ) 120 FT_ULong pos, 122 FT_ULong count ) 125 FT_ULong read_bytes; 163 FT_BASE_DEF( FT_ULong ) 166 FT_ULong count ) 168 FT_ULong read_bytes = 0 [all...] |
ftdbgmem.c | 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 193 ft_mem_closest_prime( FT_ULong num [all...] |
ftpatent.c | 29 FT_ULong size ) 114 FT_ULong tag ) 127 FT_ULong tag_i = 0, offset_i = 0, length_i = 0; 171 FT_ULong offset, num_ins, size;
|
/external/freetype/src/raster/ |
ftmisc.h | 46 typedef unsigned long FT_ULong; 51 ( ( (FT_ULong)_x1 << 24 ) | \ 52 ( (FT_ULong)_x2 << 16 ) | \ 53 ( (FT_ULong)_x3 << 8 ) | \ 54 (FT_ULong)_x4 )
|
/external/freetype/src/cache/ |
ftcmanag.h | 97 FT_ULong max_weight; 98 FT_ULong cur_weight;
|
/external/freetype/src/truetype/ |
ttinterp.h | 86 (*TT_Get_CVT_Func)( EXEC_OP_ FT_ULong idx ); 91 (*TT_Set_CVT_Func)( EXEC_OP_ FT_ULong idx, 154 FT_ULong cvtSize; 245 FT_ULong* size, 248 FT_ULong new_max );
|
ttpload.c | 66 FT_ULong table_len; 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) 119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) 172 FT_LOCAL_DEF( FT_ULong ) 177 FT_ULong pos1, pos2; 287 FT_ULong table_len; 367 FT_ULong table_len; 429 FT_ULong table_len; 490 FT_ULong table_size, record_size; 582 FT_ULong record_size = face->hdmx_record_size [all...] |