Searched refs:bg (Results 1 - 25 of 162) sorted by relevance

1234567

/external/clang/test/CodeGenCXX/
H A Dcfi-nvcall.cpp17 // CHECK-LABEL: @bg
18 // CHECK-STRICT-LABEL: @bg
19 extern "C" void bg(B *b) { function
H A D2007-04-10-PackedUnion.cpp21 XYZ bg; member in union:ABCU
H A Dstatic-init-3.cpp27 X2< B > bg = X1< X2< B > >::get(); variable
/external/python/cpython2/Lib/idlelib/
H A DaboutDialog.py23 self.bg = "#707070"
47 frameBg = Frame(frameMain, bg=self.bg)
49 labelTitle = Label(frameBg, text='IDLE', fg=self.fg, bg=self.bg,
53 #image=self.picture, bg=self.bg)
58 fg=self.fg, bg=self.bg)
61 justify=LEFT, fg=self.fg, bg
[all...]
/external/python/cpython3/Lib/idlelib/
H A Dhelp_about.py26 self.bg = "#707070"
50 frameBg = Frame(frameMain, bg=self.bg)
52 labelTitle = Label(frameBg, text='IDLE', fg=self.fg, bg=self.bg,
56 #image=self.picture, bg=self.bg)
61 fg=self.fg, bg=self.bg)
64 justify=LEFT, fg=self.fg, bg
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DProcess.h134 static const char *OutputColor(char c, bool bold, bool bg);
137 static const char *OutputBold(bool bg);
/external/harfbuzz_ng/util/
H A Dansi-print.cc162 bg (0), fg (0), unicolor (true),
177 bg = 0;
179 if (freq[bg] < freq[i])
180 bg = i;
183 if (i != bg && freq[fg] < freq[i])
185 if (fg == bg || freq[fg] == 0) {
186 fg = bg;
199 color_t bgc = color_t::from_ansi (bg);
218 unsigned int bg;
399 if (last_bg != bi.bg) {
[all...]
/external/syslinux/com32/lib/sys/
H A Dansicon_write.c115 int bg = st->bg; local
126 bg = fg & 0x07;
128 fg |= st->bg;
132 bg ^= 0x08;
137 return (bg << 4) | fg;
/external/fio/
H A Dgraph.c237 static void draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb, argument
247 range = (double) bg->ydim * 0.80; /* FIXME */
256 y2 = bg->ydim * 0.90;
436 void bar_graph_draw(struct graph *bg, cairo_t *cr) argument
446 cairo_translate(cr, bg->xoffset, bg->yoffset);
447 graph_draw_common(bg, cr, &x1, &y1, &x2, &y2);
449 nlabels = count_labels(bg);
456 mindata = find_min_data(bg);
460 maxdata = find_max_data(bg);
621 graph_title(struct graph *bg, const char *title) argument
626 graph_x_title(struct graph *bg, const char *title) argument
631 graph_y_title(struct graph *bg, const char *title) argument
636 graph_find_label(struct graph *bg, const char *label) argument
652 graph_add_label(struct graph *bg, const char *label) argument
788 graph_add_data(struct graph *bg, graph_label_t label, const double value) argument
815 graph_add_xy_data(struct graph *bg, graph_label_t label, const double x, const double y, const char *tooltip) argument
895 graph_free(struct graph *bg) argument
[all...]
/external/libvncserver/libvncclient/
H A Dhextile.c35 CARDBPP bg, fg; local
64 if (!ReadFromRFBServer(client, (char *)&bg, sizeof(bg)))
67 FillRectangle(client, x, y, w, h, bg);
/external/libpng/contrib/gregbook/
H A Drpng2-x.c169 #define alpha_composite(composite, fg, alpha, bg) { \
171 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
267 } bg[] = { variable in typeref:struct:background_pattern
286 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
478 "%s [-display xdpy] [-gamma exp] [-bgcolor bg | -bgpat pat]\n"
494 " bg \tdesired background color in 7-character hex RGB format\n"
1094 int invert_gradient2 = (bg[pat].type & 0x08);
1122 if ((bg[pat].type & 0x07) == 0) {
1123 uch r1_min = rgb[bg[pat].rgb1_min].r;
1124 uch g1_min = rgb[bg[pa
[all...]
H A Drpng2-win.c156 #define alpha_composite(composite, fg, alpha, bg) { \
158 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
241 } bg[] = { variable in typeref:struct:background_pattern
259 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
450 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
456 " bg \tdesired background color in 7-character hex RGB format\n"
847 int invert_gradient2 = (bg[pat].type & 0x08);
870 if ((bg[pat].type & 0x07) == 0) {
871 uch r1_min = rgb[bg[pat].rgb1_min].r;
872 uch g1_min = rgb[bg[pa
[all...]
/external/llvm/include/llvm/Support/
H A DProcess.h173 static const char *OutputColor(char c, bool bold, bool bg);
176 static const char *OutputBold(bool bg);
/external/python/cpython2/Demo/turtle/
H A Dtdemo_two_canvases.py13 cv1 = TK.Canvas(root, width=300, height=200, bg="#ddffff")
14 cv2 = TK.Canvas(root, width=300, height=200, bg="#ffeeee")
/external/python/cpython3/Lib/turtledemo/
H A Dtwo_canvases.py13 cv1 = TK.Canvas(root, width=300, height=200, bg="#ddffff")
14 cv2 = TK.Canvas(root, width=300, height=200, bg="#ffeeee")
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DProcess.h174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
/external/libvncserver/libvncserver/
H A Dhextile.c96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\
98 rfbBool *solid, uint##bpp##_t *bg, uint##bpp##_t *fg); \
110 uint##bpp##_t bg = 0, fg = 0, newBg, newFg; \
145 if (!validBg || (newBg != bg)) { \
147 bg = newBg; \
149 PUT_PIXEL##bpp(bg); \
170 if (!subrectEncode##bpp(cl, clientPixelData, w, h, bg, fg, mono)) { \
197 uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono) \
219 if (line[x] != bg) { \
280 data[j*w+i] = bg; \
[all...]
/external/python/cpython2/Demo/curses/
H A Drain.py32 bg = curses.COLOR_BLACK
33 curses.init_pair(1, curses.COLOR_BLUE, bg)
34 curses.init_pair(2, curses.COLOR_CYAN, bg)
/external/replicaisland/src/com/replica/replicaisland/
H A DScrollerComponent.java94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid();
95 bg.setGrid(mVertGrid);
96 background = bg;
/external/skia/gm/
H A Dcolor4f.cpp70 SkPaint bg; local
73 bg.setColor(0xFFFFFFFF);
83 surface->getCanvas()->drawPaint(bg);
H A Dxfermodes2.cpp94 SkBitmap bg; variable
95 bg.allocN32Pixels(2, 2, true);
96 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
100 fBG = SkShader::MakeBitmapShader(bg, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode,
/external/skqp/gm/
H A Dcolor4f.cpp71 SkPaint bg; local
74 bg.setColor(0xFFFFFFFF);
84 surface->getCanvas()->drawPaint(bg);
H A Dxfermodes2.cpp94 SkBitmap bg; variable
95 bg.allocN32Pixels(2, 2, true);
96 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
100 fBG = SkShader::MakeBitmapShader(bg, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode,
/external/syslinux/com32/elflink/ldlinux/
H A Dmsg.c98 uint8_t bg, fg; local
101 bg = convert_to_pcdisplay[((TextAttribute >> 4) & 0x7)];
112 printf("4%dm", bg);
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_tree.py28 self.root, bg="white", highlightthickness=0, takefocus=1)

Completed in 2888 milliseconds

1234567