Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp100 fPrevShader = paint->getShader(); in SkAutoBitmapShaderInstall()
101 fPrevShader->safeRef(); in SkAutoBitmapShaderInstall()
109 fPaint->setShader(fPrevShader); in ~SkAutoBitmapShaderInstall()
110 fPrevShader->safeUnref(); in ~SkAutoBitmapShaderInstall()
120 SkShader* fPrevShader; member in SkAutoBitmapShaderInstall