Flutter Engine
The Flutter Engine
|
#include "include/core/SkRect.h"
#include "include/private/base/SkAssert.h"
#include <cstdint>
#include <memory>
Go to the source code of this file.
Classes | |
struct | SkBitmapCacheDesc |
class | SkBitmapCache |
struct | SkBitmapCache::RecDeleter |
class | SkMipmapCache |
Functions | |
uint64_t | SkMakeResourceCacheSharedIDForBitmap (uint32_t bitmapGenID) |
void | SkNotifyBitmapGenIDIsStale (uint32_t bitmapGenID) |
uint64_t SkMakeResourceCacheSharedIDForBitmap | ( | uint32_t | bitmapGenID | ) |
Use this for bitmapcache and mipmapcache entries.
Definition at line 32 of file SkBitmapCache.cpp.
void SkNotifyBitmapGenIDIsStale | ( | uint32_t | bitmapGenID | ) |
Definition at line 37 of file SkBitmapCache.cpp.