/external/skia/modules/svg/src/ |
D | SkSVGRect.cpp | 29 const auto rect = lctx.resolveRect(fX, fY, fWidth, fHeight); in resolve() 78 return ctx.lengthContext().resolveRect(fX, fY, fWidth, fHeight); in onObjectBoundingBox()
|
D | SkSVGImage.cpp | 82 const SkRect viewPort = lctx.resolveRect(fX, fY, fWidth, fHeight); in onRender() 99 return lctx.resolveRect(fX, fY, fWidth, fHeight); in onObjectBoundingBox()
|
D | SkSVGSVG.cpp | 18 auto viewPortRect = ctx->lengthContext().resolveRect(x, y, fWidth, fHeight); in onPrepareToRender()
|
D | SkSVGPattern.cpp | 94 const auto tile = ctx.lengthContext().resolveRect( in onAsPaint()
|
D | SkSVGRenderContext.cpp | 75 SkRect SkSVGLengthContext::resolveRect(const SkSVGLength& x, const SkSVGLength& y, in resolveRect() function in SkSVGLengthContext 494 auto r = lctx->resolveRect(x, y, w, h); in resolveOBBRect()
|
/external/skqp/experimental/svg/model/ |
D | SkSVGRenderContext.h | 38 SkRect resolveRect(const SkSVGLength& x, const SkSVGLength& y,
|
D | SkSVGRect.cpp | 78 const SkRect rect = lctx.resolveRect(fX, fY, fWidth, fHeight); in resolve()
|
D | SkSVGSVG.cpp | 16 auto viewPortRect = ctx->lengthContext().resolveRect(fX, fY, fWidth, fHeight); in onPrepareToRender()
|
D | SkSVGPattern.cpp | 144 const auto tile = ctx.lengthContext().resolveRect( in onAsPaint()
|
D | SkSVGRenderContext.cpp | 67 SkRect SkSVGLengthContext::resolveRect(const SkSVGLength& x, const SkSVGLength& y, in resolveRect() function in SkSVGLengthContext
|
/external/skia/modules/svg/include/ |
D | SkSVGRenderContext.h | 41 SkRect resolveRect(const SkSVGLength& x, const SkSVGLength& y,
|
/external/skia/src/gpu/ |
D | GrGpu.h | 207 void resolveRenderTarget(GrRenderTarget*, const SkIRect& resolveRect); 741 virtual void onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) = 0;
|
D | GrGpu.cpp | 561 void GrGpu::resolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in resolveRenderTarget() argument 564 this->onResolveRenderTarget(target, resolveRect); in resolveRenderTarget()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 111 void resolveRenderFBOs(GrGLRenderTarget*, const SkIRect& resolveRect, ResolveDirection, 325 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) override;
|
D | GrGLGpu.cpp | 2310 void GrGLGpu::onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in onResolveRenderTarget() argument 2311 this->resolveRenderFBOs(static_cast<GrGLRenderTarget*>(target), resolveRect, in onResolveRenderTarget() 2315 void GrGLGpu::resolveRenderFBOs(GrGLRenderTarget* rt, const SkIRect& resolveRect, in resolveRenderFBOs() argument 2343 SkAssertResult(scissor.set(resolveRect)); in resolveRenderFBOs() 2356 l = resolveRect.x(); in resolveRenderFBOs() 2357 b = resolveRect.y(); in resolveRenderFBOs() 2358 r = resolveRect.x() + resolveRect.width(); in resolveRenderFBOs() 2359 t = resolveRect.y() + resolveRect.height(); in resolveRenderFBOs()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 200 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) override;
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 551 void GrD3DGpu::onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in onResolveRenderTarget() argument 556 this->resolveTexture(target, resolveRect.fLeft, resolveRect.fTop, rt, resolveRect); in onResolveRenderTarget()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 146 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) override;
|
D | GrVkGpu.cpp | 717 void GrVkGpu::onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in onResolveRenderTarget() argument 728 this->resolveImage(target, rt, resolveRect, in onResolveRenderTarget() 729 SkIPoint::Make(resolveRect.x(), resolveRect.y())); in onResolveRenderTarget()
|