Searched defs:CheckBounds (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/strings/
H A Dstring_number_conversions.cc167 // - a static function, CheckBounds, that determines whether the next digit
197 if (!Sign::CheckBounds(output, new_digit)) {
211 static bool CheckBounds(value_type* output, uint8_t new_digit) { function in class:base::__anon10948::IteratorRangeToNumber::Positive
227 static bool CheckBounds(value_type* output, uint8_t new_digit) { function in class:base::__anon10948::IteratorRangeToNumber::Negative
/external/skia/tests/
H A DGrShapeTest.cpp561 static void CheckBounds(skiatest::Reporter* r, const GrShape& shape, const SkRect& bounds) { function in class:__anon20940::TestCase
623 CheckBounds(r, fBase, fBase.bounds());
624 CheckBounds(r, fAppliedPE, fAppliedPE.bounds());
625 CheckBounds(r, fAppliedPEThenStroke, fAppliedPEThenStroke.bounds());
626 CheckBounds(r, fAppliedFull, fAppliedFull.bounds());
628 CheckBounds(r, fAppliedFull, styledBounds);
630 CheckBounds(r, fAppliedFull, styledBounds);
/external/skqp/tests/
H A DGrShapeTest.cpp533 static void CheckBounds(skiatest::Reporter* r, const GrShape& shape, const SkRect& bounds) { function in class:__anon21608::TestCase
595 CheckBounds(r, fBase, fBase.bounds());
596 CheckBounds(r, fAppliedPE, fAppliedPE.bounds());
597 CheckBounds(r, fAppliedPEThenStroke, fAppliedPEThenStroke.bounds());
598 CheckBounds(r, fAppliedFull, fAppliedFull.bounds());
600 CheckBounds(r, fAppliedFull, styledBounds);
602 CheckBounds(r, fAppliedFull, styledBounds);

Completed in 163 milliseconds