HomeSort by relevance Sort by last modified time
    Searched refs:green (Results 376 - 400 of 585) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 612 ((float) backgroundColor->green() / 255.0) +
617 (float)backgroundColor->green() / 255.0,
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 255 paintingData.colorVector = FloatPoint3D(m_lightingColor.red(), m_lightingColor.green(), m_lightingColor.blue());
423 floatArguments.colorGreen = m_lightingColor.green();
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 230 Color shadowFillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), shadowColor.alpha() * fillColor.alpha() / 255);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 539 bool WebFrame::getDocumentBackgroundColor(double* red, double* green, double* blue, double* alpha)
560 color.getRGBA(*red, *green, *blue, *alpha);
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 27 static void Color_RGBToHSV(JNIEnv* env, jobject, int red, int green, int blue, jfloatArray hsvArray)
30 SkRGBToHSV(red, green, blue, hsv);
  /frameworks/native/opengl/libagl/
state.cpp 569 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) {
571 c->rasterizer.procs.clearColorx(c, red, green, blue, alpha);
  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 348 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) const
351 glColor4f(red,green,blue,alpha);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 66 // One perceived luminance formula is (0.299*red + 0.587*green + 0.114*blue)
98 * Converts an alpha-red-green-blue integer color into an {@link RGB} color.
111 * Converts an {@link RGB} color into a alpha-red-green-blue integer
119 return alpha << 24 | (rgb.red << 16) | (rgb.green << 8) | rgb.blue;
173 * bits of alpha, red, green and blue
194 * bits of alpha, red, green and blue
777 g.setColor(new Color(color.red, color.green, color.blue));
PreviewIconFactory.java 559 bg.red, bg.green, bg.blue,
560 fg.red, fg.green, fg.blue);
  /development/ndk/platforms/android-4/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk_unittest.cc 155 color.green,
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 176 void (* BlendColor)(GGLInterface_t * iface, GLclampf red, GLclampf green,
  /external/qemu/android/camera/
camera-format-converters.c 79 /* Extract red, green, and blue bytes from RGB565 word. */
83 /* Make 8 bits red, green, and blue, extracted from RGB565 word. */
87 /* Extract red, green, and blue bytes from RGB32 dword. */
91 /* Build RGB565 word from red, green, and blue bytes. */
93 /* Build RGB32 dword from red, green, and blue bytes. */
96 /* Extract red, green, and blue bytes from RGB565 word. */
100 /* Make 8 bits red, green, and blue, extracted from RGB565 word. */
104 /* Extract red, green, and blue bytes from RGB32 dword. */
108 /* Build RGB565 word from red, green, and blue bytes. */
110 /* Build RGB32 dword from red, green, and blue bytes. *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 49 SDL_PROC_UNUSED(void,glColor4ub,(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha))
51 SDL_PROC_UNUSED(void,glColor4ui,(GLuint red, GLuint green, GLuint blue, GLuint alpha))
53 SDL_PROC_UNUSED(void,glColor4us,(GLushort red, GLushort green, GLushort blue, GLushort alpha))
55 SDL_PROC_UNUSED(void,glColorMask,(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha))
  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 156 gradient->addColorStop(1.0, Color(startColor.red() / 2, startColor.green() / 2, startColor.blue() / 2, startColor.alpha()));
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 209 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
213 byte green,
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 190 byte green,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java 119 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.GREEN) {
120 drawHistogram(canvas, greenHistogram, Color.GREEN, PorterDuff.Mode.SCREEN);
252 int g = Color.green(pixels[index]);
330 mCurrentCurveIndex = Spline.GREEN;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]

Completed in 773 milliseconds

<<11121314151617181920>>