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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTLogic.h42 typedef SkTBool<true> SkTrue; typedef
81 * SK_WHEN(SkTrue, int) f(void* ptr) { return 1; }
82 * SK_WHEN(!SkTrue, int) f(void* ptr) { return 2; }
/external/skia/src/utils/
H A DSkTLogic.h42 typedef SkTBool<true> SkTrue; typedef
81 * SK_WHEN(SkTrue, int) f(void* ptr) { return 1; }
82 * SK_WHEN(!SkTrue, int) f(void* ptr) { return 2; }

Completed in 195 milliseconds