Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListRenderer.h244 SkShader* shaderCopy = SkShader::CreateLocalMatrixShader( in copyPaint() local
246 paintCopy->setShader(shaderCopy); in copyPaint()
248 shaderCopy->setGenerationID(paint->getShader()->getGenerationID()); in copyPaint()
249 shaderCopy->unref(); in copyPaint()