Lines Matching refs:AutoStateRestore
685 GrDrawTarget::AutoStateRestore::AutoStateRestore() {
689 GrDrawTarget::AutoStateRestore::AutoStateRestore(GrDrawTarget* target,
696 GrDrawTarget::AutoStateRestore::~AutoStateRestore() {
703 void GrDrawTarget::AutoStateRestore::set(GrDrawTarget* target, ASRInit init, const SkMatrix* vm) {
727 bool GrDrawTarget::AutoStateRestore::setIdentity(GrDrawTarget* target, ASRInit init) {
939 GrDrawTarget::AutoStateRestore asr(this, kReset_ASRInit);