Searched refs:fIRect (Results 1 – 2 of 2) sorted by relevance
33 fClip.fIRect = rect; in GrClip()38 fClip.fIRect.fLeft = SkScalarRoundToInt(rect.fLeft); in GrClip()39 fClip.fIRect.fTop = SkScalarRoundToInt(rect.fTop); in GrClip()40 fClip.fIRect.fRight = SkScalarRoundToInt(rect.fRight); in GrClip()41 fClip.fIRect.fBottom = SkScalarRoundToInt(rect.fBottom); in GrClip()58 fClip.fIRect = other.irect();119 return fClip.fIRect; in irect()178 SkIRect fIRect; member
104 , fIRect(SkIRect::MakeXYWH(0, 0, 2, 1)) in TestData()120 SkIRect fIRect; member