Searched defs:ScalerContextBits (Results 1 – 2 of 2) sorted by relevance
39 struct ScalerContextBits { struct40 using value_type = decltype(SkGlyph::fScalerContextBits); argument41 static const constexpr value_type ForceBW = 1 << 0;43 static const constexpr value_type DW = 0 << 1;44 static const constexpr value_type PNG = 1 << 1;45 static const constexpr value_type SVG = 2 << 1;46 static const constexpr value_type COLR = 3 << 1;47 static const constexpr value_type PATH = 4 << 1;48 static const constexpr value_type FormatMask = 0x7 << 1;
72 struct ScalerContextBits { struct73 static const constexpr uint32_t COLRv0 = 1;74 static const constexpr uint32_t COLRv1 = 2;75 static const constexpr uint32_t SVG = 3;