Home
last modified time | relevance | path

Searched defs:DGRec (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFont.h1184 struct DGRec { in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() struct
1185 DGRec(const uint32_t& aOffset, const uint32_t& aIndex) in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() function
1187 uint32_t mOffset; // source character offset in the textrun in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
1188 uint32_t mIndex; // index where this char's DetailedGlyphs begin in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFont.h1132 struct DGRec { in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() struct
1133 DGRec(const uint32_t& aOffset, const uint32_t& aIndex) in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() function
1135 uint32_t mOffset; // source character offset in the textrun in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
1136 uint32_t mIndex; // index where this char's DetailedGlyphs begin in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFont.h1203 struct DGRec { in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() struct
1204 DGRec(const uint32_t& aOffset, const uint32_t& aIndex) in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() argument
1206 uint32_t mOffset; // source character offset in the textrun in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
1207 uint32_t mIndex; // index where this char's DetailedGlyphs begin in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFont.h1184 struct DGRec { in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() struct
1185 DGRec(const uint32_t& aOffset, const uint32_t& aIndex) in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() argument
1187 uint32_t mOffset; // source character offset in the textrun in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
1188 uint32_t mIndex; // index where this char's DetailedGlyphs begin in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFont.h1140 struct DGRec { in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() struct
1141 DGRec(const uint32_t& aOffset, const uint32_t& aIndex) in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() function
1143 uint32_t mOffset; // source character offset in the textrun in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
1144 uint32_t mIndex; // index where this char's DetailedGlyphs begin in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFont.h1112 struct DGRec { struct
1113 DGRec(const uint32_t& aOffset, const uint32_t& aIndex) in DGRec() argument
1120 bool Equals(const DGRec& a, const uint32_t& b) const { in Equals() argument