/external/dbus/ |
HACKING | 231 Hult, Owen Fraser-Green, Olivier Andrieu, Colin Walters, Thiago
|
/external/libffi/src/frv/ |
ffi.c | 2 ffi.c - Copyright (C) 2004 Anthony Green
|
/external/libpng/ |
libpng.3 | [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 381 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue); 384 * Set the gamma translation table for the red, green, and blue channels 395 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); 406 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); [all...] |
/external/quake/quake/src/QW/client/ |
gl_model.h | 340 #define EF_TRACER 16 // green split trail
|
model.h | 306 #define EF_TRACER 16 // green split trail
|
/external/quake/quake/src/QW/ |
qwchangelog.txt | 135 slime green.
|
/external/quake/quake/src/WinQuake/ |
gl_model.h | 337 #define EF_TRACER 16 // green split trail
|
model.h | 295 #define EF_TRACER 16 // green split trail
|
/external/webkit/WebCore/inspector/front-end/ |
audits.css | 83 #audit-result-view > .pane img.score.green {
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.cpp | 258 setDebugBorder(Color(0, 255, 0, 204), 2.0f); // tiled layer: green
|
/external/webkit/WebCore/rendering/ |
FixedTableLayout.cpp | 218 <table style="width:100%; background-color:green; table-layout:fixed"><tr><td>
|
RenderMediaControlsChromium.cpp | 138 gradient->addColorStop(1.0, Color(startColor.red() / 2, startColor.green() / 2, startColor.blue() / 2, startColor.alpha()));
|
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
download.py | 219 long_help = """Checks to make sure builders are green.
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
radiotap.c | 4 * Copyright 2007 Andy Green <andy@warmcat.com>
|
/frameworks/base/core/java/android/app/ |
ExpandableListActivity.java | 61 * with a green background, and an alternate red "no data" message.
|
ListActivity.java | 52 * with a green background, and an alternate red "no data" message.
|
/frameworks/base/core/jni/ |
android_opengl_GLES20.cpp | 236 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */ 239 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) { 242 (GLclampf)green, 356 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */ 359 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) { 362 (GLclampf)green, 386 /* void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) */ 389 (JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) { 392 (GLboolean)green, [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListFilter.java | 117 "Gornyaltajski", "Gospel Green", "Gouda", "Goutu", "Gowrie", "Grabetto", "Graddost",
|
/frameworks/base/docs/html/guide/topics/resources/ |
color-list-resource.jd | 90 Alpha-Red-Green-Blue information in one of the following formats:</p>
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11.java | 190 byte green,
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
IconLoader.java | 67 // CLUT entry size, {Red, Green, Black}
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 381 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue); 384 * Set the gamma translation table for the red, green, and blue channels 395 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); 406 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 381 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue); 384 * Set the gamma translation table for the red, green, and blue channels 395 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); 406 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 385 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue); 388 * Set the gamma translation table for the red, green, and blue channels 399 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); 410 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); [all...] |