OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTBool
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkTLogic.h
14
* As a result we introduce
SkTBool
and SkTIf similar to Boost in order to
31
template <bool b> struct
SkTBool
: SkTIntegralConstant<bool, b> { };
34
typedef
SkTBool
<true> SkTrue;
37
typedef
SkTBool
<false> SkFalse;
SkTFitsIn.h
20
typedef
SkTBool
<std::numeric_limits<A>::digits >= std::numeric_limits<B>::digits> type;
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/
SkTLogic.h
14
* As a result we introduce
SkTBool
and SkTIf similar to Boost in order to
31
template <bool b> struct
SkTBool
: SkTIntegralConstant<bool, b> { };
34
typedef
SkTBool
<true> SkTrue;
37
typedef
SkTBool
<false> SkFalse;
SkTFitsIn.h
20
typedef
SkTBool
<std::numeric_limits<A>::digits >= std::numeric_limits<B>::digits> type;
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 67 milliseconds