Searched refs:SkAutoPixmapStorage (Results 1 – 25 of 42) 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 sk_sp<SkData> SkAutoPixmapStorage::detachPixelsAsData() { in detachPixelsAsData()
14 class SkAutoPixmapStorage : public SkPixmap {16 SkAutoPixmapStorage();17 ~SkAutoPixmapStorage();22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
37 SkAutoPixmapStorage storage; in Orient()
38 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)62 SkAutoPixmapStorage* fPixels;63 SkAutoPixmapStorage fPixelsStorage;
77 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels()90 SkAutoPixmapStorage fPixels;
39 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)63 SkAutoPixmapStorage* fPixels;64 SkAutoPixmapStorage fPixelsStorage;
23 SkAutoPixmapStorage fPixmap;
98 SkAutoPixmapStorage pixmap; in onDelayedSetup()
32 SkAutoPixmapStorage pmapA; in draw_diff()33 SkAutoPixmapStorage pmapB; in draw_diff()
172 SkAutoPixmapStorage storage; in show_scaled_pixels()359 SkAutoPixmapStorage pm;366 SkAutoPixmapStorage pm2;
36 SkAutoPixmapStorage pmap; in draw_path_cell()
172 SkAutoPixmapStorage storage; in show_scaled_pixels()353 SkAutoPixmapStorage pm;360 SkAutoPixmapStorage pm2;
267 SkAutoPixmapStorage pixels; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()287 SkAutoPixmapStorage read; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()296 SkAutoPixmapStorage write; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
268 SkAutoPixmapStorage pixels; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()289 SkAutoPixmapStorage read; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()298 SkAutoPixmapStorage write; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
454 SkAutoPixmapStorage pmap; in MakeCrossContextFromEncoded()511 SkAutoPixmapStorage resized; in MakeCrossContextFromPixmap()
142 SkAutoPixmapStorage rgbaPixmap; in setup_backend_objects()