Home | History | Annotate | Download | only in core

Lines Matching refs:getDeviceSpaceRect

62             return this->getDeviceSpaceRect() == element.getDeviceSpaceRect();
90 return this->getDeviceSpaceRect().contains(rect);
106 return this->getDeviceSpaceRect().contains(rrect.getBounds());
124 fDeviceSpacePath.get()->addRect(this->getDeviceSpaceRect());
224 path->addRect(this->getDeviceSpaceRect());
279 if (!SkRect::Intersects(this->getDeviceSpaceRect(), newR)) {
284 if (this->getDeviceSpaceRect().contains(newR)) {
479 fFiniteBound = this->getDeviceSpaceRect();
484 prior->rectRectIntersectAllowed(this->getDeviceSpaceRect(), fDoAA))) {
796 if (prior->rectRectIntersectAllowed(element.getDeviceSpaceRect(),
799 if (!isectRect.intersect(prior->getDeviceSpaceRect(),
800 element.getDeviceSpaceRect())) {
1067 this->getDeviceSpaceRect().dump();