HomeSort by relevance Sort by last modified time
    Searched defs:srcDstCanvas (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java 96 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color,
98 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true,
101 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color,
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.setBitmap(srcDst)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java 104 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color,
106 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true,
109 void applyExpensiveOutlineWithBlur(Bitmap srcDst, Canvas srcDstCanvas, int color,
157 srcDstCanvas.setBitmap(glowShape);
158 srcDstCanvas.drawColor(0xFF000000, PorterDuff.Mode.SRC_OUT);
178 srcDstCanvas.setBitmap(thickInnerBlur);
179 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0],
181 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(),
183 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1],
187 srcDstCanvas.setBitmap(srcDst)
    [all...]

Completed in 35 milliseconds