OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIRect
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/gpu/
GrClip.h
33
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
;
/external/skia/tests/
CanvasTest.cpp
104
,
fIRect
(SkIRect::MakeXYWH(0, 0, 2, 1))
120
SkIRect
fIRect
;
Completed in 51 milliseconds