/third_party/skia/src/gpu/v1/ |
D | Device.cpp | 184 , fSurfaceDrawContext(std::move(sdc)) in Device() 185 , fClip(SkIRect::MakeSize(fSurfaceDrawContext->dimensions()), in Device() 187 force_aa_clip(fSurfaceDrawContext.get())) { in Device() 204 return fSurfaceDrawContext->readPixels(dContext, pm, {x, y}); in onReadPixels() 216 return fSurfaceDrawContext->writePixels(dContext, pm, {x, y}); in onWritePixels() 226 return fSurfaceDrawContext.get(); in surfaceDrawContext() 231 return fSurfaceDrawContext.get(); in surfaceDrawContext() 236 return fSurfaceDrawContext.get(); in surfaceFillContext() 244 fSurfaceDrawContext->clearAtLeast(rect, SK_PMColor4fTRANSPARENT); in clearAll() 264 GrAA aa = GrAA(fSurfaceDrawContext->alwaysAntialias()); in onClipRegion() [all …]
|
D | PathRenderer.cpp | 26 SkASSERT(fSurfaceDrawContext); in validate() 52 canArgs.fProxy = args.fSurfaceDrawContext->asRenderTargetProxy(); in drawPath() 57 canArgs.fSurfaceProps = &args.fSurfaceDrawContext->surfaceProps(); in drawPath() 100 args.fSurfaceDrawContext, in onStencilPath()
|
D | PathRenderer.h | 122 SurfaceDrawContext* fSurfaceDrawContext; member 133 SkASSERT(fSurfaceDrawContext); in validate() 153 SurfaceDrawContext* fSurfaceDrawContext; member
|
D | Device_drawTexture.cpp | 720 GrAA aa = fSurfaceDrawContext->chooseAA(paint); in drawSpecial() 736 fSurfaceDrawContext.get(), in drawSpecial() 801 fSurfaceDrawContext->dimensions(), in drawImageQuad() 816 fSurfaceDrawContext.get(), in drawImageQuad() 835 fSurfaceDrawContext.get(), in drawImageQuad() 894 fSurfaceDrawContext->colorInfo()); in drawEdgeAAImageSet() 895 fSurfaceDrawContext->drawTextureSet(this->clip(), in drawEdgeAAImageSet() 966 fSurfaceDrawContext->colorInfo()); in drawEdgeAAImageSet()
|
D | Device_v1.h | 38 fSurfaceDrawContext->discard(); in discard() 182 std::unique_ptr<SurfaceDrawContext> fSurfaceDrawContext;
|
D | StencilMaskHelper.cpp | 326 args.fSurfaceDrawContext = sdc; in stencil_path()
|
D | SurfaceDrawContext.cpp | 940 args.fSurfaceDrawContext = this; in stencilPath()
|
/third_party/skia/src/gpu/ops/ |
D | TessellationPathRenderer.cpp | 113 auto sdc = args.fSurfaceDrawContext; in onDrawPath() 160 args.fSurfaceDrawContext->drawPaint(args.fClip, std::move(args.fPaint), in onDrawPath() 169 args.fSurfaceDrawContext->arenaAlloc(), in onDrawPath() 182 ? args.fSurfaceDrawContext->asSurfaceProxy()->backingStoreBoundsRect() in onDrawPath() 185 args.fSurfaceDrawContext->arenaAlloc(), in onDrawPath() 200 auto sdc = args.fSurfaceDrawContext; in onStencilPath() 230 args.fSurfaceDrawContext->arenaAlloc(), in onStencilPath() 242 args.fSurfaceDrawContext->arenaAlloc(), in onStencilPath()
|
D | SoftwarePathRenderer.cpp | 251 if (!GetShapeAndClipBounds(args.fSurfaceDrawContext, in onDrawPath() 257 DrawAroundInvPath(args.fSurfaceDrawContext, std::move(args.fPaint), in onDrawPath() 272 int maxTextureSize = args.fSurfaceDrawContext->caps()->maxTextureSize(); in onDrawPath() 325 GrSwizzle swizzle = args.fSurfaceDrawContext->caps()->getReadSwizzle( in onDrawPath() 391 DrawAroundInvPath(args.fSurfaceDrawContext, GrPaint::Clone(args.fPaint), in onDrawPath() 395 DrawToTargetWithShapeMask(std::move(view), args.fSurfaceDrawContext, std::move(args.fPaint), in onDrawPath()
|
D | AtlasPathRenderer.cpp | 294 args.fSurfaceDrawContext->drawPaint(args.fClip, std::move(args.fPaint), in onDrawPath() 310 : args.fSurfaceDrawContext->asSurfaceProxy()->backingStoreBoundsIRect()) in onDrawPath() 312 const GrCaps& caps = *args.fSurfaceDrawContext->caps(); in onDrawPath() 314 args.fSurfaceDrawContext->arenaAlloc(), in onDrawPath() 320 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
|
D | DashLinePathRenderer.cpp | 58 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
|
D | AALinearizingConvexPathRenderer.cpp | 395 SkASSERT(args.fSurfaceDrawContext->numSamples() <= 1); in onDrawPath() 410 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
|
D | DefaultPathRenderer.cpp | 799 args.fSurfaceDrawContext, std::move(args.fPaint), aaType, *args.fUserStencilSettings, in onDrawPath() 814 args.fSurfaceDrawContext, std::move(paint), aaType, GrUserStencilSettings::kUnused, in onStencilPath()
|
D | AAConvexPathRenderer.cpp | 917 SkASSERT(args.fSurfaceDrawContext->numSamples() <= 1); in onDrawPath() 926 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
|
D | AAHairLinePathRenderer.cpp | 1321 SkASSERT(args.fSurfaceDrawContext->numSamples() <= 1); in onDrawPath() 1329 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
|
D | TriangulatingPathRenderer.cpp | 620 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
|
D | SmallPathRenderer.cpp | 719 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
|