HomeSort by relevance Sort by last modified time
    Searched defs:srcDst (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,
107 int[] srcBuffer = new int[srcDst.getWidth() * srcDst.getHeight()];
108 srcDst.getPixels(srcBuffer,
109 0, srcDst.getWidth(), 0, 0, srcDst.getWidth(), srcDst.getHeight());
116 srcDst.setPixels(srcBuffer
    [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,
115 int[] srcBuffer = new int[srcDst.getWidth() * srcDst.getHeight()];
116 srcDst.getPixels(srcBuffer,
117 0, srcDst.getWidth(), 0, 0, srcDst.getWidth(), srcDst.getHeight());
124 srcDst.setPixels(srcBuffer
    [all...]

Completed in 64 milliseconds