Searched refs:setRGB (Results 1 – 5 of 5) sorted by relevance
/frameworks/layoutlib/bridge/src/android/util/imagepool/ |
D | ImageImpl.java | 70 public void setRGB(int x, int y, int width, int height, int[] colors, int offset, int stride) { in setRGB() method in ImageImpl 74 mImg.setRGB(x, y, width, height, colors, offset, stride); in setRGB()
|
D | ImagePool.java | 59 void setRGB(int x, int y, int width, int height, int[] colors, int offset, int stride); in setRGB() method
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | ImageUtils.java | 119 deltaImage.setRGB(imageWidth + x, y, 0x00808080); in assertImageSimilar() 125 deltaImage.setRGB(imageWidth + x, y, 0x00808080); in assertImageSimilar() 140 deltaImage.setRGB(imageWidth + x, y, newRGB); in assertImageSimilar()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 245 image.setRGB(0, 0, width, height, colors, offset, stride); in nativeCreate() 276 image.setRGB(0, 0, width, height, argb, 0, width); in nativeCopy() 428 delegate.getImage().setRGB(x, y, color); in nativeSetPixel() 439 delegate.getImage().setRGB(x, y, width, height, colors, offset, stride); in nativeSetPixels() 755 result.setRGB(0, 0, w, h, argb, 0, w); in createCopy()
|
D | BaseCanvas_Delegate.java | 125 image.setRGB(0, 0, width, height, colors, offset, stride); in nDrawBitmap() 768 image.setRGB(0, 0, w, h, argb, 0, w); in fixAlpha8Bitmap()
|