Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkScalerContext_win_dw.h39 struct ScalerContextBits { struct
40 using value_type = decltype(SkGlyph::fScalerContextBits); argument
41 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;
DSkFontHost_FreeType_common.h72 struct ScalerContextBits { struct
73 static const constexpr uint32_t COLRv0 = 1;
74 static const constexpr uint32_t COLRv1 = 2;
75 static const constexpr uint32_t SVG = 3;