Searched refs:fCache32PixelRef (Results 1 – 2 of 2) sorted by relevance
133 SkPixelRef* getCache32PixelRef() const { return fCache32PixelRef.get(); } in getCache32PixelRef()142 sk_sp<SkPixelRef> fCache32PixelRef; variable
732 SkASSERT(nullptr == cache->fCache32PixelRef); in initCache32()733 cache->fCache32PixelRef = SkMallocPixelRef::MakeAllocate(info, 0); in initCache32()734 cache->fCache32 = (SkPMColor*)cache->fCache32PixelRef->pixels(); in initCache32()