Home | History | Annotate | Download | only in core

Lines Matching refs:matrix

1156     SkMatrix            matrix;
1159 matrix.setScale(iter.getPathScale(), iter.getPathScale());
1160 matrix.postTranslate(x, y);
1167 matrix.postTranslate(xpos - prevXPos, 0);
1168 path->addPath(*iterPath, matrix);