Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp163405 struct StyleComplexColor struct
163407 nscolor mColor;
163408 uint8_t mForegroundRatio;
163413 bool mIsAuto;
163415 static StyleComplexColor FromColor(nscolor aColor) { in FromColor()
163418 static StyleComplexColor CurrentColor() { in CurrentColor()
163421 static StyleComplexColor Auto() { in Auto()
163425 bool IsNumericColor() const { return mForegroundRatio == 0; } in IsNumericColor()
163426 bool IsCurrentColor() const { return mForegroundRatio == 255; } in IsCurrentColor()
163428 bool operator==(const StyleComplexColor& aOther) const { in operator ==()
[all …]