Home | History | Annotate | Download | only in gm

Lines Matching refs:fMatrix

39     SkMatrix    fMatrix;
63 matrices.append()->fMatrix.reset();
65 matrices.append()->fMatrix.setScale(1.2f, 0.8f);
67 matrices.append()->fMatrix.setRotate(10.f);
69 matrices.append()->fMatrix.reset();
70 matrices.top().fMatrix.setPerspX(-0.0015f);
71 matrices.top().fMatrix.setPerspY(+0.0015f);
75 localMatrices.append()->fMatrix.reset();
77 localMatrices.append()->fMatrix.setScale(2.5f, 0.2f);
79 localMatrices.append()->fMatrix.setRotate(45.f);
81 localMatrices.append()->fMatrix.reset();
82 localMatrices.top().fMatrix.setPerspX(-0.007f);
83 localMatrices.top().fMatrix.setPerspY(+0.008f);
154 &localMatrices[lm].fMatrix))->unref();
157 canvas->concat(matrices[m].fMatrix);
173 canvas->concat(matrices[m].fMatrix);