Searched refs:ImageCacheMalloc (Results 1 – 8 of 8) sorted by relevance
51 void* ImageCacheMalloc(const ImageInfo& info);
20 UI_WEAK_SYMBOL void* ImageCacheMalloc(const ImageInfo& info) in ImageCacheMalloc() function
54 info.data = reinterpret_cast<uint8_t*>(ImageCacheMalloc(info)); in GetCurrentScreenBitmap()
55 imageInfo.data = static_cast<uint8_t*>(ImageCacheMalloc(imageInfo)); in CreateImage()
123 dsc.imgInfo.data = reinterpret_cast<uint8_t*>(ImageCacheMalloc(dsc.imgInfo)); in ReadToCache()
134 imageInfo_.data = reinterpret_cast<uint8_t*>(ImageCacheMalloc(imageInfo_)); in SetImageInfo()
1320 bufInfo.virAddr = ImageCacheMalloc(imageInfo); in GetBitmap()
1821 uint8_t* newData = static_cast<uint8_t*>(ImageCacheMalloc(imageinfo));