Home
last modified time | relevance | path

Searched refs:onObjectBoundingBox (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGPath.h38 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
H A DSkSVGUse.h39 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
H A DSkSVGContainer.h32 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
H A DSkSVGPoly.h46 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
H A DSkSVGCircle.h45 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
H A DSkSVGRect.h47 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
H A DSkSVGImage.h40 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
H A DSkSVGText.h78 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
H A DSkSVGNode.h183 virtual SkRect onObjectBoundingBox(const SkSVGRenderContext&) const { in onObjectBoundingBox() function
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGPoly.cpp53 SkRect SkSVGPoly::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGPoly
H A DSkSVGPath.cpp48 SkRect SkSVGPath::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGPath
H A DSkSVGContainer.cpp47 SkRect SkSVGContainer::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGContainer
H A DSkSVGUse.cpp63 SkRect SkSVGUse::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGUse
H A DSkSVGCircle.cpp56 SkRect SkSVGCircle::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGCircle
H A DSkSVGRect.cpp98 SkRect SkSVGRect::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGRect
H A DSkSVGImage.cpp104 SkRect SkSVGImage::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGImage
H A DSkSVGNode.cpp65 return this->onObjectBoundingBox(ctx); in objectBoundingBox()
H A DSkSVGText.cpp642 SkRect SkSVGText::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGText