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 otherwise500 , fMatrix(matrix)