Home | History | Annotate | Download | only in effects

Lines Matching defs:fMatrix

304             : fMatrix(SkMatrix::InvalidMatrix())
448 if (dfpgp.matrix().hasPerspective() && !fMatrix.cheapEqualTo(dfpgp.matrix())) {
449 fMatrix = dfpgp.matrix();
451 GrGLSLGetMatrix<3>(matrix, fMatrix);
484 SkMatrix fMatrix; // view matrix if perspective, local matrix otherwise
500 , fMatrix(matrix)