/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 186 values.put(Calendar.Calendars.COLOR, -14069085 /* blue */);
|
/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...] |
SDL_opengl.h | [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...] |
SDL_opengl.h | [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...] |
/prebuilt/windows/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...] |
SDL_opengl.h | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/ |
ResourcesDescriptors.java | 74 "A @color@ value specifies an RGB value with an alpha channel, which can be used in various places such as specifying a solid color for a Drawable or the color to use for text. It always begins with a # character and then is followed by the alpha-red-green-blue information in one of the following formats: #RGB, #ARGB, #RRGGBB or #AARRGGBB.",
|
/sdk/traceview/src/com/android/traceview/ |
ProfileProvider.java | 194 colorParentsBack = new Color(display, 230, 230, 255); // blue
|
/system/core/include/pixelflinger/ |
pixelflinger.h | 278 GGLboolean blue,
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_opengl.h | [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-core.css | 184 hr.blue { 388 #mainBodyLeft p.blue {
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GridViewTest.java | 891 R.drawable.blue, R.drawable.red, 893 R.drawable.blue, R.drawable.failed,
|
/development/pdk/pndk/ |
Android_PNDK_README.html | 144 .editor .writely-comment-blue { 148 .editor .writely-comment-blue-hover {
|
/external/bison/src/ |
vcg.c | 219 case blue: return "blue";
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3dtypes.h | 55 * | alpha | red | green | blue |
77 * | ignored | red | green | blue |
|
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | 659 uchar blue; /* Blue component of color */
member in struct:__anon5186 661 uchar red; /* Blue component of color */
676 m_int bluePos,blueAdjust; /* Blue position and adjustment */
826 char blueMaskSize; /* Size of direct color blue mask */
827 char blueFieldPosition; /* Bit posn of lsb of blue mask */
[all...] |
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DTYPES.H | 55 * | alpha | red | green | blue |
77 * | ignored | red | green | blue |
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | 659 uchar blue; /* Blue component of color */
member in struct:__anon5485 661 uchar red; /* Blue component of color */
676 m_int bluePos,blueAdjust; /* Blue position and adjustment */
826 char blueMaskSize; /* Size of direct color blue mask */
827 char blueFieldPosition; /* Bit posn of lsb of blue mask */
[all...] |
/external/quake/quake/src/WinQuake/ |
vid_ext.cpp | 570 printf(" blue width = %d\n", modeinfo.blue_width);
571 printf(" blue pos = %d\n", modeinfo.blue_pos);
|
/external/skia/src/xml/ |
SkParseColor.cpp | 53 { "blue", 0x0000FF }, 242 0x89952800, 0x000000ff, // blue
|
/external/webkit/WebCore/inspector/front-end/ |
Color.js | 376 "0000FF": [[0, 0, 255], [240, 100, 50], "blue"], 523 "blue": "0000FF",
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumWin.cpp | 209 // styling to give it a blue border. 217 return Color(0x00, 0x00, 0xff); // Royal blue.
|
/frameworks/base/libs/surfaceflinger/ |
LayerBase.cpp | 364 GLclampx green, GLclampx blue, 369 glColor4x(red,green,blue,alpha);
|