Lines Matching refs:getDeviceSpaceRect
69 return this->getDeviceSpaceRect() == element.getDeviceSpaceRect(); in operator ==()
97 return this->getDeviceSpaceRect().contains(rect); in contains()
113 return this->getDeviceSpaceRect().contains(rrect.getBounds()); in contains()
131 fDeviceSpacePath.get()->addRect(this->getDeviceSpaceRect()); in invertShapeFillType()
230 path->addRect(this->getDeviceSpaceRect()); in asDeviceSpacePath()
283 if (!SkRect::Intersects(this->getDeviceSpaceRect(), newR)) { in rectRectIntersectAllowed()
288 if (this->getDeviceSpaceRect().contains(newR)) { in rectRectIntersectAllowed()
483 fFiniteBound = this->getDeviceSpaceRect(); in updateBoundAndGenID()
488 prior->rectRectIntersectAllowed(this->getDeviceSpaceRect(), fDoAA))) { in updateBoundAndGenID()
793 if (prior->rectRectIntersectAllowed(element.getDeviceSpaceRect(), in pushElement()
796 if (!isectRect.intersect(prior->getDeviceSpaceRect(), in pushElement()
797 element.getDeviceSpaceRect())) { in pushElement()
1068 this->getDeviceSpaceRect().dump(); in dump()