Searched defs:setRGB (Results 1 – 2 of 2) 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
|
D | ImagePool.java | 59 void setRGB(int x, int y, int width, int height, int[] colors, int offset, int stride); in setRGB() method
|