Searched defs:srcDstCanvas (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DHolographicOutlineHelper.java87 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, argument
89 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true);
91 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, argument
121 srcDstCanvas.setBitmap(glowShape);
122 srcDstCanvas.drawColor(0xFF000000, PorterDuff.Mode.SRC_OUT);
128 srcDstCanvas.setBitmap(thickInnerBlur);
129 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0],
131 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(),
133 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1],
137 srcDstCanvas
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHolographicOutlineHelper.java96 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, argument
98 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true,
101 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, argument
149 srcDstCanvas.setBitmap(glowShape);
150 srcDstCanvas.drawColor(0xFF000000, PorterDuff.Mode.SRC_OUT);
170 srcDstCanvas.setBitmap(thickInnerBlur);
171 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0],
173 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(),
175 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1],
179 srcDstCanvas
200 applyExtraThickExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, int outlineColor) argument
205 applyThickExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, int outlineColor) argument
210 applyMediumExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, int outlineColor, boolean clipAlpha) argument
216 applyMediumExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color, int outlineColor) argument
[all...]

Completed in 104 milliseconds