Home | History | Annotate | Download | only in gm

Lines Matching refs:fMatrix

47     SkMatrix    fMatrix;
71 matrices.append()->fMatrix.reset();
73 matrices.append()->fMatrix.setScale(1.2f, 0.8f);
75 matrices.append()->fMatrix.setRotate(10.f);
77 matrices.append()->fMatrix.reset();
78 matrices.top().fMatrix.setPerspX(-0.0015f);
79 matrices.top().fMatrix.setPerspY(+0.0015f);
83 localMatrices.append()->fMatrix.reset();
85 localMatrices.append()->fMatrix.setScale(2.5f, 0.2f);
87 localMatrices.append()->fMatrix.setRotate(45.f);
89 localMatrices.append()->fMatrix.reset();
90 localMatrices.top().fMatrix.setPerspX(-0.007f);
91 localMatrices.top().fMatrix.setPerspY(+0.008f);
162 shader->setLocalMatrix(localMatrices[lm].fMatrix);
165 canvas->concat(matrices[m].fMatrix);
181 canvas->concat(matrices[m].fMatrix);