Home
last modified time | relevance | path

Searched refs:scissorBounds (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DClipStack.cpp242 const SkIRect& scissorBounds, in clip_atlas_fp()
256 scissorBounds, e.fLocalToDevice, path); in clip_atlas_fp()
1329 SkIRect scissorBounds; in apply() local
1334 scissorBounds = cs.outerBounds(); in apply()
1336 scissorBounds = subtract(draw.outerBounds(), cs.innerBounds(), /* exact */ true); in apply()
1413 e.innerBounds().contains(scissorBounds); in apply()
1432 scissorBounds, e.asElement(), in apply()
1458 SkAssertResult(scissorBounds.intersect(draw.outerBounds())); in apply()
1460 if (!GrClip::IsInsideClip(scissorBounds, *bounds, draw.aa())) { in apply()
1461 out->hardClip().addScissor(scissorBounds, bound in apply()
239 clip_atlas_fp(const skgpu::v1::SurfaceDrawContext* sdc, const GrOp* opBeingClipped, skgpu::v1::AtlasPathRenderer* atlasPathRenderer, const SkIRect& scissorBounds, const skgpu::v1::ClipStack::Element& e, std::unique_ptr<GrFragmentProcessor> inputFP) clip_atlas_fp() argument
[all...]

Completed in 4 milliseconds