Searched refs:fClipBounds (Results 1 – 2 of 2) sorted by relevance
14 SkIRect fClipBounds; member
1285 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()