Home
last modified time | relevance | path

Searched refs:SkAutoPixmapStorage (Results 1 – 25 of 39) sorted by relevance

12

/external/skqp/src/core/
DSkAutoPixmapStorage.cpp11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} in SkAutoPixmapStorage() function in SkAutoPixmapStorage
13 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()
DSkAutoPixmapStorage.h14 class SkAutoPixmapStorage : public SkPixmap {
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
DSkPixmapPriv.h46 SkAutoPixmapStorage storage; in Orient()
/external/skia/src/core/
DSkAutoPixmapStorage.cpp11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} in SkAutoPixmapStorage() function in SkAutoPixmapStorage
13 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()
DSkAutoPixmapStorage.h14 class SkAutoPixmapStorage : public SkPixmap {
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
DSkPixmapPriv.h46 SkAutoPixmapStorage storage; in Orient()
/external/skia/src/gpu/
DGrSWMaskHelper.h37 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
61 SkAutoPixmapStorage* fPixels;
62 SkAutoPixmapStorage fPixelsStorage;
DGrDeferredProxyUploader.h77 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels()
90 SkAutoPixmapStorage fPixels;
/external/skqp/src/gpu/
DGrSWMaskHelper.h37 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
61 SkAutoPixmapStorage* fPixels;
62 SkAutoPixmapStorage fPixelsStorage;
DGrDeferredProxyUploader.h76 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels()
89 SkAutoPixmapStorage fPixels;
/external/skia/tests/
DDeviceLooperTest.cpp13 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()
DFloat16Test.cpp44 SkAutoPixmapStorage pm; in DEF_TEST()
/external/skqp/tests/
DDeviceLooperTest.cpp13 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()
DFloat16Test.cpp44 SkAutoPixmapStorage pm; in DEF_TEST()
/external/skia/bench/
DCoverageBench.cpp23 SkAutoPixmapStorage fPixmap;
DPDFBench.cpp94 SkAutoPixmapStorage pixmap; in onDelayedSetup()
/external/skqp/bench/
DCoverageBench.cpp23 SkAutoPixmapStorage fPixmap;
DPDFBench.cpp94 SkAutoPixmapStorage pixmap; in onDelayedSetup()
/external/skia/gm/
Dimage.cpp192 SkAutoPixmapStorage storage; in show_scaled_pixels()
381 SkAutoPixmapStorage pm;
388 SkAutoPixmapStorage pm2;
Dshapes_as_paths.cpp32 SkAutoPixmapStorage pmapA; in draw_diff()
33 SkAutoPixmapStorage pmapB; in draw_diff()
Dpath_stroke_with_zero_length.cpp36 SkAutoPixmapStorage pmap; in draw_path_cell()
/external/skqp/gm/
Dimage.cpp191 SkAutoPixmapStorage storage; in show_scaled_pixels()
380 SkAutoPixmapStorage pm;
387 SkAutoPixmapStorage pm2;
Dshapes_as_paths.cpp31 SkAutoPixmapStorage pmapA; in draw_diff()
32 SkAutoPixmapStorage pmapB; in draw_diff()
Dpath_stroke_with_zero_length.cpp36 SkAutoPixmapStorage pmap; in draw_path_cell()
/external/skqp/src/image/
DSkImage_Gpu.cpp794 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()

12