Searched defs:skstd (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkMakeUnique.h13 namespace skstd { namespace
H A DSkExchange.h13 namespace skstd { namespace
H A DSkAdvancedTypefaceMetrics.h93 namespace skstd { namespace in class:SkAdvancedTypefaceMetrics
/external/skia/include/private/
H A DSkBitmaskEnum.h12 namespace skstd { namespace
16 template <typename E> SK_WHEN(skstd::is_bitmask_enum<E>::value, E) operator|(E l, E r) {
17 using U = skstd::underlying_type_t<E>;
21 template <typename E> SK_WHEN(skstd::is_bitmask_enum<E>::value, E&) operator|=(E& l, E r) {
25 template <typename E> SK_WHEN(skstd::is_bitmask_enum<E>::value, E) operator&(E l, E r) {
26 using U = skstd::underlying_type_t<E>;
30 template <typename E> SK_WHEN(skstd::is_bitmask_enum<E>::value, E&) operator&=(E& l, E r) {
H A DSkTLogic.h9 * become available with C++14 in the type_traits header (in the skstd
22 namespace skstd { namespace
65 template <typename T> using underlying_type_t = typename skstd::underlying_type<T>::type;
67 } // namespace skstd
77 using type = skstd::conditional_t<std::is_const<S>::value, skstd::add_const_t<D>, D>;
82 using type = skstd::conditional_t<std::is_volatile<S>::value, skstd::add_volatile_t<D>, D>;
94 template <typename D, typename S> using same_const = copy_const<skstd::remove_const_t<D>, S>;
96 template <typename D, typename S> using same_volatile =copy_volatile<skstd
[all...]
/external/skia/include/core/
H A DSkTypeface.h422 namespace skstd { namespace

Completed in 156 milliseconds