HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 76 - 100 of 275) sorted by null

1 2 34 5 6 7 8 91011

  /external/libpng/
pngwtran.c 241 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
242 shift_dec[channels] = bit_depth->blue;
572 png_uint_32 blue = (png_uint_32)((s2 - s1) & 0xffffL);
575 *(rp+4) = (png_byte)((blue >> 8) & 0xff);
576 *(rp+5) = (png_byte)(blue & 0xff);
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 234 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
235 shift_dec[channels] = bit_depth->blue;
562 png_uint_32 blue = (png_uint_32)((s2-s1) & 0xffffL);
565 *(rp+4) = (png_byte)((blue >> 8) & 0xff);
566 *(rp+5) = (png_byte)(blue & 0xff);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 105 public void glClearColor(float red, float green, float blue, float alpha) {
106 mgl.glClearColor(red, green, blue, alpha);
109 public void glClearColorx(int red, int green, int blue, int alpha) {
110 mgl.glClearColorx(red, green, blue, alpha);
129 public void glColor4f(float red, float green, float blue, float alpha) {
130 mgl.glColor4f(red, green, blue, alpha);
133 public void glColor4x(int red, int green, int blue, int alpha) {
134 mgl.glColor4x(red, green, blue, alpha);
137 public void glColorMask(boolean red, boolean green, boolean blue,
139 mgl.glColorMask(red, green, blue, alpha)
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 480 info_ptr->sig_bit.green, info_ptr->sig_bit.blue,
486 pos_le(info_ptr->sig_bit.blue, SK_B16_BITS)) {
517 transpColor->green >> 8, transpColor->blue >> 8);
520 transpColor->green, transpColor->blue);
610 *colorPtr++ = SkPreMultiplyARGB(*trans++, palette->red, palette->green, palette->blue);
616 *colorPtr++ = SkPackARGB32(0xFF, palette->red, palette->green, palette->blue);
    [all...]
  /frameworks/base/opengl/libagl/
dxt.cpp 54 #define blue(x) ( (x) & 0x1f) macro
237 int b0 = blue(color0);
241 int b1 = blue(color1);
367 int b0 = blue(color0);
371 int b1 = blue(color1);
524 int b0 = blue(color0);
528 int b1 = blue(color1);
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
13 void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
15 void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 469 mov bl,[esi+0] ; blue
493 mov bl,[esi+0] ; blue
557 mov bl,[esi+0] ; blue
585 mov ah,[esi+0] ; blue
606 mov ah,[esi+0] ; blue
671 mov ah,[esi+0] ; blue
699 mov bl,[esi+0] ; blue
720 mov bl,[esi+0] ; blue
782 mov bl,[esi+0] ; blue
811 mov ah,[esi+0] ; blue
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 106 public void glClearColor(float red, float green, float blue, float alpha) {
108 mgl.glClearColor(red, green, blue, alpha);
112 public void glClearColorx(int red, int green, int blue, int alpha) {
114 mgl.glClearColorx(red, green, blue, alpha);
142 public void glColor4f(float red, float green, float blue, float alpha) {
144 mgl.glColor4f(red, green, blue, alpha);
148 public void glColor4x(int red, int green, int blue, int alpha) {
150 mgl.glColor4x(red, green, blue, alpha);
154 public void glColorMask(boolean red, boolean green, boolean blue,
157 mgl.glColorMask(red, green, blue, alpha)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 108 sendNotification(2, R.drawable.blue);
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 78 // draw guide rectangle into blue channel (each segment must be completely inside this)
79 paint.setColor(Color.BLUE);
94 assertEquals(0xFF, Color.blue(pixel));
EmbossMaskFilterTest.java 97 color += Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
ColorTest.java 58 method = "blue",
62 assertEquals(0x00, Color.blue(Color.RED));
63 assertEquals(0x00, Color.blue(Color.YELLOW));
162 assertEquals(Color.BLUE, Color.parseColor("blue"));
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h 67 Uint32 blue; member in struct:ColourMasks
  /external/webkit/WebCore/platform/graphics/android/
GradientAndroid.cpp 87 F2B(iter->green), F2B(iter->blue));
  /external/webkit/WebCore/platform/graphics/cg/
GradientCG.cpp 97 colorComponents.uncheckedAppend(m_stops[i].blue);
  /hardware/msm7k/libgralloc/
framebuffer.cpp 190 info.blue.offset = 0;
191 info.blue.length = 5;
261 info.blue.offset, info.blue.length
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 217 info.blue.offset = 8;
218 info.blue.length = 8;
297 info.blue.offset, info.blue.length
  /bionic/libc/kernel/common/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /development/ndk/platforms/android-3/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 83 FNDEF(void, glClearColorx, (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha));
84 FNDEF(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha));
  /development/simulator/wrapsim/
DevFb.c 66 fbState->vinfo.blue.offset = 0;
67 fbState->vinfo.blue.length = 5;
  /external/libpng/contrib/gregbook/
rpng2-win.c 177 { 0, 0, 255}, /* 6: blue */
178 { 0, 0, 120}, /* 7: medium blue */
186 { 85, 125, 200} /* 15: ice blue */
214 {0+8, 2,0, 1,15}, /* checkered: tan/black vs. white/ice blue */
217 {0+8, 4,5, 0,6}, /* checkered: gold/yellow vs. black/blue */
218 {0, 7,0, 8,9}, /* checkered: deep blue/black vs. magenta */
221 {1, 7,0, 8,0}, /* diamonds: deep blue/black vs. magenta */
223 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */
947 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 156 int (*SetGamma)(_THIS, float red, float green, float blue);
159 int (*GetGamma)(_THIS, float *red, float *green, float *blue);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 183 int QZ_SetGamma (_THIS, float red, float green, float blue);
184 int QZ_GetGamma (_THIS, float *red, float *green, float *blue);
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 93 CGFloat blue;
95 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
96 graphicsContext.setFillColor(makeRGBA(red * 255, green * 255, blue * 255, alpha * 255), DeviceColorSpace);

Completed in 266 milliseconds

1 2 34 5 6 7 8 91011