Lines Matching refs:getDeviceSpaceRect
80 return this->getDeviceSpaceRect() == element.getDeviceSpaceRect(); in operator ==()
114 return this->getDeviceSpaceRect().contains(rect); in contains()
131 return this->getDeviceSpaceRect().contains(rrect.getBounds()); in contains()
150 fDeviceSpacePath->addRect(this->getDeviceSpaceRect()); in invertShapeFillType()
259 path->addRect(this->getDeviceSpaceRect()); in asDeviceSpacePath()
318 if (!SkRect::Intersects(this->getDeviceSpaceRect(), newR)) { in rectRectIntersectAllowed()
323 if (this->getDeviceSpaceRect().contains(newR)) { in rectRectIntersectAllowed()
518 fFiniteBound = this->getDeviceSpaceRect(); in updateBoundAndGenID()
523 prior->rectRectIntersectAllowed(this->getDeviceSpaceRect(), fDoAA))) { in updateBoundAndGenID()
816 if (prior->rectRectIntersectAllowed(element.getDeviceSpaceRect(), in pushElement()
819 if (!isectRect.intersect(prior->getDeviceSpaceRect(), in pushElement()
820 element.getDeviceSpaceRect())) { in pushElement()
1113 this->getDeviceSpaceRect().dump(); in dump()