Searched defs:CopyImageData (Results 1 – 1 of 1) sorted by relevance
103 static bool CopyImageData(const uint8_t* srcImage, size_t srcSize, uint8_t* dstImage, size_t dstSiz… in CopyImageData() function124 static bool CopyImageData(const std::vector<uint8_t>& data, uint8_t* dstImage, size_t dstSize) in CopyImageData() function129 static bool CopyImageData(const Rosen::Image* image, uint8_t* dstImage, size_t dstSize) in CopyImageData() function