Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrClip.h33 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
/external/skia/tests/
DCanvasTest.cpp104 , fIRect(SkIRect::MakeXYWH(0, 0, 2, 1)) in TestData()
120 SkIRect fIRect; member