Searched defs:SkMatrixRef (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/effects/
H A DSkGroupShape.h59 class SkMatrixRef : public SkTRefCnt<SkMatrix> { class in inherits:SkTRefCnt
61 SkMatrixRef() { this->reset(); } function in class:SkMatrixRef
62 explicit SkMatrixRef(const SkMatrix& matrix) { function in class:SkMatrixRef
86 SkShape* getShape(int index, SkMatrixRef** = NULL) const;
90 SkMatrixRef* getShapeMatrixRef(int index) const {
91 SkMatrixRef* mr = NULL;
105 void addShape(int index, SkShape*, SkMatrixRef* = NULL);
108 SkMatrixRef* mr = SkNEW_ARGS(SkMatrixRef, (matrix));
115 SkShape* appendShape(SkShape* shape, SkMatrixRef* m
[all...]

Completed in 37 milliseconds