Home
last modified time | relevance | path

Searched refs:srcTarget (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrDrawTarget.h173 void copyDrawState(const GrDrawTarget& srcTarget);
DGrDrawTarget.cpp522 void GrDrawTarget::copyDrawState(const GrDrawTarget& srcTarget) { in copyDrawState() argument
523 fCurrDrawState = srcTarget.fCurrDrawState; in copyDrawState()