Searched refs:localMatrices (Results 1 – 1 of 1) sorted by relevance
60 SkTDArray<LabeledMatrix> localMatrices; variable61 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);[all …]