Searched refs:SkTBool (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkTLogic.h14 * As a result we introduce SkTBool and SkTIf similar to Boost in order to
31 template <bool b> struct SkTBool : SkTIntegralConstant<bool, b> { }; struct in inherits:SkTIntegralConstant
42 typedef SkTBool<true> SkTrue;
45 typedef SkTBool<false> SkFalse;
H A DSkTFitsIn.h20 typedef SkTBool<std::numeric_limits<A>::digits >= std::numeric_limits<B>::digits> type; typedef in struct:sktfitsin::Private::SkTHasMoreDigits
190 typedef SkTBool<std::numeric_limits<S>::is_signed> S_is_signed;
191 typedef SkTBool<std::numeric_limits<D>::is_signed> D_is_signed;
/external/skia/src/utils/
H A DSkTLogic.h14 * As a result we introduce SkTBool and SkTIf similar to Boost in order to
31 template <bool b> struct SkTBool : SkTIntegralConstant<bool, b> { }; struct in inherits:SkTIntegralConstant
42 typedef SkTBool<true> SkTrue;
45 typedef SkTBool<false> SkFalse;
H A DSkTFitsIn.h20 typedef SkTBool<std::numeric_limits<A>::digits >= std::numeric_limits<B>::digits> type; typedef in struct:sktfitsin::Private::SkTHasMoreDigits
190 typedef SkTBool<std::numeric_limits<S>::is_signed> S_is_signed;
191 typedef SkTBool<std::numeric_limits<D>::is_signed> D_is_signed;

Completed in 424 milliseconds