Searched refs:fCache32PixelRef (Results 1 – 2 of 2) sorted by relevance
132 SkMallocPixelRef* getCache32PixelRef() const { return fCache32PixelRef; } in getCache32PixelRef()141 SkMallocPixelRef* fCache32PixelRef; variable
413 fCache32PixelRef = nullptr; in GradientShaderCache()417 SkSafeUnref(fCache32PixelRef); in ~GradientShaderCache()586 SkASSERT(nullptr == cache->fCache32PixelRef); in initCache32()587 cache->fCache32PixelRef = SkMallocPixelRef::NewAllocate(info, 0, nullptr); in initCache32()588 cache->fCache32 = (SkPMColor*)cache->fCache32PixelRef->getAddr(); in initCache32()