HomeSort by relevance Sort by last modified time
    Searched defs:SkAutoPixmapStorage (Results 1 - 4 of 4) sorted by null

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

Completed in 529 milliseconds