Searched refs:fCache32PixelRef (Results 1 – 2 of 2) sorted by relevance
135 SkMallocPixelRef* getCache32PixelRef() const { return fCache32PixelRef; } in getCache32PixelRef()146 SkMallocPixelRef* fCache32PixelRef; variable
332 fCache32PixelRef = nullptr; in GradientShaderCache()337 SkSafeUnref(fCache32PixelRef); in ~GradientShaderCache()592 SkASSERT(nullptr == cache->fCache32PixelRef); in initCache32()593 cache->fCache32PixelRef = SkMallocPixelRef::NewAllocate(info, 0, nullptr); in initCache32()594 cache->fCache32 = (SkPMColor*)cache->fCache32PixelRef->getAddr(); in initCache32()