Home
last modified time | relevance | path

Searched refs:BigEndianUint32 (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DSFNTData.cpp25 BigEndianUint32 ttcTag; // Always 'ttcf'
26 BigEndianUint32 version; // Fixed, 0x00010000
27 BigEndianUint32 numFonts;
31 BigEndianUint32 sfntVersion; // Fixed, 0x00010000 for version 1.0.
39 BigEndianUint32 tag; // 4 -byte identifier.
40 BigEndianUint32 checkSum; // CheckSum for this table.
41 BigEndianUint32 offset; // Offset from beginning of TrueType font file.
42 BigEndianUint32 length; // Length of this table.
111 sizeof(TTCHeader) + (numFonts * sizeof(BigEndianUint32))) { in Create()
117 const BigEndianUint32* offset = in Create()
[all …]
H A DBigEndianInts.h44 struct BigEndianUint32 { struct
46 BigEndianUint32& operator=(const uint32_t aValue) {
51 MOZ_IMPLICIT BigEndianUint32(const uint32_t aValue) {
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DSFNTData.cpp25 BigEndianUint32 ttcTag; // Always 'ttcf'
26 BigEndianUint32 version; // Fixed, 0x00010000
27 BigEndianUint32 numFonts;
31 BigEndianUint32 sfntVersion; // Fixed, 0x00010000 for version 1.0.
39 BigEndianUint32 tag; // 4 -byte identifier.
40 BigEndianUint32 checkSum; // CheckSum for this table.
41 BigEndianUint32 offset; // Offset from beginning of TrueType font file.
42 BigEndianUint32 length; // Length of this table.
111 sizeof(TTCHeader) + (numFonts * sizeof(BigEndianUint32))) { in Create()
117 const BigEndianUint32* offset = in Create()
[all …]
H A DBigEndianInts.h44 struct BigEndianUint32 { struct
46 BigEndianUint32& operator=(const uint32_t aValue) {
51 MOZ_IMPLICIT BigEndianUint32(const uint32_t aValue) {
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DSFNTData.cpp25 BigEndianUint32 ttcTag; // Always 'ttcf'
26 BigEndianUint32 version; // Fixed, 0x00010000
27 BigEndianUint32 numFonts;
31 BigEndianUint32 sfntVersion; // Fixed, 0x00010000 for version 1.0.
39 BigEndianUint32 tag; // 4 -byte identifier.
40 BigEndianUint32 checkSum; // CheckSum for this table.
41 BigEndianUint32 offset; // Offset from beginning of TrueType font file.
42 BigEndianUint32 length; // Length of this table.
111 sizeof(TTCHeader) + (numFonts * sizeof(BigEndianUint32))) { in Create()
117 const BigEndianUint32* offset = in Create()
[all …]
H A DBigEndianInts.h44 struct BigEndianUint32 { struct
46 BigEndianUint32& operator=(const uint32_t aValue) {
51 MOZ_IMPLICIT BigEndianUint32(const uint32_t aValue) {
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DSFNTData.cpp25 BigEndianUint32 ttcTag; // Always 'ttcf'
26 BigEndianUint32 version; // Fixed, 0x00010000
27 BigEndianUint32 numFonts;
31 BigEndianUint32 sfntVersion; // Fixed, 0x00010000 for version 1.0.
39 BigEndianUint32 tag; // 4 -byte identifier.
40 BigEndianUint32 checkSum; // CheckSum for this table.
41 BigEndianUint32 offset; // Offset from beginning of TrueType font file.
42 BigEndianUint32 length; // Length of this table.
111 sizeof(TTCHeader) + (numFonts * sizeof(BigEndianUint32))) { in Create()
117 const BigEndianUint32* offset = in Create()
[all …]
H A DBigEndianInts.h44 struct BigEndianUint32 { struct
46 BigEndianUint32& operator=(const uint32_t aValue) {
51 MOZ_IMPLICIT BigEndianUint32(const uint32_t aValue) {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DSFNTData.cpp24 BigEndianUint32 ttcTag; // Always 'ttcf'
25 BigEndianUint32 version; // Fixed, 0x00010000
26 BigEndianUint32 numFonts;
30 BigEndianUint32 sfntVersion; // Fixed, 0x00010000 for version 1.0.
38 BigEndianUint32 tag; // 4 -byte identifier.
39 BigEndianUint32 checkSum; // CheckSum for this table.
40 BigEndianUint32 offset; // Offset from beginning of TrueType font file.
41 BigEndianUint32 length; // Length of this table.
116 sizeof(TTCHeader) + (numFonts * sizeof(BigEndianUint32))) { in Create()
122 const BigEndianUint32* offset = in Create()
[all …]
H A DBigEndianInts.h44 struct BigEndianUint32 { struct
46 BigEndianUint32& operator=(const uint32_t aValue) {
51 MOZ_IMPLICIT BigEndianUint32(const uint32_t aValue) {
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DSFNTData.cpp25 BigEndianUint32 ttcTag; // Always 'ttcf'
26 BigEndianUint32 version; // Fixed, 0x00010000
27 BigEndianUint32 numFonts;
32 BigEndianUint32 sfntVersion; // Fixed, 0x00010000 for version 1.0.
41 BigEndianUint32 tag; // 4 -byte identifier.
42 BigEndianUint32 checkSum; // CheckSum for this table.
43 BigEndianUint32 offset; // Offset from beginning of TrueType font file.
44 BigEndianUint32 length; // Length of this table.
132 const BigEndianUint32* offset = in Create()
133 reinterpret_cast<const BigEndianUint32*>(aFontData + sizeof(TTCHeader)); in Create()
[all …]
H A DBigEndianInts.h52 struct BigEndianUint32 struct
55 BigEndianUint32& operator=(const uint32_t aValue)
61 MOZ_IMPLICIT BigEndianUint32(const uint32_t aValue)