Searched refs:fCachedImage (Results 1 – 2 of 2) sorted by relevance
61 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()
71 SkImage* fCachedImage; variable91 if (NULL == fCachedImage) { in getCachedImage()92 fCachedImage = this->onNewImageSnapshot(budgeted); in getCachedImage()95 return fCachedImage; in getCachedImage()