Lines Matching refs:GrDrawTarget
31 class GrDrawTarget : public SkRefCnt {
36 SK_DECLARE_INST_COUNT(GrDrawTarget)
42 GrDrawTarget(GrContext* context);
43 virtual ~GrDrawTarget();
573 AutoStateRestore(GrDrawTarget* target, ASRInit init, const SkMatrix* viewMatrix = NULL);
590 void set(GrDrawTarget* target, ASRInit init, const SkMatrix* viewMatrix = NULL);
598 bool setIdentity(GrDrawTarget* target, ASRInit init);
601 GrDrawTarget* fDrawTarget;
610 AutoReleaseGeometry(GrDrawTarget* target,
615 bool set(GrDrawTarget* target,
628 GrDrawTarget* fTarget;
637 AutoClipRestore(GrDrawTarget* target) { in AutoClipRestore()
642 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
648 GrDrawTarget* fTarget;
662 AutoGeometryPush(GrDrawTarget* target) in AutoGeometryPush()
672 GrDrawTarget* fTarget;
682 AutoGeometryAndStatePush(GrDrawTarget* target,
698 GrDrawTarget* fTarget;
705 DrawToken(GrDrawTarget* drawTarget, uint32_t drawID) : in DrawToken()
711 GrDrawTarget* fDrawTarget;
857 friend class GrDrawTarget; variable