OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRectPath
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
simpleaaclip.cpp
67
fRectPath
.addRoundRect(fRect, SkIntToScalar(5), SkIntToScalar(5));
75
clip2.setPath(
fRectPath
, nullptr, true);
111
canvas->clipPath(
fRectPath
, op, true);
192
SkPath
fRectPath
; // fRect as a round rect
/external/skia/samplecode/
SampleAndroidShadows.cpp
29
SkPath
fRectPath
;
62
fRectPath
.addRect(SkRect::MakeXYWH(-100, -50, 200, 100));
492
this->drawShadowedPath(canvas,
fRectPath
, zFunc, paint, kAmbientAlpha,
Completed in 94 milliseconds