Home | History | Annotate | Download | only in core

Lines Matching defs:quickContains

839 bool SkAAClip::quickContains(int left, int top, int right, int bottom) const {
1678 if (this->quickContains(rStorage)) {
1928 if (fAAClip->quickContains(x, y, x + 1, y + height)) {
1956 if (fAAClip->quickContains(x, y, x + width, y + height)) {
2107 if (fAAClip->quickContains(clip)) {