Home | History | Annotate | Download | only in effects

Lines Matching full:matrix

19  * can have a matrix applied in the VS in both the local and position cases but not with a custom
27 const SkMatrix& matrix,
30 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, GrTextureParams::kNone_FilterMode, coordsType)));
36 const SkMatrix& matrix,
41 SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, filterMode, coordsType)));
46 const SkMatrix& matrix,
50 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, p, coordsType)));
55 the source of the coords. No matrix is allowed in this mode. */
76 const SkMatrix& matrix,
79 : GrSingleTextureEffect(texture, matrix, filterMode, coordsType) {
84 const SkMatrix& matrix,
87 : GrSingleTextureEffect(texture, matrix, params, coordsType) {
89 GrAssert(matrix.isIdentity());