Home
last modified time | relevance | path

Searched refs:resolveOBBRect (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGMask.cpp27 return ctx.resolveOBBRect(fX, fY, fWidth, fHeight, fMaskUnits); in bounds()
DSkSVGFilter.cpp30 SkSVGFilterContext fctx(ctx.resolveOBBRect(fX, fY, fWidth, fHeight, fFilterUnits), in buildFilterDAG()
DSkSVGFe.cpp26 return ctx.resolveOBBRect(x, y, w, h, fctx.primitiveUnits()); in resolveBoundaries()
DSkSVGRenderContext.cpp518 SkRect SkSVGRenderContext::resolveOBBRect(const SkSVGLength& x, const SkSVGLength& y, in resolveOBBRect() function in SkSVGRenderContext
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h157 SkRect resolveOBBRect(const SkSVGLength& x, const SkSVGLength& y,