| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| wofftypes.h | 46 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...] |
| 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...] |
| cfftypes.h | 71 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...] |
| ftstream.h | 313 #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...] |
| /xsrc/external/mit/freetype/dist/src/winfonts/ |
| winfnt.h | 52 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...] |
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| pfrgload.h | 38 FT_ULong gps_offset, 39 FT_ULong offset, 40 FT_ULong size );
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| ftglue.h | 72 ((FT_ULong)*(((FT_Byte*)stream->cursor)-2) << 8) | \ 73 (FT_ULong)*(((FT_Byte*)stream->cursor)-1) \ 76 ((FT_ULong)*(((FT_Byte*)stream->cursor)-4) << 24) | \ 77 ((FT_ULong)*(((FT_Byte*)stream->cursor)-3) << 16) | \ 78 ((FT_ULong)*(((FT_Byte*)stream->cursor)-2) << 8) | \ 79 (FT_ULong)*(((FT_Byte*)stream->cursor)-1) \ 84 #define GET_ULong() ((FT_ULong)GET_Long()) 99 FT_ULong size ); 106 FT_ULong tag,
|
| ftglue.c | 36 FT_ULong size, 92 else if ( pos < 0 || (FT_ULong) pos > stream->size ) 104 FT_ULong count ) 107 FT_ULong read_bytes; 170 FT_ULong the_tag, 193 FT_ULong offset = 0, sig; 234 FT_ULong tag = GET_ULong(); 235 FT_ULong checksum FC_UNUSED = GET_ULong(); 236 FT_ULong start = GET_ULong(); 237 FT_ULong size FC_UNUSED = GET_ULong() [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftgzip.h | 139 FT_ULong* output_len, 141 FT_ULong input_len );
|
| 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 | 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...] |
| /xsrc/external/mit/freetype/dist/include/freetype/internal/services/ |
| svttglyf.h | 31 typedef FT_ULong 34 FT_ULong *psize );
|
| svsfnt.h | 41 FT_ULong tag, 44 FT_ULong* length ); 60 FT_ULong *tag, 61 FT_ULong *offset, 62 FT_ULong *length );
|
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| gxvmorx.c | 69 FT_ULong length; 70 FT_ULong coverage; 72 FT_ULong subFeatureFlags; 74 FT_ULong type; 75 FT_ULong rest; 110 gxvalid->subtable_length = (FT_ULong)( p - table ); 123 FT_ULong defaultFlags; 125 FT_ULong chainLength; 126 FT_ULong nFeatureFlags; 127 FT_ULong nSubtables [all...] |
| gxvmorx1.c | 44 FT_ULong substitutionTable; 45 FT_ULong substitutionTable_length; 73 gxv_morx_subtable_type1_subtable_setup( FT_ULong table_size, 74 FT_ULong classTable, 75 FT_ULong stateArray, 76 FT_ULong entryTable, 77 FT_ULong* classTable_length_p, 78 FT_ULong* stateArray_length_p, 79 FT_ULong* entryTable_length_p, 82 FT_ULong o[4] [all...] |
| gxvmorx5.c | 54 FT_ULong insertionGlyphList; 55 FT_ULong insertionGlyphList_length; 82 gxv_morx_subtable_type5_subtable_setup( FT_ULong table_size, 83 FT_ULong classTable, 84 FT_ULong stateArray, 85 FT_ULong entryTable, 86 FT_ULong* classTable_length_p, 87 FT_ULong* stateArray_length_p, 88 FT_ULong* entryTable_length_p, 91 FT_ULong o[4] [all...] |
| gxvmorx2.c | 44 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, 86 FT_ULong classTable, 87 FT_ULong stateArray, 88 FT_ULong entryTable [all...] |
| gxvcommn.h | 145 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...] |
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| ttsbit.h | 40 FT_ULong* astrike_index ); 44 FT_ULong strike_index, 49 FT_ULong strike_index,
|
| woff2tags.h | 30 FT_LOCAL( FT_ULong )
|
| ttload.h | 33 FT_ULong tag ); 37 FT_ULong tag, 39 FT_ULong* length ); 49 FT_ULong tag, 52 FT_ULong* length );
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffgload.h | 33 FT_ULong* length ); 37 FT_ULong length );
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| bdfdrivr.h | 41 FT_ULong enc;
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| cidload.h | 38 FT_LOCAL( FT_ULong )
|
| /xsrc/external/mit/freetype/dist/src/pcf/ |
| pcf.h | 40 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 [all...] |