Searched defs:dstImage (Results 1 – 4 of 4) sorted by relevance
127 std::shared_ptr<PixelMap> dstImage = destinationImage->GetInnerPixelmap(); in ConvertColorSpace() local159 std::shared_ptr<PixelMap> dstImage = destinationImage->GetInnerPixelmap(); in Compose() local186 std::shared_ptr<PixelMap> dstImage = destinationImage->GetInnerPixelmap(); in Decompose() local236 std::shared_ptr<PixelMap> dstImage = destinationImage->GetInnerPixelmap(); in EnhanceDetail() local
103 static bool CopyImageData(const uint8_t* srcImage, size_t srcSize, uint8_t* dstImage, size_t dstSiz… in CopyImageData()124 static bool CopyImageData(const std::vector<uint8_t>& data, uint8_t* dstImage, size_t dstSize) in CopyImageData()129 static bool CopyImageData(const Rosen::Image* image, uint8_t* dstImage, size_t dstSize) in CopyImageData()
168 … const std::vector<std::string> &lines, const std::string &targetPath, const std::string &dstImage) in DoExecuteUpdateBlock()
1678 const auto* dstImage = gpuResourceMgr_.GetImage<GpuImageGLES>(renderCmd.dstHandle); in RenderCommandBlitImage() local