Home
last modified time | relevance | path

Searched defs:preApply (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrFixedClip.cpp16 GrClip::PreClipResult GrFixedClip::preApply(const SkRect& drawBounds, GrAA aa) const { in preApply() function in GrFixedClip
DGrClip.h86 virtual PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const { in preApply() function
/third_party/skia/src/gpu/v1/
DStencilClip.h55 PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const final { in preApply() function
DClipStack.cpp1202 GrClip::PreClipResult ClipStack::preApply(const SkRect& bounds, GrAA aa) const { in preApply() function in skgpu::v1::ClipStack