Searched refs:resolveForSVG (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/modules/svg/src/ |
D | SkSVGSVG.cpp | 93 return SkSize::Make(lctx.resolveForSVG(fWidth, SkSVGLengthContext::LengthType::kHorizontal), in intrinsicSize() 94 lctx.resolveForSVG(fHeight, SkSVGLengthContext::LengthType::kVertical)); in intrinsicSize()
|
D | SkSVGRenderContext.cpp | 51 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/ |
D | SkSVGRenderContext.h | 43 SkScalar resolveForSVG(const SkSVGLength&, LengthType) const;
|