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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTLogic.h47 /** SkTIf_c::type = (condition) ? T : F;
50 template <bool condition, typename T, typename F> struct SkTIf_c { struct
53 template <typename T, typename F> struct SkTIf_c<true, T, F> { struct
59 typedef typename SkTIf_c<static_cast<bool>(Condition::value), T, F>::type type;
/external/skia/src/utils/
H A DSkTLogic.h47 /** SkTIf_c::type = (condition) ? T : F;
50 template <bool condition, typename T, typename F> struct SkTIf_c { struct
53 template <typename T, typename F> struct SkTIf_c<true, T, F> { struct
59 typedef typename SkTIf_c<static_cast<bool>(Condition::value), T, F>::type type;

Completed in 594 milliseconds