Searched defs:ScalerContextBits (Results 1 – 3 of 3) sorted by relevance
44 struct ScalerContextBits { struct45 using value_type = uint16_t;46 static const constexpr value_type NONE = 0;47 static const constexpr value_type DW = 1;48 static const constexpr value_type DW_1 = 2;49 static const constexpr value_type PNG = 3;50 static const constexpr value_type SVG = 4;51 static const constexpr value_type COLR = 5;52 static const constexpr value_type COLRv1 = 6;53 static const constexpr value_type PATH = 7;
458 struct ScalerContextBits { struct in SkFontationsScalerContext459 using value_type = uint16_t;460 static const constexpr value_type PATH = 1;461 static const constexpr value_type COLRv0 = 2;462 static const constexpr value_type COLRv1 = 3;463 static const constexpr value_type BITMAP = 4;
459 struct ScalerContextBits { struct in SkScalerContext_FreeType460 static const constexpr uint32_t COLRv0 = 1;461 static const constexpr uint32_t COLRv1 = 2;462 static const constexpr uint32_t SVG = 3;