Home
last modified time | relevance | path

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

/external/skia/modules/svg/include/
DSkSVGContainer.h25 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGPath.h28 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.h72 SkRect onObjectBoundingBox(const SkSVGRenderContext&) const override;
DSkSVGNode.h172 virtual SkRect onObjectBoundingBox(const SkSVGRenderContext&) const { in onObjectBoundingBox() function
/external/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.cpp43 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.cpp565 SkRect SkSVGText::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGText