Searched refs:fCache32PixelRef (Results 1 – 4 of 4) sorted by relevance
112 SkMallocPixelRef* getCache32PixelRef() const { return fCache32PixelRef; } in getCache32PixelRef()122 SkMallocPixelRef* fCache32PixelRef; variable
291 fCache32PixelRef = NULL; in GradientShaderCache()296 SkSafeUnref(fCache32PixelRef); in ~GradientShaderCache()534 SkASSERT(NULL == cache->fCache32PixelRef); in initCache32()535 cache->fCache32PixelRef = SkMallocPixelRef::NewAllocate(info, 0, NULL); in initCache32()536 cache->fCache32 = (SkPMColor*)cache->fCache32PixelRef->getAddr(); in initCache32()
136 SkMallocPixelRef* getCache32PixelRef() const { return fCache32PixelRef; } in getCache32PixelRef()146 SkMallocPixelRef* fCache32PixelRef; variable
388 fCache32PixelRef = NULL; in GradientShaderCache()393 SkSafeUnref(fCache32PixelRef); in ~GradientShaderCache()628 SkASSERT(NULL == cache->fCache32PixelRef); in initCache32()629 cache->fCache32PixelRef = SkMallocPixelRef::NewAllocate(info, 0, NULL); in initCache32()630 cache->fCache32 = (SkPMColor*)cache->fCache32PixelRef->getAddr(); in initCache32()