Searched refs:SkRectShape (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/effects/
H A DSkRectShape.cpp10 #include "SkRectShape.h"
17 SkRectShape::SkRectShape() { function in class:SkRectShape
22 void SkRectShape::setRect(const SkRect& bounds) {
27 void SkRectShape::setOval(const SkRect& bounds) {
32 void SkRectShape::setCircle(SkScalar cx, SkScalar cy, SkScalar radius) {
37 void SkRectShape::setRRect(const SkRect& bounds, SkScalar rx, SkScalar ry) {
51 void SkRectShape::onDraw(SkCanvas* canvas) {
63 SkFlattenable::Factory SkRectShape::getFactory() {
67 void SkRectShape
74 SkRectShape::SkRectShape(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) { function in class:SkRectShape
[all...]
H A DSkEffects.cpp31 #include "SkRectShape.h"
50 SkRectShape::Init();
/external/skia/include/effects/
H A DSkRectShape.h34 class SkRectShape : public SkPaintShape { class in inherits:SkPaintShape
36 SkRectShape();
53 SkRectShape(SkFlattenableReadBuffer&);
/external/skia/gm/
H A Dshapes.cpp10 #include "SkRectShape.h"
23 SkRectShape* s = new SkRectShape;
32 SkRectShape* s = new SkRectShape;
39 SkRectShape* s = new SkRectShape;
/external/skia/samplecode/
H A DSampleShapes.cpp17 #include "SkRectShape.h"
28 SkRectShape* s = new SkRectShape;
38 SkRectShape* s = new SkRectShape;
46 SkRectShape* s = new SkRectShape;
/external/skia/
H A DAndroid.mk189 src/effects/SkRectShape.cpp \

Completed in 90 milliseconds