HomeSort by relevance Sort by last modified time
    Searched refs:Red (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/WebCore/platform/graphics/wx/
ColorWx.cpp 36 m_color = makeRGBA((int)color.Red(), (int)color.Green(), (int)color.Blue(), (int)color.Alpha());
41 return wxColour(red(), green(), blue(), alpha());
PenWx.cpp 67 setColor(Color(color.Red(), color.Green(), color.Blue()));
74 return wxPen(wxColour(m_color.red(), m_color.blue(), m_color.green()), width(), penStyleToWxPenStyle(style()));
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 45 Red, Green, Blue {};
124 enumEmptyMap.put(Color.Red, 2);
136 enumSizeMap.put(Color.Red, 2);
148 enumSizeMap.put(Color.Red, 2);
183 assertNull("Constructor fails", enumMap.get(Color.Red));
184 enumMap.put(Color.Red, 1);
185 assertEquals("Wrong value", 1, enumMap.get(Color.Red));
238 assertNull("Constructor fails", enumMap.get(Color.Red));
239 enumMap.put(Color.Red, 1);
240 assertEquals("Wrong value", 1, enumMap.get(Color.Red));
    [all...]
  /external/webkit/WebCore/platform/image-decoders/wx/
ImageDecoderWx.cpp 57 p.Red() = bytes[i + 2];
  /external/giflib/
gifalloc.c 110 Object->Colors[i + j].Red,
158 while (ColorIn1->Colors[CrntSlot - 1].Red == 0
201 Map[j].Red = Map[j].Green = Map[j].Blue = 0;
gif_lib.h 69 GifByteType Red, Green, Blue;
dgif_lib.c 273 GifFile->SColorMap->Colors[i].Red = Buf[0];
374 GifFile->Image.ColorMap->Colors[i].Red = Buf[0];
    [all...]
  /external/elfutils/config/
Makefile 106 PACKAGE_NAME = Red Hat elfutils
107 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/doc/
Makefile 104 PACKAGE_NAME = Red Hat elfutils
105 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/m4/
Makefile 104 PACKAGE_NAME = Red Hat elfutils
105 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 229 cmap->Colors[index].Red,
SkMovie_gif.cpp 173 colorPtr[index] = SkPackARGB32(0xFF, cmap->Colors[index].Red,
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 213 cairo_set_source_rgba(cr, color.Red()/255.0, color.Green()/255.0, color.Blue()/255.0, color.Alpha()/255.0);
  /external/elfutils/lib/
Makefile 127 PACKAGE_NAME = Red Hat elfutils
128 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/libcpu/
Makefile 123 PACKAGE_NAME = Red Hat elfutils
124 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/
config.status 262 This file was extended by Red Hat elfutils $as_me 0.97, which was
305 Red Hat elfutils config.status 0.97
479 s,@PACKAGE_NAME@,Red Hat elfutils,;t t
482 s,@PACKAGE_STRING@,Red Hat elfutils 0.97,;t t
891 ${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"Red Hat elfutils"${ac_dD}
894 ${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"Red Hat elfutils 0.97"${ac_dD}
916 ${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}"Red Hat elfutils"${ac_uD}
919 ${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"Red Hat elfutils 0.97"${ac_uD}
    [all...]
configure 4 # Generated by GNU Autoconf 2.59 for Red Hat elfutils 0.97.
12 # Copyright (C) 1996-2003, 2004 Red Hat, Inc.
273 PACKAGE_NAME='Red Hat elfutils'
276 PACKAGE_STRING='Red Hat elfutils 0.97'
749 \`configure' configures Red Hat elfutils 0.97 to adapt to many kinds of systems.
815 short | recursive ) echo "Configuration of Red Hat elfutils 0.97:";;
947 Red Hat elfutils configure 0.97
954 Copyright (C) 1996-2003, 2004 Red Hat, Inc.
963 It was created by Red Hat elfutils $as_me 0.97, which wa
    [all...]
  /external/elfutils/tests/
run-show-die-info.sh 2 # Copyright (C) 1999, 2000, 2002, 2003, 2004 Red Hat, Inc.
36 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
60 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
84 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
    [all...]
Makefile 251 PACKAGE_NAME = Red Hat elfutils
252 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/libasm/
Makefile 160 PACKAGE_NAME = Red Hat elfutils
161 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/libdw/
Makefile 184 PACKAGE_NAME = Red Hat elfutils
185 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/libelf-po/
Makefile 78 COPYRIGHT_HOLDER = Red Hat, Inc.
  /external/elfutils/po/
Makefile 109 COPYRIGHT_HOLDER = Red Hat, Inc.
  /external/elfutils/libelf/
Makefile 200 PACKAGE_NAME = Red Hat elfutils
201 PACKAGE_STRING = Red Hat elfutils 0.97
  /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...]

Completed in 947 milliseconds

1 2