/third_party/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()
|
/third_party/flutter/skia/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
|
/third_party/skia/modules/svg/include/ |
D | SkSVGRenderContext.h | 41 SkRect resolveRect(const SkSVGLength& x, const SkSVGLength& y,
|
/third_party/skia/src/gpu/ |
D | GrGpu.h | 210 void resolveRenderTarget(GrRenderTarget*, const SkIRect& resolveRect); 769 virtual void onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) = 0;
|
D | GrGpu.cpp | 606 void GrGpu::resolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in resolveRenderTarget() argument 609 this->onResolveRenderTarget(target, resolveRect); in resolveRenderTarget()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2354 void GrGLGpu::onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in onResolveRenderTarget() argument 2360 this->resolveRenderFBOs(glRT, resolveRect, ResolveDirection::kMSAAToSingle); in onResolveRenderTarget() 2364 void GrGLGpu::resolveRenderFBOs(GrGLRenderTarget* rt, const SkIRect& resolveRect, in resolveRenderFBOs() argument 2378 SkASSERT(resolveRect == SkIRect::MakeSize(rt->dimensions())); in resolveRenderFBOs() 2383 SkAssertResult(scissor.set(resolveRect)); in resolveRenderFBOs() 2389 resolveRect == SkIRect::MakeSize(rt->dimensions())); in resolveRenderFBOs() 2390 int l = resolveRect.x(); in resolveRenderFBOs() 2391 int b = resolveRect.y(); in resolveRenderFBOs() 2392 int r = resolveRect.x() + resolveRect.width(); in resolveRenderFBOs() 2393 int t = resolveRect.y() + resolveRect.height(); in resolveRenderFBOs()
|
D | GrGLGpu.h | 112 void resolveRenderFBOs(GrGLRenderTarget*, const SkIRect& resolveRect, ResolveDirection, 352 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) override;
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 224 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) override;
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 552 void GrD3DGpu::onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in onResolveRenderTarget() argument 557 this->resolveTexture(target, resolveRect.fLeft, resolveRect.fTop, rt, resolveRect); in onResolveRenderTarget()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.h | 147 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) override;
|
D | GrVkGpu.cpp | 728 void GrVkGpu::onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in onResolveRenderTarget() argument 738 this->resolveImage(target, rt, resolveRect, in onResolveRenderTarget() 739 SkIPoint::Make(resolveRect.x(), resolveRect.y())); in onResolveRenderTarget()
|