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

/external/skia/src/core/
H A DSkRRect.cpp218 bool SkRRect::checkCornerContainment(SkScalar x, SkScalar y) const { function in class:SkRRect
293 return this->checkCornerContainment(rect.fLeft, rect.fTop) &&
294 this->checkCornerContainment(rect.fRight, rect.fTop) &&
295 this->checkCornerContainment(rect.fRight, rect.fBottom) &&
296 this->checkCornerContainment(rect.fLeft, rect.fBottom);

Completed in 303 milliseconds