Searched refs:SkAutoPixmapStorage (Results 1 – 25 of 39) sorted by relevance
12
11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} in SkAutoPixmapStorage() function in SkAutoPixmapStorage13 SkAutoPixmapStorage::~SkAutoPixmapStorage() { in ~SkAutoPixmapStorage()17 SkAutoPixmapStorage& SkAutoPixmapStorage::operator=(SkAutoPixmapStorage&& other) { in operator =()27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize()35 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) { in tryAlloc()52 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) { in alloc()56 const SkData* SkAutoPixmapStorage::detachPixelsAsData() { in detachPixelsAsData()
14 class SkAutoPixmapStorage : public SkPixmap {16 SkAutoPixmapStorage();17 ~SkAutoPixmapStorage();22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
46 SkAutoPixmapStorage storage; in Orient()
37 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)61 SkAutoPixmapStorage* fPixels;62 SkAutoPixmapStorage fPixelsStorage;
77 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels()90 SkAutoPixmapStorage fPixels;
76 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels()89 SkAutoPixmapStorage fPixels;
13 static void make_pm(SkAutoPixmapStorage* pixmap, int w, int h) { in make_pm()43 SkAutoPixmapStorage pmap; in test_simple()112 SkAutoPixmapStorage pmap; in test_complex()
44 SkAutoPixmapStorage pm; in DEF_TEST()
23 SkAutoPixmapStorage fPixmap;
94 SkAutoPixmapStorage pixmap; in onDelayedSetup()
192 SkAutoPixmapStorage storage; in show_scaled_pixels()381 SkAutoPixmapStorage pm;388 SkAutoPixmapStorage pm2;
32 SkAutoPixmapStorage pmapA; in draw_diff()33 SkAutoPixmapStorage pmapB; in draw_diff()
36 SkAutoPixmapStorage pmap; in draw_path_cell()
191 SkAutoPixmapStorage storage; in show_scaled_pixels()380 SkAutoPixmapStorage pm;387 SkAutoPixmapStorage pm2;
31 SkAutoPixmapStorage pmapA; in draw_diff()32 SkAutoPixmapStorage pmapB; in draw_diff()
794 SkAutoPixmapStorage pixmap; in getDeferredTextureImageData()822 pixelSize = SkAlign8(SkAutoPixmapStorage::AllocSize(info, nullptr)); in getDeferredTextureImageData()826 SkAutoPixmapStorage decodePixmap; in getDeferredTextureImageData()869 pixelSize += SkAlign8(SkAutoPixmapStorage::AllocSize(mipInfo, nullptr)); in getDeferredTextureImageData()