Lines Matching refs:localMatrices
60 SkTDArray<LabeledMatrix> localMatrices; variable
61 localMatrices.append()->fMatrix.reset();
62 localMatrices.top().fLabel = "Identity";
63 localMatrices.append()->fMatrix.setScale(2.5f, 0.2f);
64 localMatrices.top().fLabel = "Scale";
65 localMatrices.append()->fMatrix.setRotate(45.f);
66 localMatrices.top().fLabel = "Rotate";
67 localMatrices.append()->fMatrix.reset();
68 localMatrices.top().fMatrix.setPerspX(-0.007f);
69 localMatrices.top().fMatrix.setPerspY(+0.008f);
70 localMatrices.top().fLabel = "Persp";
115 for (int lm = 0; lm < localMatrices.count(); ++lm) {
138 for (int lm = 0; lm < localMatrices.count(); ++lm) {
143 &localMatrices[lm].fMatrix))->unref();