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.java87 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, in applyExpensiveOutlineWithBlur() argument
89 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true); in applyExpensiveOutlineWithBlur()
91 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, in applyExpensiveOutlineWithBlur() argument
97 int[] srcBuffer = new int[srcDst.getWidth() * srcDst.getHeight()]; in applyExpensiveOutlineWithBlur()
98 srcDst.getPixels(srcBuffer, in applyExpensiveOutlineWithBlur()
99 0, srcDst.getWidth(), 0, 0, srcDst.getWidth(), srcDst.getHeight()); in applyExpensiveOutlineWithBlur()
106 srcDst.setPixels(srcBuffer, in applyExpensiveOutlineWithBlur()
107 0, srcDst.getWidth(), 0, 0, srcDst.getWidth(), srcDst.getHeight()); in applyExpensiveOutlineWithBlur()
109 Bitmap glowShape = srcDst.extractAlpha(); in applyExpensiveOutlineWithBlur()
137 srcDstCanvas.setBitmap(srcDst); in applyExpensiveOutlineWithBlur()