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

/external/skia/src/utils/
H A DSkTFitsIn.h19 /** SkTMux::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
20 template <bool a, bool b, typename Both, typename A, typename B, typename Neither>
23 skstd::conditional_t<b, B, Neither>>;
99 typedef SkTOutOfRange_False<typename OutOfRange_Low::source_type> Neither; typedef in struct:sktfitsin::Private::SkTCombineOutOfRange
105 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;

Completed in 177 milliseconds