HomeSort by relevance Sort by last modified time
    Searched defs:green (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmode.h 159 float green; /* Green Gamma value */ member in struct:__anon9763
290 unsigned short* /* green array */,
299 unsigned short* /* green array */,
  /frameworks/base/opengl/libagl/
dxt.cpp 53 #define green(x) (((x) >> 5) & 0x3f) macro
236 int g0 = green(color0);
240 int g1 = green(color1);
366 int g0 = green(color0);
370 int g1 = green(color1);
523 int g0 = green(color0);
527 int g1 = green(color1);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 178 int green = (int)(Math.random() * 255); local
180 int color = 0xff000000 | red << 16 | green << 8 | blue;
182 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 87 int bSize,red,green,blue,alpha,depth,stencil; local
118 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_GREEN_SIZE,&green));
159 return new EglConfig(red,green,blue,alpha,caveat,configId,depth,level,pMaxWidth,pMaxHeight,
EglWindowsApi.cpp 338 EGLint red,green,blue,alpha,depth,stencil; local
396 green = frmt->cGreenBits;
401 return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,pMaxHeight,pMaxPixels,renderable,renderableType,
  /external/libpng/contrib/gregbook/
rpng-x.c 706 ulg red, green, blue; local
714 green = *src++;
718 (green << GShift) |
728 green = (GShift < 0)? green << (-GShift) : green >> GShift;
730 pixel = (red & RMask) | (green & GMask) | (blue & BMask);
746 green = g;
750 green = bg_green;
757 alpha_composite(green, g, a, bg_green)
780 ush red, green, blue; local
    [all...]
rpng2-win.c 174 { 64, 132, 0}, /* 3: medium green */
185 { 24, 60, 0}, /* 14: dark green-yellow */
225 {1, 3,0, 0,0}, /* diamonds: medium green vs. black */
947 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
    [all...]
rpng2-x.c 209 { 64, 132, 0}, /* 3: medium green */
220 { 24, 60, 0}, /* 14: dark green-yellow */
262 {1, 3,0, 0,0}, /* diamonds: medium green vs. black */
1217 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
1294 ulg red, green, blue; local
1333 ush red, green, blue; local
1419 ulg red, green, blue; local
1495 ush red, green, blue; local
1639 ulg red, green, blue; local
1767 ush red, green, blue; local
1986 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 45 float green; member in struct:_CvRGBf
128 (float)fabs((a).green - (b).green), \
138 float tg = (float)fabs(a.green - b.green);
147 float tg = (float)fabs(a.green - b.green);
757 p_cur[j].c.blue = p_cur[j].c.green = p_cur[j].c.red = 0;
768 p_cur[j].c.blue = p_cur[j].c.green = p_cur[j].c.red = 0;
778 stub.c.blue = stub.c.green = stub.c.red = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 64 Uint32 red, green, blue, alpha; /* Screen components */ member in struct:SDL_PrivateVideoData
111 #define VDI_greenmask (this->hidden->green)
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 254 float green = Color.green(color) / 255.0f; local
257 return new Float4(red, green, blue, alpha);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 149 float green = Float.parseFloat(values[3]); local
152 mVertexColors.set_color(i, new Float4(red, green, blue, 1.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 164 float green = new Float(values[3]); local
167 mVertexColors.set_color(i, new Float4(red, green, blue, 1.0f), false);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xcms.h 88 unsigned short green; /* scaled from 0x0000 to 0xffff */ member in struct:__anon20054
97 XcmsFloat green; /* 0.0 - 1.0 */ member in struct:__anon20055
  /external/libpng/
pngrtran.c 500 int g = (palette[i].green >> (8 - PNG_DITHER_GREEN_BITS));
677 double green)
683 green > 21474.83647 || green < -21474.83648)
692 green_fixed = (int)((float)green*100000.0 + 0.5);
700 png_fixed_point red, png_fixed_point green)
729 if (red < 0 || green < 0)
734 else if (red + green < 100000L)
737 green_int = (png_uint_16)(((png_uint_32)green*32768L)/100000L);
815 png_ptr->background.red == png_ptr->background.green &
2360 png_byte green = png_ptr->gamma_to_1[*(sp++)]; local
2380 png_byte green = *(sp++); local
2403 png_uint_16 red, green, blue, w; local
2438 png_uint_16 red, green, blue, gray16; local
2465 png_byte green = png_ptr->gamma_to_1[*(sp++)]; local
2482 png_byte green = *(sp++); local
2501 png_uint_16 red, green, blue, w; local
2538 png_uint_16 red, green, blue, gray16; local
3993 png_byte green = trans_value->green & 0xff; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 476 int g = (palette[i].green >> (8 - PNG_DITHER_GREEN_BITS));
644 double green)
647 int green_fixed = (int)((float)green*100000.0 + 0.5);
655 png_fixed_point red, png_fixed_point green)
678 if(red < 0 || green < 0)
683 else if(red + green < 100000L)
686 green_int = (png_uint_16)(((png_uint_32)green*32768L)/100000L);
757 png_ptr->background.red == png_ptr->background.green &&
775 png_ptr->background.red = png_ptr->background.green
780 png_ptr->trans_values.red = png_ptr->trans_values.green
2255 png_byte green = png_ptr->gamma_to_1[*(sp++)]; local
2275 png_byte green = *(sp++); local
2298 png_uint_16 red, green, blue, w; local
2332 png_uint_16 red, green, blue, gray16; local
2359 png_byte green = png_ptr->gamma_to_1[*(sp++)]; local
2376 png_byte green = *(sp++); local
2395 png_uint_16 red, green, blue, w; local
2431 png_uint_16 red, green, blue, gray16; local
3853 png_byte green = trans_value->green & 0xff; local
    [all...]
  /external/quake/quake/src/QW/client/
