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

  /external/skia/src/core/
SkAutoPixmapStorage.h 14 class SK_API SkAutoPixmapStorage : public SkPixmap {
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
38 * 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 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) {
25 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) {
42 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) {
48 const SkData* SkAutoPixmapStorage::detachPixelsAsData() {

Completed in 1343 milliseconds