Searched +defs:R +defs:G (Results 1 – 2 of 2) sorted by relevance
31 final int R = Color.red(pixel); in luma() local32 final int G = Color.green(pixel); in luma() local
178 int R = getUnsignedByte(mReadBackBuffer.get(sampleStart)); in comparePixel() local179 int G = getUnsignedByte(mReadBackBuffer.get(sampleStart + 1)); in comparePixel() local