Home
last modified time | relevance | path

Searched defs:onObjectBoundingBox (Results 1 – 9 of 9) sorted by relevance

/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
DSkSVGRect.cpp77 SkRect SkSVGRect::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGRect
DSkSVGCircle.cpp51 SkRect SkSVGCircle::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGCircle
DSkSVGImage.cpp97 SkRect SkSVGImage::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGImage
DSkSVGText.cpp565 SkRect SkSVGText::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() function in SkSVGText
/external/skia/modules/svg/include/
DSkSVGNode.h172 virtual SkRect onObjectBoundingBox(const SkSVGRenderContext&) const { in onObjectBoundingBox() function