Searched refs:SkAutoPixmapStorage (Results 1 - 25 of 35) sorted by relevance

12

/external/skia/src/core/
H A DSkAutoPixmapStorage.cpp8 #include "SkAutoPixmapStorage.h"
11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} function in class:SkAutoPixmapStorage
13 SkAutoPixmapStorage::~SkAutoPixmapStorage() {
17 SkAutoPixmapStorage& SkAutoPixmapStorage::operator=(SkAutoPixmapStorage&& other) {
27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) {
35 bool SkAutoPixmapStorage
[all...]
H A DSkAutoPixmapStorage.h14 class SkAutoPixmapStorage : public SkPixmap { class in inherits:SkPixmap
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
43 * Gets the size and optionally the rowBytes that would be allocated by SkAutoPixmapStorage if
H A DSkPixmapPriv.h13 #include "SkAutoPixmapStorage.h"
46 SkAutoPixmapStorage storage;
/external/skqp/src/core/
H A DSkAutoPixmapStorage.cpp8 #include "SkAutoPixmapStorage.h"
11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} function in class:SkAutoPixmapStorage
13 SkAutoPixmapStorage::~SkAutoPixmapStorage() {
17 SkAutoPixmapStorage& SkAutoPixmapStorage::operator=(SkAutoPixmapStorage&& other) {
27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) {
35 bool SkAutoPixmapStorage
[all...]
H A DSkAutoPixmapStorage.h14 class SkAutoPixmapStorage : public SkPixmap { class in inherits:SkPixmap
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
43 * Gets the size and optionally the rowBytes that would be allocated by SkAutoPixmapStorage if
H A DSkPixmapPriv.h13 #include "SkAutoPixmapStorage.h"
46 SkAutoPixmapStorage storage;
/external/skia/src/gpu/
H A DGrSWMaskHelper.h11 #include "SkAutoPixmapStorage.h"
37 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
61 SkAutoPixmapStorage* fPixels;
62 SkAutoPixmapStorage fPixelsStorage;
H A DGrDeferredProxyUploader.h11 #include "SkAutoPixmapStorage.h"
77 SkAutoPixmapStorage* getPixels() { return &fPixels; }
90 SkAutoPixmapStorage fPixels;
/external/skqp/src/gpu/
H A DGrSWMaskHelper.h11 #include "SkAutoPixmapStorage.h"
37 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
61 SkAutoPixmapStorage* fPixels;
62 SkAutoPixmapStorage fPixelsStorage;
H A DGrDeferredProxyUploader.h11 #include "SkAutoPixmapStorage.h"
76 SkAutoPixmapStorage* getPixels() { return &fPixels; }
89 SkAutoPixmapStorage fPixels;
/external/skia/tests/
H A DDeviceLooperTest.cpp8 #include "SkAutoPixmapStorage.h"
13 static void make_pm(SkAutoPixmapStorage* pixmap, int w, int h) {
43 SkAutoPixmapStorage pmap;
112 SkAutoPixmapStorage pmap;
H A DFloat16Test.cpp9 #include "SkAutoPixmapStorage.h"
44 SkAutoPixmapStorage pm;
H A DPipeTest.cpp17 #include "SkAutoPixmapStorage.h"
32 SkAutoPixmapStorage pmapA, pmapB;
/external/skqp/tests/
H A DDeviceLooperTest.cpp8 #include "SkAutoPixmapStorage.h"
13 static void make_pm(SkAutoPixmapStorage* pixmap, int w, int h) {
43 SkAutoPixmapStorage pmap;
112 SkAutoPixmapStorage pmap;
H A DFloat16Test.cpp9 #include "SkAutoPixmapStorage.h"
44 SkAutoPixmapStorage pm;
/external/skia/bench/
H A DCoverageBench.cpp9 #include "SkAutoPixmapStorage.h"
23 SkAutoPixmapStorage fPixmap;
H A DPDFBench.cpp11 #include "SkAutoPixmapStorage.h"
94 SkAutoPixmapStorage pixmap;
/external/skqp/bench/
H A DCoverageBench.cpp9 #include "SkAutoPixmapStorage.h"
23 SkAutoPixmapStorage fPixmap;
H A DPDFBench.cpp11 #include "SkAutoPixmapStorage.h"
94 SkAutoPixmapStorage pixmap;
/external/skia/gm/
H A Dimage.cpp11 #include "SkAutoPixmapStorage.h"
192 SkAutoPixmapStorage storage;
381 SkAutoPixmapStorage pm;
388 SkAutoPixmapStorage pm2;
H A Dshapes_as_paths.cpp10 #include "SkAutoPixmapStorage.h"
32 SkAutoPixmapStorage pmapA;
33 SkAutoPixmapStorage pmapB;
H A Dpath_stroke_with_zero_length.cpp8 #include "SkAutoPixmapStorage.h"
36 SkAutoPixmapStorage pmap;
/external/skqp/gm/
H A Dimage.cpp11 #include "SkAutoPixmapStorage.h"
191 SkAutoPixmapStorage storage;
380 SkAutoPixmapStorage pm;
387 SkAutoPixmapStorage pm2;
H A Dshapes_as_paths.cpp10 #include "SkAutoPixmapStorage.h"
31 SkAutoPixmapStorage pmapA;
32 SkAutoPixmapStorage pmapB;
H A Dpath_stroke_with_zero_length.cpp8 #include "SkAutoPixmapStorage.h"
36 SkAutoPixmapStorage pmap;

Completed in 963 milliseconds

12