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.java229 image.setRGB(0, 0, width, height, colors, offset, stride); in nativeCreate()
260 image.setRGB(0, 0, width, height, argb, 0, width); in nativeCopy()
412 delegate.getImage().setRGB(x, y, color); in nativeSetPixel()
423 delegate.getImage().setRGB(x, y, width, height, colors, offset, stride); in nativeSetPixels()
746 result.setRGB(0, 0, w, h, argb, 0, w); in createCopy()
DBaseCanvas_Delegate.java121 image.setRGB(0, 0, width, height, colors, offset, stride); in nDrawBitmap()
764 image.setRGB(0, 0, w, h, argb, 0, w); in fixAlpha8Bitmap()