Searched defs:dstBitmap (Results 1 – 10 of 10) sorted by relevance
92 Bitmap dstBitmap = Bitmap.createBitmap(4, 1, Bitmap.Config.ARGB_8888); in testClamp() local112 Bitmap dstBitmap = Bitmap.createBitmap(4, 1, Bitmap.Config.ARGB_8888); in testRepeat() local132 Bitmap dstBitmap = Bitmap.createBitmap(4, 1, Bitmap.Config.ARGB_8888); in testMirror() local
143 Bitmap dstBitmap = srcBitmap.copy(dst, false); in testCopyConfigs() local
36 SkBitmap dstBitmap; in DEF_TEST() local
1062 const SkBitmap& dstBitmap) { in check_read()
1257 SkBitmap dstBitmap; in generateColorV1Image() local2243 SkBitmap dstBitmap; in generateColorImage() local2315 SkBitmap dstBitmap; in generateSVGImage() local2372 SkBitmap dstBitmap; in generatePngImage() local
619 SkBitmap dstBitmap; in generatePngImage() local702 SkBitmap dstBitmap; in generateImage() local
1838 SkBitmap dstBitmap; in generateGlyphImage() local
1362 SkBitmap dstBitmap; in generateImage() local
133 public static native void nativeCopyColorSpaceP(long srcBitmap, long dstBitmap); in nativeCopyColorSpaceP()
439 protected static void nativeCopyColorSpace(long srcBitmap, long dstBitmap) { in nativeCopyColorSpace()