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