Searched defs:textureMatrix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp1336 SkMatrix textureMatrix; local
1337 textureMatrix.setTranslate(SK_Scalar1 *left, SK_Scalar1 *top);
1338 textureMatrix.postIDiv(src->width(), src->height());
1342 effect.reset(this->createPMToUPMEffect(src, swapRAndB, textureMatrix));
1355 textureMatrix));
1507 SkMatrix textureMatrix; local
1508 textureMatrix.setIDiv(texture->width(), texture->height());
1517 effect.reset(this->createUPMToPMEffect(texture, swapRAndB, textureMatrix));
1540 textureMatrix));
/external/skia/src/gpu/
H A DGrContext.cpp1336 SkMatrix textureMatrix; local
1337 textureMatrix.setTranslate(SK_Scalar1 *left, SK_Scalar1 *top);
1338 textureMatrix.postIDiv(src->width(), src->height());
1342 effect.reset(this->createPMToUPMEffect(src, swapRAndB, textureMatrix));
1355 textureMatrix));
1507 SkMatrix textureMatrix; local
1508 textureMatrix.setIDiv(texture->width(), texture->height());
1517 effect.reset(this->createUPMToPMEffect(texture, swapRAndB, textureMatrix));
1540 textureMatrix));

Completed in 358 milliseconds