Searched refs:opBounds (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrRenderTargetOpList.cpp | 326 SkRect opBounds = op->bounds(); in appendOp() local 329 &chain, processorAnalysis, *dstProxy, appliedClip, opBounds, caps, pool, auditTrail)) { in appendOp()
|
D | GrRenderTargetContext.cpp | 2385 SkRect opBounds = op.bounds(); in setupDstProxy() local 2389 opBounds.outset(0.5f, 0.5f); in setupDstProxy() 2397 opBounds.roundOut(&opIBounds); in setupDstProxy()
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.cpp | 362 SkRect opBounds = op->bounds(); in appendOp() local 364 if (!this->tryConcat(&chain, processorAnalysis, *dstProxyView, appliedClip, opBounds, caps, in appendOp()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext_v1.h | 693 bool SK_WARN_UNUSED_RESULT setupDstProxyView(const SkRect& opBounds,
|
D | SurfaceDrawContext.cpp | 2021 bool SurfaceDrawContext::setupDstProxyView(const SkRect& opBounds, in setupDstProxyView() argument 2094 SkIRect conservativeDrawBounds = opBounds.roundOut(); in setupDstProxyView()
|