Home
last modified time | relevance | path

Searched defs:g (Results 1 – 14 of 14) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java59 private static int pack8888(int r, int g, int b, int a) { in pack8888()
63 private static short pack565(int r, int g, int b) { in pack565()
67 private static short pack4444(int r, int g, int b, int a) { in pack4444()
81 int g = Color.green(c); in premultiplyColor() local
96 int g = getG32(from) << 23; in makeRamp() local
DCreateBitmap.java47 int g = y * 255 / (HEIGHT - 1); in createColors() local
DColorPickerDialog.java133 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor() local
142 int g = Color.green(color); in rotateColor() local
DMeasureText.java45 int g = y * 255 / (HEIGHT - 1); in createColors() local
DPurgeableBitmapView.java72 int g = y * 255 / (HEIGHT - 1); in createColors() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGallery2.java53 Gallery g = (Gallery) findViewById(R.id.gallery); in onCreate() local
DGrid2.java42 GridView g = (GridView) findViewById(R.id.myGrid); in onCreate() local
DGallery1.java46 Gallery g = (Gallery) findViewById(R.id.gallery); in onCreate() local
DImageSwitcher1.java54 Gallery g = (Gallery) findViewById(R.id.gallery); in onCreate() local
/development/ide/xcode/ports/
DSkBitmap_Mac.cpp32 unsigned g = SkPacked16ToG32(c); in convert565_to_32() local
49 unsigned g = SkGetPackedG4444(c); in convert4444_to_555() local
/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c121 unsigned char g, in rgb16_cb()
131 unsigned char g, in common_rgb_cb()
175 unsigned char g, in rgb24_cb()
184 unsigned char g, in argb_cb()
/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRunner.java596 int g = ((value >> 5) & 0x03F) << 2; in getDeviceImage() local
618 int g = ((value >> 5) & 0x03F) << 2; in getDeviceImage() local
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
199 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
/development/ndk/platforms/android-5/arch-x86/include/asm/
Ddesc_defs.h23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member