OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setOval
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/effects/
SkRectShape.h
32
void
setOval
(const SkRect&);
/external/skia/src/effects/
SkRectShape.cpp
34
void SkRectShape::
setOval
(const SkRect& bounds) {
/external/skia/gm/
shapes.cpp
26
s->
setOval
(make_rect(10, 10, 90, 90));
/external/skia/samplecode/
SampleShapes.cpp
32
s->
setOval
(make_rect(10, 10, 90, 90));
Completed in 31 milliseconds