Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkSurface.cpp61 fCachedImage = NULL; in SkSurface_Base()
68 fCachedImage = NULL; in SkSurface_Base()
77 SkSafeUnref(fCachedImage); in ~SkSurface_Base()
94 if (fCachedImage) { in aboutToDraw()
98 if (!fCachedImage->unique()) { in aboutToDraw()
104 fCachedImage->unref(); in aboutToDraw()
105 fCachedImage = NULL; in aboutToDraw()
DSkSurface_Base.h71 SkImage* fCachedImage; variable
91 if (NULL == fCachedImage) { in getCachedImage()
92 fCachedImage = this->onNewImageSnapshot(budgeted); in getCachedImage()
95 return fCachedImage; in getCachedImage()