Searched refs:gg (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp753 int i, j, rr, gg, bb, aa; local
771 gg = row[1];
784 printf(" (%d %d", rr, gg);
787 printf(" (%d %d %d)", rr, gg, bb);
790 printf(" (%d %d %d %d)", rr, gg, bb, aa);
810 int i, j, rr, gg, bb, aa, idx; local
832 gg = *row++;
837 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
838 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
842 maxGrayDeviation, i, j, rr, gg, b
[all...]
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java218 int gg = computePrePostMul(a0, g0);
219 assertTrue("green", Math.abs(gg - g1) <= tolerance);
227 int cc = Color.argb(a0, rr, gg, bb);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct_inline.h358 register int32 gg = (int32)k6; local
385 "r"(gg),

Completed in 84 milliseconds