Searched refs:fIRect (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/gpu/
H A DGrClip.h33 fClip.fIRect = rect;
38 fClip.fIRect.fLeft = SkScalarRoundToInt(rect.fLeft);
39 fClip.fIRect.fTop = SkScalarRoundToInt(rect.fTop);
40 fClip.fIRect.fRight = SkScalarRoundToInt(rect.fRight);
41 fClip.fIRect.fBottom = SkScalarRoundToInt(rect.fBottom);
58 fClip.fIRect = other.irect();
119 return fClip.fIRect;
178 SkIRect fIRect; member in union:GrClip::Clip
/external/skia/tests/
H A DCanvasTest.cpp104 , fIRect(SkIRect::MakeXYWH(0, 0, 2, 1))
120 SkIRect fIRect; member in struct:TestData

Completed in 127 milliseconds