Home | History | Annotate | Download | only in gpu

Lines Matching refs:localMatrix

29                                                  const SkMatrix* localMatrix) {
33 if (localMatrix) {
34 return GrDefaultGeoProcFactory::Create(flags, color, SkMatrix::I(), *localMatrix);
86 // if we have a local rect, then we apply the localMatrix directly to the localRect to
96 invert.preConcat(this->localMatrix());
176 const SkMatrix& localMatrix() const { return fGeoData[0].fLocalMatrix; }
197 if (this->hasLocalMatrix() && !this->localMatrix().cheapEqualTo(that->localMatrix())) {
227 const SkMatrix* localMatrix) {
240 if (localMatrix) {
242 geometry.fLocalMatrix = *localMatrix;
265 SkMatrix localMatrix;
274 localMatrix = GrTest::TestMatrix(random);
279 hasLocalMatrix ? &localMatrix : NULL);