Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDrawProcs.h14 SkIRect fClipBounds; member
DSkDraw.cpp1285 SkASSERT(state.fClipBounds == state.fClip->getBounds()); in D1G_NoBounder_RectClip()
1301 if (!state.fClipBounds.containsNoEmptyCheck(left, top, right, bottom)) { in D1G_NoBounder_RectClip()
1302 if (!storage.intersectNoEmptyCheck(mask.fBounds, state.fClipBounds)) in D1G_NoBounder_RectClip()
1398 fClipBounds = fClip->getBounds(); in init()