gl_warp.c 532 unsigned char red,green,blue,alphabyte; local
537 green = getc(fin);
540 *pixbuf++ = green;
546 green = getc(fin);
550 *pixbuf++ = green;
559 unsigned char red,green,blue,alphabyte,packetHeader,packetSize,j; local
569 green = getc(fin);
575 green = getc(fin);
583 *pixbuf++=green;
602 green = getc(fin)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 581 unsigned char red,green,blue,alphabyte; local
586 green = getc(fin);
589 *pixbuf++ = green;
595 green = getc(fin);
599 *pixbuf++ = green;
608 unsigned char red,green,blue,alphabyte,packetHeader,packetSize,j; local
618 green = getc(fin);
624 green = getc(fin);
632 *pixbuf++=green;
651 green = getc(fin)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 1234 final int green = 0xff; local
1251 final int green = 0x33; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fb.h 217 struct fb_bitfield green; member in struct:fb_var_screeninfo
247 __u16 *green; member in struct:fb_cmap
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectOutputStreamTest.java 467 red, blue, green enum constant in enum:ObjectOutputStreamTest.WriteReplaceObject.Color
    [all...]
  /external/bison/src/
vcg.h 31 green = 3, enumerator in enum:color
483 index 2, green has index 3, etc.
655 values for the red/green/blue-part. Each integer is between 0 (off) and
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 116 unsigned char green; /* 0 .. 255 */ member in struct:_D3DRMPALETTEENTRY
139 the red, green and blue parts of a
142 red, green and blue elements in the
145 green and blue, so the masks should
276 D3DVALUE green,
283 D3DVALUE green,
293 * Get the green component of a color.
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 116 unsigned char green; /* 0 .. 255 */ member in struct:_D3DRMPALETTEENTRY
139 the red, green and blue parts of a
142 red, green and blue elements in the
145 green and blue, so the masks should
276 D3DVALUE green,
283 D3DVALUE green,
293 * Get the green component of a color.
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 82 float green; member in struct:gl::Color
233 void setClearColor(float red, float green, float blue, float alpha);
257 void setBlendColor(float red, float green, float blue, float alpha);
298 void setColorMask(bool red, bool green, bool blue, bool alpha);

Completed in 390 milliseconds

1 23 4 5