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

/external/skia/src/core/
H A DSkImageFilterCache.h23 , fClipBounds(clipBounds)
35 SkIRect fClipBounds; member in struct:SkImageFilterCacheKey
42 fClipBounds == other.fClipBounds &&
H A DSkDraw.cpp1401 , fClipBounds(PickClipBounds(draw)) { }
1446 if (!fClipBounds.containsNoEmptyCheck(mask.fBounds)) {
1447 if (!storage.intersectNoEmptyCheck(mask.fBounds, fClipBounds))
1503 const SkIRect fClipBounds; member in class:DrawOneGlyph
/external/skia/include/core/
H A DSkImageFilter.h59 , fClipBounds(clipBounds)
65 const SkIRect& clipBounds() const { return fClipBounds; }
71 SkIRect fClipBounds; member in class:SkImageFilter::Context
/external/skia/src/gpu/ccpr/
H A DGrCoverageCountingPathRenderer.h75 SkIRect fClipBounds;
H A DGrCoverageCountingPathRenderer.cpp81 args.fClip->getConservativeBounds(rtc->width(), rtc->height(), &fHeadDraw.fClipBounds, nullptr);
82 fHeadDraw.fScissorMode = fHeadDraw.fClipBounds.contains(devBounds) ?
224 !clippedDevBounds.intersect(devBounds, SkRect::Make(draw->fClipBounds))) {

Completed in 159 milliseconds