HomeSort by relevance Sort by last modified time
    Searched refs:SkAutoPixmapStorage (Results 1 - 25 of 38) sorted by null

1 2

  /external/skia/src/core/
SkAutoPixmapStorage.h 14 class SkAutoPixmapStorage : public 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
SkAutoPixmapStorage.cpp 8 #include "SkAutoPixmapStorage.h"
11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {}
13 SkAutoPixmapStorage::~SkAutoPixmapStorage() {
17 SkAutoPixmapStorage& SkAutoPixmapStorage::operator=(SkAutoPixmapStorage&& other) {
27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) {
35 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info)
    [all...]
SkPixmapPriv.h 13 #include "SkAutoPixmapStorage.h"
37 SkAutoPixmapStorage storage;
  /external/skqp/src/core/
SkAutoPixmapStorage.h 14 class SkAutoPixmapStorage : public 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
SkAutoPixmapStorage.cpp 8 #include "SkAutoPixmapStorage.h"
11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {}
13 SkAutoPixmapStorage::~SkAutoPixmapStorage() {
17 SkAutoPixmapStorage& SkAutoPixmapStorage::operator=(SkAutoPixmapStorage&& other) {
27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) {
35 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info)
    [all...]
SkPixmapPriv.h 13 #include "SkAutoPixmapStorage.h"
37 SkAutoPixmapStorage storage;
  /external/skia/src/gpu/
GrSWMaskHelper.h 12 #include "SkAutoPixmapStorage.h"
39 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
63 SkAutoPixmapStorage* fPixels;
64 SkAutoPixmapStorage fPixelsStorage;
GrDeferredProxyUploader.h 11 #include "SkAutoPixmapStorage.h"
77 SkAutoPixmapStorage* getPixels() { return &fPixels; }
90 SkAutoPixmapStorage fPixels;
  /external/skqp/src/gpu/
GrSWMaskHelper.h 12 #include "SkAutoPixmapStorage.h"
38 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
62 SkAutoPixmapStorage* fPixels;
63 SkAutoPixmapStorage fPixelsStorage;
GrDeferredProxyUploader.h 11 #include "SkAutoPixmapStorage.h"
77 SkAutoPixmapStorage* getPixels() { return &fPixels; }
90 SkAutoPixmapStorage fPixels;
  /external/skia/bench/
CoverageBench.cpp 9 #include "SkAutoPixmapStorage.h"
23 SkAutoPixmapStorage fPixmap;
PDFBench.cpp 11 #include "SkAutoPixmapStorage.h"
98 SkAutoPixmapStorage pixmap;
  /external/skqp/bench/
CoverageBench.cpp 9 #include "SkAutoPixmapStorage.h"
23 SkAutoPixmapStorage fPixmap;
PDFBench.cpp 11 #include "SkAutoPixmapStorage.h"
98 SkAutoPixmapStorage pixmap;
  /external/skia/gm/
shapes_as_paths.cpp 10 #include "SkAutoPixmapStorage.h"
32 SkAutoPixmapStorage pmapA;
33 SkAutoPixmapStorage pmapB;
image.cpp 9 #include "SkAutoPixmapStorage.h"
172 SkAutoPixmapStorage storage;
353 SkAutoPixmapStorage pm;
360 SkAutoPixmapStorage pm2;
path_stroke_with_zero_length.cpp 8 #include "SkAutoPixmapStorage.h"
36 SkAutoPixmapStorage pmap;
  /external/skqp/gm/
shapes_as_paths.cpp 10 #include "SkAutoPixmapStorage.h"
32 SkAutoPixmapStorage pmapA;
33 SkAutoPixmapStorage pmapB;
image.cpp 9 #include "SkAutoPixmapStorage.h"
172 SkAutoPixmapStorage storage;
359 SkAutoPixmapStorage pm;
366 SkAutoPixmapStorage pm2;
path_stroke_with_zero_length.cpp 8 #include "SkAutoPixmapStorage.h"
36 SkAutoPixmapStorage pmap;
  /external/skia/tools/fiddle/
fiddle_main.cpp 13 #include "SkAutoPixmapStorage.h"
142 SkAutoPixmapStorage rgbaPixmap;
  /external/skqp/src/image/
SkImage_GpuYUVA.cpp 19 #include "SkAutoPixmapStorage.h"
202 SkAutoPixmapStorage resized;
  /external/skqp/tools/fiddle/
fiddle_main.cpp 13 #include "SkAutoPixmapStorage.h"
142 SkAutoPixmapStorage rgbaPixmap;
  /external/skia/tests/
GrSurfaceTest.cpp 18 #include "SkAutoPixmapStorage.h"
268 SkAutoPixmapStorage pixels;
289 SkAutoPixmapStorage read;
298 SkAutoPixmapStorage write;
    [all...]
  /external/skqp/tests/
GrSurfaceTest.cpp 18 #include "SkAutoPixmapStorage.h"
267 SkAutoPixmapStorage pixels;
287 SkAutoPixmapStorage read;
296 SkAutoPixmapStorage write;

Completed in 707 milliseconds

1 2