Searched refs:PixmapData (Results 1 – 8 of 8) sorted by relevance
47 class PixmapData : public ImageData {48 DECLARE_ACE_TYPE(PixmapData, ImageData);51 explicit PixmapData(const RefPtr<PixelMap>& data) : pixmap_(data) {} in PixmapData() function52 ~PixmapData() override = default;66 ACE_DISALLOW_COPY_AND_MOVE(PixmapData);
22 size_t PixmapData::GetSize() const in GetSize()26 const void* PixmapData::GetData() const in GetData()31 std::string PixmapData::ToString() const in ToString()
50 auto pixmapData = DynamicCast<PixmapData>(data); in Create()
98 auto data = DynamicCast<PixmapData>(cache->GetCacheImageData(src.GetKey())); in QueryThumbnailCache()
749 cache->CacheImageData(src.GetKey(), MakeRefPtr<NG::PixmapData>(pixmap)); in LoadDecodedImageData()751 return MakeRefPtr<NG::PixmapData>(pixmap); in LoadDecodedImageData()780 return MakeRefPtr<NG::PixmapData>(imageSourceInfo.GetPixmap()); in LoadDecodedImageData()870 cache->CacheImageData(src.GetKey(), MakeRefPtr<NG::PixmapData>(pixmap)); in LoadDecodedImageData()872 return MakeRefPtr<NG::PixmapData>(pixmap); in LoadDecodedImageData()
415 cache->CacheImageData(key, MakeRefPtr<PixmapData>(GetPixelMap())); in Cache()424 auto data = DynamicCast<PixmapData>(cache->GetCacheImageData(key)); in QueryFromCache()
368 cache->CacheImageData(key, MakeRefPtr<PixmapData>(currentFrame_)); in CacheFrame()
712 auto data = AceType::MakeRefPtr<PixmapData>(pixmap);