Home
last modified time | relevance | path

Searched refs:CopyImageData (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp112 static bool CopyImageData(const uint8_t* srcImage, size_t srcSize, uint8_t* dstImage, size_t dstSize) in CopyImageData() function
133 static bool CopyImageData(const std::vector<uint8_t>& data, uint8_t* dstImage, size_t dstSize) in CopyImageData() function
135 return CopyImageData(data.data(), data.size(), dstImage, dstSize); in CopyImageData()
138 static bool CopyImageData(const Rosen::Image* image, uint8_t* dstImage, size_t dstSize) in CopyImageData() function
140 return image ? CopyImageData(image->data, dstImage, dstSize) : false; in CopyImageData()
161 if (!CopyImageData(image, base, size)) { in GatherImageFromFile()
190 if (base && CopyImageData(image, base, image->dmaSize)) { in GatherDmaImageFromFile()

Completed in 2 milliseconds