Home
last modified time | relevance | path

Searched refs:resolveForSVG (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGSVG.cpp93 return SkSize::Make(lctx.resolveForSVG(fWidth, SkSVGLengthContext::LengthType::kHorizontal), in intrinsicSize()
94 lctx.resolveForSVG(fHeight, SkSVGLengthContext::LengthType::kVertical)); in intrinsicSize()
DSkSVGRenderContext.cpp51 SkScalar SkSVGLengthContext::resolveForSVG(const SkSVGLength& l, LengthType t) const { in resolveForSVG() function in SkSVGLengthContext
78 this->resolveForSVG(x, SkSVGLengthContext::LengthType::kHorizontal), in resolveRectForSVG()
79 this->resolveForSVG(y, SkSVGLengthContext::LengthType::kVertical), in resolveRectForSVG()
80 this->resolveForSVG(w, SkSVGLengthContext::LengthType::kHorizontal), in resolveRectForSVG()
81 this->resolveForSVG(h, SkSVGLengthContext::LengthType::kVertical)); in resolveRectForSVG()
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h43 SkScalar resolveForSVG(const SkSVGLength&, LengthType) const;