Home | History | Annotate | Download | only in gpu

Lines Matching refs:fClip

34         fClip.fIRect = rect;
39 fClip.fIRect.fLeft = SkScalarRoundToInt(rect.fLeft);
40 fClip.fIRect.fTop = SkScalarRoundToInt(rect.fTop);
41 fClip.fIRect.fRight = SkScalarRoundToInt(rect.fRight);
42 fClip.fIRect.fBottom = SkScalarRoundToInt(rect.fBottom);
55 fClip.fStack = SkRef(other.clipStack());
59 fClip.fIRect = other.irect();
97 return fClip.fStack;
107 fClip.fStack = SkRef(clipStack);
118 return fClip.fIRect;
123 fClip.fStack->unref();
124 fClip.fStack = NULL;
185 } fClip;