Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkAdvancedTypefaceMetrics.h21 struct SkAdvancedTypefaceMetrics { struct
23 SkString fPostScriptName;
24 SkString fFontName;
27 enum StyleFlags : uint32_t {
36 StyleFlags fStyle = (StyleFlags)0; // Font style characteristics.
38 enum FontType : uint8_t {
69 template <> struct is_bitmask_enum<SkAdvancedTypefaceMetrics::FontFlags> : std::true_type {}; argument
/third_party/flutter/skia/src/core/
DSkAdvancedTypefaceMetrics.h21 struct SkAdvancedTypefaceMetrics { struct
23 SkString fPostScriptName;
24 SkString fFontName;
27 enum StyleFlags : uint32_t {
36 StyleFlags fStyle = (StyleFlags)0; // Font style characteristics.
38 enum FontType : uint8_t {
69 template <> struct is_bitmask_enum<SkAdvancedTypefaceMetrics::FontFlags> : std::true_type {}; argument