Home | History | Annotate | Download | only in effects

Lines Matching defs:mr

20 SkShape* SkGroupShape::getShape(int index, SkMatrixRef** mr) const {
23 if (mr) {
24 *mr = rec.fMatrixRef;
31 void SkGroupShape::addShape(int index, SkShape* shape, SkMatrixRef* mr) {
38 SkMatrixRef::SafeRef(mr);
47 rec->fMatrixRef = mr;
115 SkMatrixRef* mr = NULL;
120 mr = SkNEW(SkMatrixRef);
121 mr->unflatten(storage);
124 this->appendShape(shape, mr)->unref();
126 SkSafeUnref(mr);