Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp103 static bool CopyImageData(const uint8_t* srcImage, size_t srcSize, uint8_t* dstImage, size_t dstSiz… in CopyImageData() function
124 static bool CopyImageData(const std::vector<uint8_t>& data, uint8_t* dstImage, size_t dstSize) in CopyImageData() function
129 static bool CopyImageData(const Rosen::Image* image, uint8_t* dstImage, size_t dstSize) in CopyImageData() function