Searched refs:FT_ULong (Results 1 – 24 of 24) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | tttypes.h | 75 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 …]
|
| D | ftstream.h | 312 #define FT_GET_UOFF3() FT_GET_MACRO( FT_Stream_GetUOffset, FT_ULong ) 314 #define FT_GET_ULONG() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong ) 315 #define FT_GET_TAG4() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong ) 320 #define FT_GET_ULONG_LE() FT_GET_MACRO( FT_Stream_GetULongLE, FT_ULong ) 339 #define FT_READ_UOFF3( var ) FT_READ_MACRO( FT_Stream_ReadUOffset, FT_ULong, var ) 341 #define FT_READ_ULONG( var ) FT_READ_MACRO( FT_Stream_ReadULong, FT_ULong, var ) 346 #define FT_READ_ULONG_LE( var ) FT_READ_MACRO( FT_Stream_ReadULongLE, FT_ULong, var ) 374 FT_ULong size ); 384 FT_ULong pos ); 392 FT_BASE( FT_ULong ) [all …]
|
| D | ftcalc.h | 511 (FT_Long)( (FT_ULong)(a) + (FT_ULong)(b) ) 513 (FT_Long)( (FT_ULong)(a) - (FT_ULong)(b) ) 515 (FT_Long)( (FT_ULong)(a) * (FT_ULong)(b) ) 517 (FT_Long)( (FT_ULong)0 - (FT_ULong)(a) )
|
| D | sfnt.h | 181 FT_ULong tag, 184 FT_ULong* length ); 223 FT_ULong strike_index, 226 FT_ULong *aglyph_offset ); 306 FT_ULong strike_index, 367 FT_ULong* astrike_index ); 395 FT_ULong strike_index,
|
| D | psaux.h | 155 FT_ULong init; 398 FT_ULong* pnum_bytes, 425 FT_ULong* pflags ); 432 FT_ULong* pflags ); 622 FT_ULong* length ); 627 FT_ULong length ); 934 FT_ULong charstring_len ); 1236 FT_ULong charstring_len, 1243 FT_ULong charstring_len );
|
| D | ftmemory.h | 364 FT_ULong size, 375 (dst) = ft_mem_dup( memory, (address), (FT_ULong)(size), &error ) 387 FT_ULong size ); 390 ft_mem_strcpyn( (char*)dst, (const char*)(src), (FT_ULong)(size) )
|
| D | ftobjs.h | 210 FT_ULong size; 673 FT_ULong strike_index ); 687 FT_ULong* size_index ); 713 FT_ULong size );
|
| D | fthash.h | 70 typedef FT_ULong
|
| D | ftdriver.h | 61 FT_ULong size_index );
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/ |
| D | tttables.h | 95 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 …]
|
| D | 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];
|
| D | t1tables.h | 310 FT_ULong blend_bitflags; 362 FT_ULong subrmap_offset; 412 FT_ULong uid_base; 415 FT_ULong xuid[16]; 417 FT_ULong cidmap_offset; 420 FT_ULong cid_count; 425 FT_ULong data_offset;
|
| D | freetype.h | 2219 FT_ULong tag; 3032 FT_ULong char_code, 4046 FT_ULong charcode ); 4099 FT_EXPORT( FT_ULong ) 4136 FT_EXPORT( FT_ULong ) 4138 FT_ULong char_code, 4537 FT_ULong charcode, 4538 FT_ULong variantSelector ); 4574 FT_ULong charcode, 4575 FT_ULong variantSelector ); [all …]
|
| D | ftgzip.h | 139 FT_ULong* output_len, 141 FT_ULong input_len );
|
| D | ftcache.h | 317 FT_ULong max_bytes, 846 FT_ULong load_flags, 1074 FT_ULong load_flags,
|
| D | otsvg.h | 303 FT_ULong svg_document_length;
|
| D | ftrender.h | 108 FT_ULong mode_tag,
|
| D | fttypes.h | 253 typedef unsigned long FT_ULong; typedef
|
| D | ftglyph.h | 295 FT_ULong svg_document_length;
|
| D | ftmodapi.h | 237 FT_ULong module_flags;
|
| D | ftmm.h | 166 FT_ULong tag;
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/services/ |
| D | svsfnt.h | 41 FT_ULong tag, 44 FT_ULong* length ); 60 FT_ULong *tag, 61 FT_ULong *offset, 62 FT_ULong *length );
|
| D | svttglyf.h | 31 typedef FT_ULong 34 FT_ULong *psize );
|
| D | svttcmap.h | 59 FT_ULong language;
|