HomeSort by relevance Sort by last modified time
    Searched refs:color (Results 401 - 425 of 1551) sorted by null

<<11121314151617181920>>

  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
s3c-fb.h 66 __u32 color; member in union:s3c_fb_win_config::__anon21576
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorPickerDialog.java 21 import android.graphics.Color;
103 int color = Color.HSVToColor(hsvo); local
104 mSelectRect.setColor(color);
112 int color = Color.HSVToColor(hsv); local
113 button.setBackgroundColor(color);
119 button.setTextColor(Color.HSVToColor(fg));
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 22 import android.graphics.Color;
64 int emptyColor = a.getColor(R.styleable.PercentageBarChart_emptyColor, Color.BLACK);
139 public void setBackgroundColor(int color) {
140 mEmptyPaint.setColor(color);
148 * @param color the color to draw the entry
150 public static Entry createEntry(int order, float percentage, int color) {
152 p.setColor(color);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
osd.h 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
43 // Sets all pixel to color 0
45 OSD_Fill, // (color)
46 // Sets all pixel to color <col>
48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
59 // data has 4 byte for each color:
61 OSD_SetTrans, // (transparency{color})
64 OSD_SetPixel, // (x0,y0,color)
105 int color; member in struct:osd_cmd_s
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
43 // Sets all pixel to color 0
45 OSD_Fill, // (color)
46 // Sets all pixel to color <col>
48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
59 // data has 4 byte for each color:
61 OSD_SetTrans, // (transparency{color})
64 OSD_SetPixel, // (x0,y0,color)
105 int color; member in struct:osd_cmd_s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
43 // Sets all pixel to color 0
45 OSD_Fill, // (color)
46 // Sets all pixel to color <col>
48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
59 // data has 4 byte for each color:
61 OSD_SetTrans, // (transparency{color})
64 OSD_SetPixel, // (x0,y0,color)
105 int color; member in struct:osd_cmd_s
    [all...]
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 36 int color, int tint) {
37 (*colors)[color] = HSLShift(
72 SkColor color = ThemeService::GetDefaultColor(it->first); local
73 theme_pack_->GetColor(it->first, &color);
74 EXPECT_EQ(it->second, color) << "Color id = " << it->first;
150 SkColor color; local
152 &color));
153 EXPECT_EQ(SK_ColorBLACK, color);
156 &color));
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLFace.java 57 // only need to do this if the color has never been set
59 while (vertex.color != null) {
66 vertex.color = c;
GLShape.java 33 public void setFaceColor(int face, GLColor color) {
34 mFaceList.get(face).setColor(color);
  /development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
LayoutTransChanging.java 86 * Custom view painted with a random background color and two different sizes which are
104 int color = 0xff << 24 | (red << 16) | local
106 setBackgroundColor(color);
  /external/blktrace/
rbtree.h 135 static inline void rb_set_color(struct rb_node *rb, int color)
137 rb->rb_parent_color = (rb->rb_parent_color & ~1) | color;
  /external/chromium/chrome/browser/extensions/
extension_browser_actions_api.cc 87 EXTENSION_FUNCTION_VALIDATE(details_->GetList("color", &list));
95 SkColor color = SkColorSetARGB(color_array[3], color_array[0], color_array[1], local
97 browser_action_->SetBadgeBackgroundColor(tab_id_, color);
  /external/chromium/chrome/browser/resources/sync_internals/
sync_node_browser.css 35 background-color: #ebeff9;
  /external/chromium/chrome/browser/ui/gtk/
constrained_html_delegate_gtk.cc 43 virtual bool GetBackgroundColor(GdkColor* color) {
44 *color = gtk_util::kGdkWhite;
  /external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc 31 virtual bool GetBackgroundColor(GdkColor* color) {
32 *color = gtk_util::kGdkWhite;
  /external/chromium/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 23 const SkColor& color)
32 label_->SetColor(color);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
prettyload.js 53 BROWSER_ACTION.setBadgeBackgroundColor({color: backgroundColor});
67 BROWSER_ACTION.setBadgeBackgroundColor({color: this.backgroundColor});
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 80 * @param color True if to clear colors (RGBA)
85 public void clearBuffers(boolean color, boolean depth, boolean stencil);
88 * Sets the background (aka clear) color.
90 * @param color The background color to set
92 public void setBackgroundColor(ColorRGBA color);
201 * set copyDepth to false to only copy the color buffers.
221 * Only color pixels are transferred, the format is BGRA with 8 bits
226 * @param byteBuf The bytebuffer to transfer color data to
ViewPort.java 53 * The background color which the color buffer is cleared to can be specified
170 * Check if color buffer clearing is enabled.
172 * @return true if color buffer clearing is enabled.
181 * Enable or disable clearing of the color buffer for this ViewPort.
183 * By default color clearing is disabled.
185 * @param clearColor Enable/disable color buffer clearing.
214 * Set the clear flags (color, depth, stencil) in one call.
216 * @param color If color buffer clearing should be enabled
    [all...]
  /external/kernel-headers/original/linux/
rbtree.h 127 static inline void rb_set_color(struct rb_node *rb, int color)
129 rb->rb_parent_color = (rb->rb_parent_color & ~1) | color;
  /external/linux-tools-perf/util/include/linux/added/
rbtree.h 133 static inline void rb_set_color(struct rb_node *rb, int color)
135 rb->rb_parent_color = (rb->rb_parent_color & ~1) | color;
  /external/llvm/utils/lit/lit/
ProgressBar.py 30 support color, except that their output will not be colored.
118 for i,color in zip(range(len(self._COLORS)), self._COLORS):
119 setattr(self, color, curses.tparm(set_fg, i) or '')
122 for i,color in zip(range(len(self._ANSICOLORS)), self._ANSICOLORS):
123 setattr(self, color, curses.tparm(set_fg_ansi, i) or '')
126 for i,color in zip(range(len(self._COLORS)), self._COLORS):
127 setattr(self, 'BG_'+color, curses.tparm(set_bg, i) or '')
130 for i,color in zip(range(len(self._ANSICOLORS)), self._ANSICOLORS):
131 setattr(self, 'BG_'+color, curses.tparm(set_bg_ansi, i) or '')
206 The progress bar is colored, if the terminal supports color
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ColorResourceLoader.java 3 import android.graphics.Color;
10 private ResourceReferenceResolver<Integer> colorResolver = new ResourceReferenceResolver<Integer>("color");
14 androidColors.put("black", Color.BLACK);
15 androidColors.put("darkgray", Color.DKGRAY);
16 androidColors.put("gray", Color.GRAY);
17 androidColors.put("lightgray", Color.LTGRAY);
18 androidColors.put("white", Color.WHITE);
19 androidColors.put("red", Color.RED);
20 androidColors.put("green", Color.GREEN);
21 androidColors.put("blue", Color.BLUE)
49 long color = Long.parseLong(rawValue.substring(1), 16); local
    [all...]
  /external/skia/gm/
imagefiltersgraph.cpp 60 SkAutoTUnref<SkImageFilter> color(SkColorFilterImageFilter::Create(cf, erode));
61 SkAutoTUnref<SkImageFilter> merge(new SkMergeImageFilter(blur, color));

Completed in 536 milliseconds

<<11121314151617181920>>