Home | History | Annotate | Download | only in core

Lines Matching defs:quickContains

907 bool SkAAClip::quickContains(int left, int top, int right, int bottom) const {
1746 if (this->quickContains(rStorage)) {
1996 if (fAAClip->quickContains(x, y, x + 1, y + height)) {
2024 if (fAAClip->quickContains(x, y, x + width, y + height)) {
2175 if (fAAClip->quickContains(clip)) {