Home
last modified time | relevance | path

Searched refs:getRGB (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
DColor.h44 RGB getRGB() const;
63 inline RGB HSV::getRGB() const { in getRGB() function
DBufferQueueScheduler.cpp91 auto color = mColor.getRGB(); in fillSurface()
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java259 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()
DBitmapShader_Delegate.java207 return mImage.getRGB(x, y); in getColor()
DBaseCanvas_Delegate.java754 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/
DImageUtils.java116 int goldenRgb = goldenImage.getRGB(x, y); in assertImageSimilar()
117 int rgb = image.getRGB(x, y); in assertImageSimilar()