Home
last modified time | relevance | path

Searched defs:is_bitmask_enum (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tools/skui/
H A DModifierKey.h20 template <> struct is_bitmask_enum<skui::ModifierKey> : std::true_type {}; struct
/third_party/skia/include/private/
H A DSkBitmaskEnum.h13 template <typename T> struct is_bitmask_enum : std::false_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBitmaskEnum.h70 struct is_bitmask_enum : std::false_type {}; struct
/third_party/skia/modules/skunicode/include/
H A DSkUnicode.h288 template <> struct is_bitmask_enum<SkUnicode::CodeUnitFlags> : std::true_type {}; struct
/third_party/skia/experimental/sktext/include/
H A DTypes.h226 template <> struct is_bitmask_enum<skia::text::CodeUnitFlags> : std::true_type {}; struct
227 template <> struct is_bitmask_enum<skia::text::GlyphUnitFlags> : std::true_type {}; struct
/third_party/skia/modules/skparagraph/src/
H A DTextLine.h320 template <> struct is_bitmask_enum<skia::textlayout::TextLine::TextAdjustment> : std::true_type {}; struct
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp56 template <> struct is_bitmask_enum<hb_buffer_flags_t> : std::true_type {}; struct

Completed in 6 milliseconds