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

/external/skia/src/effects/
H A DSkGroupShape.cpp8 #include "SkGroupShape.h"
10 SkGroupShape::SkGroupShape() {} function in class:SkGroupShape
12 SkGroupShape::~SkGroupShape() {
16 int SkGroupShape::countShapes() const {
20 SkShape* SkGroupShape::getShape(int index, SkMatrixRef** mr) const {
31 void SkGroupShape::addShape(int index, SkShape* shape, SkMatrixRef* mr) {
50 void SkGroupShape::removeShape(int index) {
59 void SkGroupShape
111 SkGroupShape::SkGroupShape(SkFlattenableReadBuffer& buffer) : INHERITED(buffer){ function in class:SkGroupShape
[all...]
H A DSkEffects.cpp26 #include "SkGroupShape.h"
44 SkGroupShape::Init();
/external/skia/include/effects/
H A DSkGroupShape.h74 class SkGroupShape : public SkShape { class in inherits:SkShape
76 SkGroupShape();
77 virtual ~SkGroupShape();
147 SkGroupShape(SkFlattenableReadBuffer&);
/external/skia/gm/
H A Dshapes.cpp11 #include "SkGroupShape.h"
49 SkGroupShape fGroup;
91 SkGroupShape* gs = new SkGroupShape;
/external/skia/samplecode/
H A DSampleShapes.cpp18 #include "SkGroupShape.h"
57 SkGroupShape fGroup;
127 SkGroupShape* gs = new SkGroupShape;
/external/skia/
H A DAndroid.mk186 src/effects/SkGroupShape.cpp \

Completed in 5959 milliseconds