Home | History | Annotate | Download | only in gpu

Lines Matching refs:combinedMatrix

169     SkMatrix combinedMatrix;
171 combinedMatrix = *matrix;
173 combinedMatrix.reset();
175 combinedMatrix.postConcat(drawState->getViewMatrix());
187 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);