Home
last modified time | relevance | path

Searched refs:resolveRect (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGRenderContext.h38 SkRect resolveRect(const SkSVGLength& x, const SkSVGLength& y,
DSkSVGRect.cpp78 const SkRect rect = lctx.resolveRect(fX, fY, fWidth, fHeight); in resolve()
DSkSVGSVG.cpp16 auto viewPortRect = ctx->lengthContext().resolveRect(fX, fY, fWidth, fHeight); in onPrepareToRender()
DSkSVGRenderContext.cpp64 SkRect SkSVGLengthContext::resolveRect(const SkSVGLength& x, const SkSVGLength& y, in resolveRect() function in SkSVGLengthContext