OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTIntegralConstant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkTLogic.h
24
template <typename T, T v> struct
SkTIntegralConstant
{
27
typedef
SkTIntegralConstant
<T, v> type;
30
/** Convenience specialization of
SkTIntegralConstant
. */
31
template <bool b> struct SkTBool :
SkTIntegralConstant
<bool, b> { };
/external/skia/src/utils/
SkTLogic.h
24
template <typename T, T v> struct
SkTIntegralConstant
{
27
typedef
SkTIntegralConstant
<T, v> type;
30
/** Convenience specialization of
SkTIntegralConstant
. */
31
template <bool b> struct SkTBool :
SkTIntegralConstant
<bool, b> { };
Completed in 75 milliseconds