Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrClip.h34 fClip.fIRect = rect; in GrClip()
39 fClip.fIRect.fLeft = SkScalarRoundToInt(rect.fLeft); in GrClip()
40 fClip.fIRect.fTop = SkScalarRoundToInt(rect.fTop); in GrClip()
41 fClip.fIRect.fRight = SkScalarRoundToInt(rect.fRight); in GrClip()
42 fClip.fIRect.fBottom = SkScalarRoundToInt(rect.fBottom); in GrClip()
59 fClip.fIRect = other.irect();
118 return fClip.fIRect; in irect()
184 SkIRect fIRect; member
/external/skia/tests/
DCanvasTest.cpp109 , fIRect(SkIRect::MakeXYWH(0, 0, 2, 1)) in TestData()
125 SkIRect fIRect; member