HomeSort by relevance Sort by last modified time
    Searched refs:fIRect (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/
GrClip.h 34 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;
  /external/skia/tests/
CanvasTest.cpp 109 , fIRect(SkIRect::MakeXYWH(0, 0, 2, 1))
125 SkIRect fIRect;

Completed in 153 milliseconds