Searched defs:SkAutoPixmapStorage (Results 1 - 4 of 4) sorted by relevance

/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
/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

Completed in 148 milliseconds