Searched refs:textureMatrices (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dtexturedomaineffect.cpp100 SkTArray<SkMatrix> textureMatrices; variable
101 textureMatrices.push_back().setIDiv(texture->width(), texture->height());
102 textureMatrices.push_back() = textureMatrices[0];
103 textureMatrices.back().postScale(1.5f, 0.85f);
104 textureMatrices.push_back() = textureMatrices[0];
105 textureMatrices.back().preRotate(45.f, texture->width() / 2.f, texture->height() / 2.f);
120 for (int tm = 0; tm < textureMatrices.count(); ++tm) {
126 GrTextureDomainEffect::Create(texture, textureMatrices[t
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dtexturedomaineffect.cpp100 SkTArray<SkMatrix> textureMatrices; variable
101 textureMatrices.push_back().setIDiv(texture->width(), texture->height());
102 textureMatrices.push_back() = textureMatrices[0];
103 textureMatrices.back().postScale(1.5f, 0.85f);
104 textureMatrices.push_back() = textureMatrices[0];
105 textureMatrices.back().preRotate(45.f, texture->width() / 2.f, texture->height() / 2.f);
120 for (int tm = 0; tm < textureMatrices.count(); ++tm) {
126 GrTextureDomainEffect::Create(texture, textureMatrices[t
[all...]

Completed in 823 milliseconds