Lines Matching defs:fMatrix
312 : fMatrix(SkMatrix::InvalidMatrix())456 if (dfpgp.matrix().hasPerspective() && !fMatrix.cheapEqualTo(dfpgp.matrix())) {457 fMatrix = dfpgp.matrix();459 GrGLSLGetMatrix<3>(matrix, fMatrix);492 SkMatrix fMatrix; // view matrix if perspective, local matrix otherwise509 , fMatrix(matrix)