Searched refs:getRGB (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Color.h | 44 RGB getRGB() const; 63 inline RGB HSV::getRGB() const { in getRGB() function
|
D | BufferQueueScheduler.cpp | 91 auto color = mColor.getRGB(); in fillSurface()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 259 srcImage.getRGB(0, 0, width, height, argb, 0, width); in nativeCopy() 385 return delegate.mImage.getRGB(x, y); in nativeGetPixel() 401 delegate.getImage().getRGB(x, y, width, height, pixels, offset, stride); in nativeGetPixels() 567 image1.getRGB(0, 0, w, h, argb1, 0, w); in nativeSameAs() 568 image2.getRGB(0, 0, w, h, argb2, 0, w); in nativeSameAs() 736 image.getRGB(0, 0, image.getWidth(), image.getHeight(), argb, 0, image.getWidth()); in createCopy()
|
D | BitmapShader_Delegate.java | 207 return mImage.getRGB(x, y); in getColor()
|
D | BaseCanvas_Delegate.java | 754 image.getRGB(0, 0, image.getWidth(), image.getHeight(), argb, 0, image.getWidth()); in fixAlpha8Bitmap()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | ImageUtils.java | 116 int goldenRgb = goldenImage.getRGB(x, y); in assertImageSimilar() 117 int rgb = image.getRGB(x, y); in assertImageSimilar()
|