Searched refs:dstImage (Results 1 – 1 of 1) sorted by relevance
145 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) { in gpuImageCopy() argument151 idShader.process(srcImage, dstImage); in gpuImageCopy()158 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) { in cpuImageCopy() argument171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config); in cpuImageCopy()181 dstImage.setBitmap(dstBitmap); in cpuImageCopy()