Searched defs:SkAutoPixmapStorage (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPixmap.cpp284 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} function in class:SkAutoPixmapStorage
286 SkAutoPixmapStorage::~SkAutoPixmapStorage() {
290 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) {
307 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) {
313 const SkData* SkAutoPixmapStorage::detachPixelsAsData() {
/external/skia/include/core/
H A DSkPixmap.h190 class SK_API SkAutoPixmapStorage : public SkPixmap { class in inherits:SkPixmap
192 SkAutoPixmapStorage();
193 ~SkAutoPixmapStorage();

Completed in 112 milliseconds