Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrClip.h128 static bool IsOutsideClip(const SkIRect& outerClipBounds, const SkRect& drawBounds, GrAA aa) { in IsOutsideClip() argument
129 return !SkIRect::Intersects(outerClipBounds, GetPixelIBounds(drawBounds, aa)); in IsOutsideClip()