Searched refs:GrPixmapBase (Results 1 – 1 of 1) sorted by relevance
15 template <typename T, typename DERIVED> class GrPixmapBase {57 GrPixmapBase() = default;58 GrPixmapBase(const GrPixmapBase& that) = default;59 GrPixmapBase(GrPixmapBase&& that) = default;60 GrPixmapBase& operator=(const GrPixmapBase& that) = default;61 GrPixmapBase& operator=(GrPixmapBase&& that) = default;63 GrPixmapBase(GrImageInfo info, T* addr, size_t rowBytes) in GrPixmapBase() function70 GrPixmapBase(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrPixmapBase() function71 : GrPixmapBase(std::move(info), const_cast<void*>(storage->data()), rowBytes) { in GrPixmapBase()83 class GrPixmap : public GrPixmapBase<void, GrPixmap> {[all …]