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

  /external/skia/src/core/
SkPixmap.cpp 284 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {}
286 SkAutoPixmapStorage::~SkAutoPixmapStorage() {
290 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) {
307 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) {
313 const SkData* SkAutoPixmapStorage::detachPixelsAsData() {
  /external/skia/include/core/
SkPixmap.h 190 class SK_API SkAutoPixmapStorage : public SkPixmap {
192 SkAutoPixmapStorage();
193 ~SkAutoPixmapStorage();

Completed in 282 milliseconds