Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.cpp326 SkRect opBounds = op->bounds(); in appendOp() local
329 &chain, processorAnalysis, *dstProxy, appliedClip, opBounds, caps, pool, auditTrail)) { in appendOp()
DGrRenderTargetContext.cpp2385 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/
DOpsTask.cpp362 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/
DSurfaceDrawContext_v1.h693 bool SK_WARN_UNUSED_RESULT setupDstProxyView(const SkRect& opBounds,
DSurfaceDrawContext.cpp2021 bool SurfaceDrawContext::setupDstProxyView(const SkRect& opBounds, in setupDstProxyView() argument
2094 SkIRect conservativeDrawBounds = opBounds.roundOut(); in setupDstProxyView()