Home
last modified time | relevance | path

Searched refs:SkGroupShape (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/effects/
DSkGroupShape.cpp10 SkGroupShape::SkGroupShape() {} in SkGroupShape() function in SkGroupShape
12 SkGroupShape::~SkGroupShape() { in ~SkGroupShape()
16 int SkGroupShape::countShapes() const { in countShapes()
20 SkShape* SkGroupShape::getShape(int index, SkMatrixRef** mr) const { in getShape()
31 void SkGroupShape::addShape(int index, SkShape* shape, SkMatrixRef* mr) { in addShape()
50 void SkGroupShape::removeShape(int index) { in removeShape()
59 void SkGroupShape::removeAllShapes() { in removeAllShapes()
72 void SkGroupShape::onDraw(SkCanvas* canvas) { in onDraw()
86 SkFlattenable::Factory SkGroupShape::getFactory() { in getFactory()
90 void SkGroupShape::flatten(SkFlattenableWriteBuffer& buffer) { in flatten()
[all …]
DSkEffects.cpp44 SkGroupShape::Init(); in Init()
/external/skia/include/effects/
DSkGroupShape.h74 class SkGroupShape : public SkShape {
76 SkGroupShape();
77 virtual ~SkGroupShape();
147 SkGroupShape(SkFlattenableReadBuffer&);
/external/skia/gm/
Dshapes.cpp49 SkGroupShape fGroup;
91 SkGroupShape* gs = new SkGroupShape; in onDraw()
/external/skia/samplecode/
DSampleShapes.cpp57 SkGroupShape fGroup;
127 SkGroupShape* gs = new SkGroupShape; in onDrawContent()
/external/skia/gyp/
Deffects.gyp31 '../include/effects/SkGroupShape.h',
66 '../src/effects/SkGroupShape.cpp',
/external/skia/
DAndroid.mk181 src/effects/SkGroupShape.cpp \