Lines Matching refs:getBounds
78 const SkRect& SkClipStack::Element::getBounds() const { in getBounds() function in SkClipStack::Element
83 return fDeviceSpaceRRect.getBounds(); in getBounds()
85 return fDeviceSpacePath.get()->getBounds(); in getBounds()
113 return this->getDeviceSpaceRect().contains(rrect.getBounds()); in contains()
116 return fDeviceSpaceRRect.contains(rrect.getBounds()) || rrect == fDeviceSpaceRRect; in contains()
118 return fDeviceSpacePath.get()->conservativelyContainsRect(rrect.getBounds()); in contains()
493 fFiniteBound = fDeviceSpaceRRect.getBounds(); in updateBoundAndGenID()
497 fFiniteBound = fDeviceSpacePath.get()->getBounds(); in updateBoundAndGenID()
667 this->getBounds(&r, &bounds); in bounds()
677 void SkClipStack::getBounds(SkRect* canvFiniteBound, in getBounds() function in SkClipStack
710 if (SkRect::Intersects(element->getBounds(), rect)) { in internalQuickContains()
735 if (SkRect::Intersects(element->getBounds(), rrect.getBounds())) { in internalQuickContains()
812 if (!SkRect::Intersects(prior->getBounds(), element.getBounds())) { in pushElement()
949 this->getBounds(&temp, &boundType, isIntersectionOfRects); in getConservativeBounds()