Home
last modified time | relevance | path

Searched defs:gfxFontStyle (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFont.h96 struct gfxFontStyle { struct
102 gfxFontStyle(); argument
129 gfxFloat size;
138 float sizeAdjust;
141 float baselineOffset;
162 FontWeight weight;
165 FontStretch stretch;
168 FontSlantStyle style;
191 bool systemFont : 1;
194 bool printerFont : 1;
[all …]
H A DgfxFont.cpp4043 gfxFontStyle::gfxFontStyle() in gfxFontStyle() function in gfxFontStyle
4063 gfxFontStyle::gfxFontStyle(FontSlantStyle aStyle, FontWeight aWeight, in gfxFontStyle() function in gfxFontStyle
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFont.h96 struct gfxFontStyle { struct
102 gfxFontStyle(); argument
128 gfxFloat size;
137 float sizeAdjust;
140 float baselineOffset;
161 FontWeight weight;
164 FontStretch stretch;
167 FontSlantStyle style;
190 bool systemFont : 1;
193 bool printerFont : 1;
[all …]
H A DgfxFont.cpp4018 gfxFontStyle::gfxFontStyle() in gfxFontStyle() function in gfxFontStyle
4037 gfxFontStyle::gfxFontStyle(FontSlantStyle aStyle, FontWeight aWeight, in gfxFontStyle() function in gfxFontStyle
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFont.h96 struct gfxFontStyle { struct
102 gfxFontStyle(); argument
128 gfxFloat size;
137 float sizeAdjust;
140 float baselineOffset;
161 FontWeight weight;
164 FontStretch stretch;
167 FontSlantStyle style;
190 bool systemFont : 1;
193 bool printerFont : 1;
[all …]
H A DgfxFont.cpp4018 gfxFontStyle::gfxFontStyle() in gfxFontStyle() function in gfxFontStyle
4037 gfxFontStyle::gfxFontStyle(FontSlantStyle aStyle, FontWeight aWeight, in gfxFontStyle() function in gfxFontStyle
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFont.h78 struct gfxFontStyle { struct
83 gfxFontStyle(); argument
116 gfxFloat size;
122 float sizeAdjust;
125 float baselineOffset;
146 FontWeight weight;
149 FontStretch stretch;
152 FontSlantStyle style;
172 bool systemFont : 1;
175 bool printerFont : 1;
[all …]
H A DgfxFont.cpp3934 gfxFontStyle::gfxFontStyle() in gfxFontStyle() function in gfxFontStyle
3954 gfxFontStyle::gfxFontStyle(FontSlantStyle aStyle, FontWeight aWeight, in gfxFontStyle() function in gfxFontStyle
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFont.h77 struct gfxFontStyle { struct
111 gfxFloat size;
117 float sizeAdjust;
120 float baselineOffset;
139 uint16_t weight;
143 int8_t stretch;
146 uint8_t style;
149 uint8_t variantCaps;
157 bool systemFont : 1;
160 bool printerFont : 1;
[all …]
H A DgfxFont.cpp3813 gfxFontStyle::gfxFontStyle() in gfxFontStyle() function in gfxFontStyle
3833 gfxFontStyle::gfxFontStyle(uint8_t aStyle, uint16_t aWeight, int16_t aStretch, in gfxFontStyle() function in gfxFontStyle
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFont.h76 struct gfxFontStyle { struct
109 gfxFloat size;
115 float sizeAdjust;
118 float baselineOffset;
133 uint16_t weight;
137 int8_t stretch;
142 bool systemFont : 1;
145 bool printerFont : 1;
151 uint8_t style : 2;
166 uint8_t variantCaps;
[all …]
H A DgfxFont.cpp3898 gfxFontStyle::gfxFontStyle() : in gfxFontStyle() function in gfxFontStyle
3913 gfxFontStyle::gfxFontStyle(uint8_t aStyle, uint16_t aWeight, int16_t aStretch, in gfxFontStyle() function in gfxFontStyle
3957 gfxFontStyle::gfxFontStyle(const gfxFontStyle& aStyle) : in gfxFontStyle() function in gfxFontStyle