Home
last modified time | relevance | path

Searched defs:SkAutoPixmapStorage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkAutoPixmapStorage.cpp15 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} in SkAutoPixmapStorage() function in SkAutoPixmapStorage
21 SkAutoPixmapStorage::SkAutoPixmapStorage(SkAutoPixmapStorage&& other) : fStorage(nullptr) { in SkAutoPixmapStorage() function in SkAutoPixmapStorage
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawAtlas.h20 class SkAutoPixmapStorage; variable
/aosp_15_r20/external/skia/src/gpu/
H A DAtlasTypes.h29 class SkAutoPixmapStorage; variable