Home
last modified time | relevance | path

Searched refs:srcDst (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicOutlineHelper.java96 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, in applyExpensiveOutlineWithBlur() argument
98 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true, in applyExpensiveOutlineWithBlur()
101 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, in applyExpensiveOutlineWithBlur() argument
107 int[] srcBuffer = new int[srcDst.getWidth() * srcDst.getHeight()]; in applyExpensiveOutlineWithBlur()
108 srcDst.getPixels(srcBuffer, in applyExpensiveOutlineWithBlur()
109 0, srcDst.getWidth(), 0, 0, srcDst.getWidth(), srcDst.getHeight()); in applyExpensiveOutlineWithBlur()
116 srcDst.setPixels(srcBuffer, in applyExpensiveOutlineWithBlur()
117 0, srcDst.getWidth(), 0, 0, srcDst.getWidth(), srcDst.getHeight()); in applyExpensiveOutlineWithBlur()
119 Bitmap glowShape = srcDst.extractAlpha(); in applyExpensiveOutlineWithBlur()
179 srcDstCanvas.setBitmap(srcDst); in applyExpensiveOutlineWithBlur()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DHolographicOutlineHelper.java84 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, in applyExpensiveOutlineWithBlur() argument
86 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true); in applyExpensiveOutlineWithBlur()
88 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, in applyExpensiveOutlineWithBlur() argument
94 int[] srcBuffer = new int[srcDst.getWidth() * srcDst.getHeight()]; in applyExpensiveOutlineWithBlur()
95 srcDst.getPixels(srcBuffer, in applyExpensiveOutlineWithBlur()
96 0, srcDst.getWidth(), 0, 0, srcDst.getWidth(), srcDst.getHeight()); in applyExpensiveOutlineWithBlur()
103 srcDst.setPixels(srcBuffer, in applyExpensiveOutlineWithBlur()
104 0, srcDst.getWidth(), 0, 0, srcDst.getWidth(), srcDst.getHeight()); in applyExpensiveOutlineWithBlur()
106 Bitmap glowShape = srcDst.extractAlpha(); in applyExpensiveOutlineWithBlur()
134 srcDstCanvas.setBitmap(srcDst); in applyExpensiveOutlineWithBlur()