Searched refs:fCache32PixelRef (Results 1 – 2 of 2) sorted by relevance
136 SkMallocPixelRef* getCache32PixelRef() const { return fCache32PixelRef; } in getCache32PixelRef()146 SkMallocPixelRef* fCache32PixelRef; variable
330 fCache32PixelRef = NULL; in GradientShaderCache()335 SkSafeUnref(fCache32PixelRef); in ~GradientShaderCache()570 SkASSERT(NULL == cache->fCache32PixelRef); in initCache32()571 cache->fCache32PixelRef = SkMallocPixelRef::NewAllocate(info, 0, NULL); in initCache32()572 cache->fCache32 = (SkPMColor*)cache->fCache32PixelRef->getAddr(); in initCache32()