HomeSort by relevance Sort by last modified time
    Searched defs:CheckBounds (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/strings/
string_number_conversions.cc 166 // - a static function, CheckBounds, that determines whether the next digit
196 if (!Sign::CheckBounds(output, new_digit)) {
210 static bool CheckBounds(value_type* output, uint8_t new_digit) {
226 static bool CheckBounds(value_type* output, uint8_t new_digit) {
  /external/skia/tests/
GrShapeTest.cpp 295 static void CheckBounds(skiatest::Reporter* r, const GrShape& shape, const SkRect& bounds) {
353 CheckBounds(r, fBase, fBase.bounds());
354 CheckBounds(r, fAppliedPE, fAppliedPE.bounds());
355 CheckBounds(r, fAppliedPEThenStroke, fAppliedPEThenStroke.bounds());
356 CheckBounds(r, fAppliedFull, fAppliedFull.bounds());
358 CheckBounds(r, fAppliedFull, styledBounds);
360 CheckBounds(r, fAppliedFull, styledBounds);
    [all...]

Completed in 278 milliseconds