Searched defs:getPixel (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DDrawingTestHelper.java88 public int getPixel(int x, int y) { method in class:DrawingTestHelper
89 return mBitmap.getPixel(x, y);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestPixelComparator.cpp24 uint32_t ComparatorResult::getPixel(int32_t x, int32_t y, uint32_t stride, function in class:ComparatorResult
57 uint32_t result = getPixel(x, y, resultBuffer->getStride(),
59 uint32_t expected = getPixel(x, y, expectedBuffer->getStride(),
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1724 public int getPixel(int x, int y) { method in class:Bitmap
1725 checkRecycled("Can't call getPixel() on a recycled bitmap");
1726 checkHardware("unable to getPixel(), "
1771 * Shared code to check for illegal arguments passed to getPixel()

Completed in 117 milliseconds