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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTFitsIn.h27 typedef SkFalse can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_False
38 typedef SkTrue can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD
50 typedef SkTrue can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero
61 typedef SkTrue can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD
75 typedef SkTrue can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either
93 typedef typename OutOfRange_Low::can_be_true apply_low;
94 typedef typename OutOfRange_High::can_be_true apply_high;
/external/skia/src/utils/
H A DSkTFitsIn.h27 typedef SkFalse can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_False
38 typedef SkTrue can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD
50 typedef SkTrue can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero
61 typedef SkTrue can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD
75 typedef SkTrue can_be_true; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either
93 typedef typename OutOfRange_Low::can_be_true apply_low;
94 typedef typename OutOfRange_High::can_be_true apply_high;

Completed in 60 milliseconds