OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTIf
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/
SkTLogic.h
14
* As a result we introduce SkTBool and
SkTIf
similar to Boost in order to
57
/**
SkTIf
::type = (Condition::value) ? T : F; */
58
template <typename Condition, typename T, typename F> struct
SkTIf
{
65
typedef typename
SkTIf
<a, typename
SkTIf
<b, Both, A>::type,
66
typename
SkTIf
<b, B, Neither>::type>::type type;
SkTFitsIn.h
123
typedef typename
SkTIf
<sourceFitsInDesitination, NoCheck, HighSideOnlyCheck>::type type;
140
typedef typename
SkTIf
<sourceFitsInDesitination, NoCheck, FullCheck>::type type;
158
typedef typename
SkTIf
<sourceCannotExceedDesitination, LowSideOnlyCheck, FullCheck>::type type;
176
typedef typename
SkTIf
<sourceCannotExceedDesitination, NoCheck, HighSideOnlyCheck>::type type;
Completed in 1472 milliseconds