Home | History | Annotate | Download | only in gpu

Lines Matching defs:preConcat

354     void concatMatrix(const SkMatrix& m) { fViewMatrix.preConcat(m); }
685 * Initializes by pre-concat'ing the context's current matrix with the preConcat param.
687 void setPreConcat(GrContext* context, const SkMatrix& preConcat, GrPaint* paint = NULL) {
694 this->preConcat(preConcat, paint);
726 this->preConcat(newMatrix, paint);
738 * pre-concat'ing the preConcat param. The matrix that will be restored remains unchanged.
743 void preConcat(const SkMatrix& preConcat, GrPaint* paint = NULL) {
745 paint->localCoordChange(preConcat);
747 fContext->concatMatrix(preConcat);