Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGPath.h28 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGContainer.h26 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGUse.h32 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGCircle.h32 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGPoly.h35 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGRect.h36 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGImage.h31 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGText.h73 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGNode.h176 virtual SkRect onObjectBoundingBox(const SkSVGRenderContext&) const { in onObjectBoundingBox() function
/third_party/skia/modules/svg/src/
DSkSVGPoly.cpp49 SkRect SkSVGPoly::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGPoly
DSkSVGPath.cpp43 SkRect SkSVGPath::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGPath
DSkSVGContainer.cpp51 SkRect SkSVGContainer::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGContainer
DSkSVGUse.cpp61 SkRect SkSVGUse::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGUse
DSkSVGCircle.cpp51 SkRect SkSVGCircle::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGCircle
DSkSVGRect.cpp77 SkRect SkSVGRect::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGRect
DSkSVGImage.cpp97 SkRect SkSVGImage::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGImage
DSkSVGNode.cpp59 return this->onObjectBoundingBox(ctx); in objectBoundingBox()
DSkSVGText.cpp572 SkRect SkSVGText::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGText