Searched refs:srcTarget (Results 1 – 2 of 2) sorted by relevance
173 void copyDrawState(const GrDrawTarget& srcTarget);
522 void GrDrawTarget::copyDrawState(const GrDrawTarget& srcTarget) { in copyDrawState() argument523 fCurrDrawState = srcTarget.fCurrDrawState; in copyDrawState()