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

/external/skia/include/gpu/
H A DGrClip.h34 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);
59 fClip.fIRect = other.irect();
118 return fClip.fIRect;
184 SkIRect fIRect; member in union:GrClip::Clip
/external/skia/tests/
H A DCanvasTest.cpp109 , fIRect(SkIRect::MakeXYWH(0, 0, 2, 1))
125 SkIRect fIRect; member in struct:TestData

Completed in 4650 milliseconds