Home | History | Annotate | Download | only in gpu

Lines Matching refs:localMatrix

34                                                       const SkMatrix& localMatrix) {
38 gp = GrDefaultGeoProcFactory::Create(flags, GrColor_WHITE, SkMatrix::I(), localMatrix);
41 gp = GrDefaultGeoProcFactory::Create(flags, GrColor_WHITE, SkMatrix::I(), localMatrix);
91 SkMatrix localMatrix;
92 if (this->usesLocalCoords() && !this->viewMatrix().invert(&localMatrix)) {
98 localMatrix));
449 SkMatrix localMatrix;
450 if (this->usesLocalCoords() && !this->viewMatrix().invert(&localMatrix)) {
456 localMatrix));