Home
last modified time | relevance | path

Searched refs:srcDstCanvas (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
149 srcDstCanvas.setBitmap(glowShape); in applyExpensiveOutlineWithBlur()
150 srcDstCanvas.drawColor(0xFF000000, PorterDuff.Mode.SRC_OUT); in applyExpensiveOutlineWithBlur()
170 srcDstCanvas.setBitmap(thickInnerBlur); in applyExpensiveOutlineWithBlur()
171 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0], in applyExpensiveOutlineWithBlur()
173 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(), in applyExpensiveOutlineWithBlur()
175 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1], 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
121 srcDstCanvas.setBitmap(glowShape); in applyExpensiveOutlineWithBlur()
122 srcDstCanvas.drawColor(0xFF000000, PorterDuff.Mode.SRC_OUT); in applyExpensiveOutlineWithBlur()
128 srcDstCanvas.setBitmap(thickInnerBlur); in applyExpensiveOutlineWithBlur()
129 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0], in applyExpensiveOutlineWithBlur()
131 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(), in applyExpensiveOutlineWithBlur()
133 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1], in applyExpensiveOutlineWithBlur()
137 srcDstCanvas.setBitmap(srcDst); in applyExpensiveOutlineWithBlur()
[all …]