Home
last modified time | relevance | path

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

12

/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 sk_sp<SkData> SkAutoPixmapStorage::detachPixelsAsData() { in detachPixelsAsData()
DSkAutoPixmapStorage.h14 class SkAutoPixmapStorage : public SkPixmap {
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
DSkPixmapPriv.h37 SkAutoPixmapStorage storage; in Orient()
/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 sk_sp<SkData> SkAutoPixmapStorage::detachPixelsAsData() { in detachPixelsAsData()
DSkAutoPixmapStorage.h14 class SkAutoPixmapStorage : public SkPixmap {
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
DSkPixmapPriv.h37 SkAutoPixmapStorage storage; in Orient()
/external/skqp/src/gpu/
DGrSWMaskHelper.h38 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
62 SkAutoPixmapStorage* fPixels;
63 SkAutoPixmapStorage fPixelsStorage;
DGrDeferredProxyUploader.h77 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels()
90 SkAutoPixmapStorage fPixels;
/external/skia/src/gpu/
DGrSWMaskHelper.h39 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
63 SkAutoPixmapStorage* fPixels;
64 SkAutoPixmapStorage fPixelsStorage;
DGrDeferredProxyUploader.h77 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels()
90 SkAutoPixmapStorage fPixels;
/external/skia/bench/
DCoverageBench.cpp23 SkAutoPixmapStorage fPixmap;
DPDFBench.cpp98 SkAutoPixmapStorage pixmap; in onDelayedSetup()
/external/skqp/bench/
DCoverageBench.cpp23 SkAutoPixmapStorage fPixmap;
DPDFBench.cpp98 SkAutoPixmapStorage pixmap; in onDelayedSetup()
/external/skqp/gm/
Dshapes_as_paths.cpp32 SkAutoPixmapStorage pmapA; in draw_diff()
33 SkAutoPixmapStorage pmapB; in draw_diff()
Dimage.cpp172 SkAutoPixmapStorage storage; in show_scaled_pixels()
359 SkAutoPixmapStorage pm;
366 SkAutoPixmapStorage pm2;
Dpath_stroke_with_zero_length.cpp36 SkAutoPixmapStorage pmap; in draw_path_cell()
/external/skia/gm/
Dimage.cpp172 SkAutoPixmapStorage storage; in show_scaled_pixels()
353 SkAutoPixmapStorage pm;
360 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/tests/
DGrSurfaceTest.cpp267 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()
/external/skia/tests/
DGrSurfaceTest.cpp268 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()
/external/skqp/src/image/
DSkImage_Gpu.cpp454 SkAutoPixmapStorage pmap; in MakeCrossContextFromEncoded()
511 SkAutoPixmapStorage resized; in MakeCrossContextFromPixmap()
/external/skqp/tools/fiddle/
Dfiddle_main.cpp142 SkAutoPixmapStorage rgbaPixmap; in setup_backend_objects()
/external/skia/tools/fiddle/
Dfiddle_main.cpp142 SkAutoPixmapStorage rgbaPixmap; in setup_backend_objects()

12