Home
last modified time | relevance | path

Searched refs:setRGB (Results 1 – 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImageImpl.java70 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()
DImagePool.java59 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/
DImageUtils.java119 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/
DBitmap_Delegate.java245 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()
DBaseCanvas_Delegate.java125 image.setRGB(0, 0, width, height, colors, offset, stride); in nDrawBitmap()
768 image.setRGB(0, 0, w, h, argb, 0, w); in fixAlpha8Bitmap()