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

/external/chromium_org/third_party/skia/src/core/
H A DSkRRect.cpp122 bool SkRRect::checkCornerContainment(SkScalar x, SkScalar y) const { function in class:SkRRect
190 return this->checkCornerContainment(rect.fLeft, rect.fTop) &&
191 this->checkCornerContainment(rect.fRight, rect.fTop) &&
192 this->checkCornerContainment(rect.fRight, rect.fBottom) &&
193 this->checkCornerContainment(rect.fLeft, rect.fBottom);
/external/skia/src/core/
H A DSkRRect.cpp122 bool SkRRect::checkCornerContainment(SkScalar x, SkScalar y) const { function in class:SkRRect
190 return this->checkCornerContainment(rect.fLeft, rect.fTop) &&
191 this->checkCornerContainment(rect.fRight, rect.fTop) &&
192 this->checkCornerContainment(rect.fRight, rect.fBottom) &&
193 this->checkCornerContainment(rect.fLeft, rect.fBottom);

Completed in 304 milliseconds