Searched refs:textureMatrices (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | texturedomaineffect.cpp | 106 SkTArray<SkMatrix> textureMatrices; in onDraw() local 107 textureMatrices.push_back() = SkMatrix::I(); in onDraw() 108 textureMatrices.push_back() = SkMatrix::MakeScale(1.5f, 0.85f); in onDraw() 109 textureMatrices.push_back(); in onDraw() 110 textureMatrices.back().setRotate(45.f, proxy->width() / 2.f, proxy->height() / 2.f); in onDraw() 122 for (int tm = 0; tm < textureMatrices.count(); ++tm) { in onDraw() 136 proxy, textureMatrices[tm], in onDraw()
|
/external/skqp/gm/ |
D | texturedomaineffect.cpp | 115 SkTArray<SkMatrix> textureMatrices; in onDraw() local 116 textureMatrices.push_back() = SkMatrix::I(); in onDraw() 117 textureMatrices.push_back() = SkMatrix::MakeScale(1.5f, 0.85f); in onDraw() 118 textureMatrices.push_back(); in onDraw() 119 textureMatrices.back().setRotate(45.f, proxy->width() / 2.f, proxy->height() / 2.f); in onDraw() 131 for (int tm = 0; tm < textureMatrices.count(); ++tm) { in onDraw() 145 proxy, textureMatrices[tm], in onDraw()
|