Home
last modified time | relevance | path

Searched refs:objectBoundingBox (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGContainer.cpp47 const SkRect childBounds = fChildren[i]->objectBoundingBox(ctx); in onObjectBoundingBox()
DSkSVGUse.cpp71 SkRect bounds = ref->objectBoundingBox(ctx); in onObjectBoundingBox()
DSkSVGNode.cpp58 SkRect SkSVGNode::objectBoundingBox(const SkSVGRenderContext& ctx) const { in objectBoundingBox() function in SkSVGNode
DSkSVGRenderContext.cpp481 const auto obb = fOBBScope.fNode->objectBoundingBox(*fOBBScope.fCtx); in transformForCurrentOBB()
/third_party/skia/modules/svg/include/
DSkSVGNode.h106 SkRect objectBoundingBox(const SkSVGRenderContext&) const;