Home | History | Annotate | Download | only in gpu

Lines Matching defs:textureMatrix

1393             SkMatrix textureMatrix;
1394 textureMatrix.setTranslate(SK_Scalar1 *left, SK_Scalar1 *top);
1395 textureMatrix.postIDiv(src->width(), src->height());
1399 effect.reset(this->createPMToUPMEffect(src, swapRAndB, textureMatrix));
1412 textureMatrix));
1564 SkMatrix textureMatrix;
1565 textureMatrix.setIDiv(texture->width(), texture->height());
1574 effect.reset(this->createUPMToPMEffect(texture, swapRAndB, textureMatrix));
1597 textureMatrix));