Searched refs:SkTrue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkTFitsIn.h18 /** SkTHasMoreDigits::type = (digits(A) >= digits(B)) ? SkTrue : SkFalse. */
38 typedef SkTrue can_be_true;
50 typedef SkTrue can_be_true;
61 typedef SkTrue can_be_true;
75 typedef SkTrue can_be_true;
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 DSkTFitsIn.h18 /** SkTHasMoreDigits::type = (digits(A) >= digits(B)) ? SkTrue : SkFalse. */
38 typedef SkTrue can_be_true;
50 typedef SkTrue can_be_true;
61 typedef SkTrue can_be_true;
75 typedef SkTrue can_be_true;
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 88 milliseconds