Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkScalerContext_win_dw.h44 struct ScalerContextBits { struct
45 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;
DSkTypeface_fontations.cpp458 struct ScalerContextBits { struct in SkFontationsScalerContext
459 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;
DSkFontHost_FreeType.cpp459 struct ScalerContextBits { struct in SkScalerContext_FreeType
460 static const constexpr uint32_t COLRv0 = 1;
461 static const constexpr uint32_t COLRv1 = 2;
462 static const constexpr uint32_t SVG = 3;