Home | History | Annotate | Download | only in gm

Lines Matching defs:fMatrix

38     SkMatrix    fMatrix;
49 matrices.append()->fMatrix.reset();
51 matrices.append()->fMatrix.setScale(1.2f, 0.8f);
53 matrices.append()->fMatrix.setRotate(10.f);
55 matrices.append()->fMatrix.reset();
56 matrices.top().fMatrix.setPerspX(-0.0015f);
57 matrices.top().fMatrix.setPerspY(+0.0015f);
61 localMatrices.append()->fMatrix.reset();
63 localMatrices.append()->fMatrix.setScale(2.5f, 0.2f);
65 localMatrices.append()->fMatrix.setRotate(45.f);
67 localMatrices.append()->fMatrix.reset();
68 localMatrices.top().fMatrix.setPerspX(-0.007f);
69 localMatrices.top().fMatrix.setPerspY(+0.008f);
143 &localMatrices[lm].fMatrix))->unref();
146 canvas->concat(matrices[m].fMatrix);
162 canvas->concat(matrices[m].fMatrix);