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

1 2 3 4 5 67 8 91011

  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 140 static uint16_t make565(int red, int green, int blue)
144 ((blue >> 3) & 0x001f) );
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 145 static uint16_t make565(int red, int green, int blue)
149 ((blue >> 3) & 0x001f) );
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 37 GLColor blue = new GLColor(0, 0, one); local
114 mCubes[i + j].setFaceColor(Cube.kBack, blue);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 181 req->blue = (CARD32)(Gamma->blue * 10000.);
208 Gamma->blue = ((float)rep.blue) / 10000.;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 926 color.blue = colors->b / 255.0;
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 285 COLORREF textColor = skia::SkColorToCOLORREF(SkColorSetARGB(255, shadowColor.red(), shadowColor.green(), shadowColor.blue()));
490 COLORREF textColor = skia::SkColorToCOLORREF(SkColorSetARGB(255, shadowColor.red(), shadowColor.green(), shadowColor.blue()));
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 275 // C function void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
280 int blue,
305 // C function void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
310 int blue,
    [all...]
GLLogWrapper.java     [all...]
  /external/libpng/
pngwutil.c 618 buf[2] = pal_ptr->blue;
630 buf[2] = pal_ptr[i].blue;
885 entrybuf[2] = (png_byte)ep->blue;
893 png_save_uint_16(entrybuf + 4, ep->blue);
907 entrybuf[2] = (png_byte)ep[i].blue;
915 png_save_uint_16(entrybuf + 4, ep[i].blue);
950 sbit->blue == 0 || sbit->blue > maxbits)
957 buf[2] = sbit->blue;
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 587 buf[2] = pal_ptr->blue;
597 buf[2] = pal_ptr[i].blue;
839 entrybuf[2] = (png_byte)ep->blue;
847 png_save_uint_16(entrybuf + 4, ep->blue);
861 entrybuf[2] = (png_byte)ep[i].blue;
869 png_save_uint_16(entrybuf + 4, ep[i].blue);
903 sbit->blue == 0 || sbit->blue > maxbits)
910 buf[2] = sbit->blue;
990 png_warning(png_ptr, "Invalid cHRM blue point specified")
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 82 int b = Color.blue(c);
  /external/bison/src/
vcg.h 29 blue, enumerator in enum:color
655 values for the red/green/blue-part. Each integer is between 0 (off) and
657 colorentry 75 : 70 130 180 sets the map entry 75 to steel blue. This
    [all...]
  /external/kernel-headers/original/linux/
fb.h 229 struct fb_bitfield blue; member in struct:fb_var_screeninfo
260 __u16 *blue; member in struct:fb_cmap
463 __u16 __user *blue; member in struct:fb_cmap_user
585 unsigned blue, unsigned transp, struct fb_info *info);
    [all...]
  /external/libpng/contrib/gregbook/
writepng.c 166 background.blue = mainprog_ptr->bg_blue;
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drm.h 22 (LPDIRECT3DRMDEVICE lpDirect3DRMDev, LPVOID lpArg, DWORD dwIndex, LONG red, LONG green, LONG blue);
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRM.H 22 (LPDIRECT3DRMDEVICE lpDirect3DRMDev, LPVOID lpArg, DWORD dwIndex, LONG red, LONG green, LONG blue);
  /packages/apps/Contacts/src/com/android/contacts/
TextHighlightingAnimation.java 201 color = Color.argb(mAlpha, Color.red(color), Color.green(color), Color.blue(color));
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 369 return CreatePen(penStyle, width, RGB(col.red(), col.green(), col.blue()));
374 return CreateSolidBrush(RGB(col.red(), col.green(), col.blue()));
969 OwnPtr<HBRUSH> hbrush(CreateSolidBrush(RGB(color.red(), color.green(), color.blue())));
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 216 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
219 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
223 (GLclampf)blue,
228 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
231 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
235 (GLclampx)blue,
276 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
279 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
283 (GLfloat)blue,
288 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) *
    [all...]

Completed in 1571 milliseconds

1 2 3 4 5 67 8 91011