HomeSort by relevance Sort by last modified time
    Searched defs:SkTIf (Results 1 - 2 of 2) 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
49 /** SkTIf::type = (Condition::value) ? T : F; */
50 template <typename Condition, typename T, typename F> struct SkTIf {
57 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
58 typename SkTIf<b, B, Neither>::type>::type type;
  /external/skia/src/utils/
SkTLogic.h 14 * As a result we introduce SkTBool and SkTIf similar to Boost in order to
49 /** SkTIf::type = (Condition::value) ? T : F; */
50 template <typename Condition, typename T, typename F> struct SkTIf {
57 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
58 typename SkTIf<b, B, Neither>::type>::type type;

Completed in 72 milliseconds