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

123456

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dlibslang.h19 #define sltt_set_color(obj, name, fg, bg) \
20 SLtt_set_color(obj,(char *)(name), (char *)(fg), (char *)(bg))
H A Dbrowser.c476 const char *name, *fg, *bg; member in struct:ui_browser_colorset
483 .bg = "default",
489 .bg = "default",
495 .bg = "default",
501 .bg = "lightgray",
507 .bg = "default",
513 .bg = "default",
519 .bg = "blue",
530 char *fg = NULL, *bg; local
547 bg
[all...]
/external/qemu/distrib/ext4_utils/src/
H A Dallocate.h39 u32 get_free_blocks(u32 bg);
40 u32 get_free_inodes(u32 bg);
41 u32 reserve_inodes(int bg, u32 inodes);
43 u16 get_directories(int bg);
44 u16 get_bg_flags(int bg);
54 u32 block, u32 len, int bg);
H A Dallocate.c40 int bg; member in struct:region
140 reg->bg * info.blocks_per_group + reg->block,
141 reg->bg * info.blocks_per_group + reg->block + reg->len - 1,
163 reg->bg = bg_num;
169 static void allocate_bg_inode_table(struct block_group_info *bg) argument
171 if (bg->inode_table != NULL)
174 u32 block = bg->first_block + 2;
176 if (bg->has_superblock)
179 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size);
180 if (bg
207 reserve_blocks(struct block_group_info *bg, u32 start, u32 num) argument
243 free_blocks(struct block_group_info *bg, u32 num_blocks) argument
282 init_bg(struct block_group_info *bg, unsigned int i) argument
349 struct block_group_info *bg = &aux_info.bgs[bg_num]; local
526 get_free_blocks(u32 bg) argument
660 int bg = inode / info.inodes_per_group; local
698 reserve_inodes(int bg, u32 num) argument
723 unsigned int bg; local
736 get_free_inodes(u32 bg) argument
744 int bg = (inode - 1) / info.inodes_per_group; local
749 get_directories(int bg) argument
755 get_bg_flags(int bg) argument
[all...]
/external/clang/test/CodeGenCXX/
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/qemu/ui/
H A Dvnchextile.h21 pixel_t bg = 0; local
35 bg = irow[i];
39 if (irow[i] != bg) {
45 if (irow[i] != bg && irow[i] != fg) {
48 if (irow[i] == bg)
65 fg = bg;
66 bg = tmp;
69 if (!*has_bg || *last_bg != bg) {
72 *last_bg = bg;
116 if (!*has_bg || *last_bg != bg)
[all...]
/external/harfbuzz_ng/util/
H A Dansi-print.cc160 bg (0), fg (0), unicolor (true),
175 bg = 0;
177 if (freq[bg] < freq[i])
178 bg = i;
181 if (i != bg && freq[fg] < freq[i])
183 if (fg == bg || freq[fg] == 0) {
184 fg = bg;
197 color_t bgc = color_t::from_ansi (bg);
216 unsigned int bg;
396 if (last_bg != bi.bg) {
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestpalette.c74 SDL_Surface *bg = SDL_CreateRGBSurface(SDL_SWSURFACE, screen->w, screen->h, local
76 if(!bg)
81 SDL_SetColors(bg, screen->format->palette->colors, 0, 256);
84 if(SDL_LockSurface(bg) < 0)
87 Uint8 *p = (Uint8 *)bg->pixels + i * bg->pitch;
94 v += p[-bg->pitch] + 65 - startcol;
99 SDL_UnlockSurface(bg);
100 return(bg);
135 SDL_Surface *bg; local
[all...]
/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/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dnative_theme_gtk2.cc210 return GetWindowStyle()->bg[GTK_STATE_NORMAL];
214 return GetWindowStyle()->bg[GTK_STATE_NORMAL];
218 return GetEntryStyle()->bg[GTK_STATE_SELECTED];
231 return GetMenuItemStyle()->bg[GTK_STATE_SELECTED];
233 return GetMenuItemStyle()->bg[GTK_STATE_PRELIGHT];
235 return GetEntryStyle()->bg[GTK_STATE_NORMAL];
244 return GetMenuStyle()->bg[GTK_STATE_NORMAL];
252 return GetWindowStyle()->bg[GTK_STATE_NORMAL];
256 return GetButtonStyle()->bg[GTK_STATE_NORMAL];
266 return GetButtonStyle()->bg[GTK_STATE_PRELIGH
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-x.c152 #define alpha_composite(composite, fg, alpha, bg) { \
154 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
250 } bg[] = { variable in typeref:struct:background_pattern
269 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
459 "Usage: %s [-display xdpy] [-gamma exp] [-bgcolor bg | -bgpat pat]\n"
470 " bg \tdesired background color in 7-character hex RGB format\n"
1061 int invert_gradient2 = (bg[pat].type & 0x08);
1089 if ((bg[pat].type & 0x07) == 0) {
1090 uch r1_min = rgb[bg[pat].rgb1_min].r;
1091 uch g1_min = rgb[bg[pa
[all...]
H A Drpng2-win.c155 #define alpha_composite(composite, fg, alpha, bg) { \
157 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
240 } bg[] = { variable in typeref:struct:background_pattern
258 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
449 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
455 " bg \tdesired background color in 7-character hex RGB format\n"
839 int invert_gradient2 = (bg[pat].type & 0x08);
862 if ((bg[pat].type & 0x07) == 0) {
863 uch r1_min = rgb[bg[pat].rgb1_min].r;
864 uch g1_min = rgb[bg[pa
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcolor.c55 int bg = -2; local
62 /* [fg [bg]] [attr] */
84 if (bg == -2) {
85 bg = val;
96 if (attr >= 0 || fg >= 0 || bg >= 0) {
115 if (bg >= 0) {
118 if (bg < 8) {
120 *dst++ = '0' + bg;
122 dst += sprintf(dst, "48;5;%d", bg);
/external/replicaisland/src/com/replica/replicaisland/
H A DScrollerComponent.java94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid();
95 bg.setGrid(mVertGrid);
96 background = bg;
H A DDrawableFactory.java152 TiledBackgroundVertexGrid bg = (TiledBackgroundVertexGrid)entry;
153 bg.reset();
H A DLevelBuilder.java156 TiledVertexGrid bg = new TiledVertexGrid(textureLibrary.allocateTexture(tileMapIndex),
158 bg.setWorld(world);
173 width, height, bg);
/external/chromium_org/third_party/skia/gm/
H A Dxfermodes2.cpp95 SkBitmap bg; variable
96 bg.allocN32Pixels(2, 2, true);
97 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
101 fBG.reset(SkShader::CreateBitmapShader(bg,
H A Dxfermodes3.cpp193 SkBitmap bg; variable
194 bg.allocN32Pixels(2, 2, true);
195 SkAutoLockPixels bgAlp(bg);
196 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
200 fBGShader.reset(SkShader::CreateBitmapShader(bg,
/external/skia/gm/
H A Dxfermodes2.cpp95 SkBitmap bg; variable
96 bg.allocN32Pixels(2, 2, true);
97 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
101 fBG.reset(SkShader::CreateBitmapShader(bg,
H A Dxfermodes3.cpp193 SkBitmap bg; variable
194 bg.allocN32Pixels(2, 2, true);
195 SkAutoLockPixels bgAlp(bg);
196 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
200 fBGShader.reset(SkShader::CreateBitmapShader(bg,
/external/llvm/include/llvm/Support/
H A DProcess.h253 static const char *OutputColor(char c, bool bold, bool bg);
256 static const char *OutputBold(bool bg);
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DTreeToNFAConverter.g402 StateCluster bg = $b.g;
407 bg = factory.build_AlternativeBlockFromSet(bg);
409 $g = factory.build_Aoptional(bg);
419 StateCluster bg = $b.g;
422 bg = factory.build_AlternativeBlockFromSet(bg);
424 $g = factory.build_Astar(bg);
426 bg.right.setDescription("()* loopback of "+grammar.grammarTreeToString($start, false));
427 int d = grammar.assignDecisionNumber( bg
[all...]
/external/chromium_org/third_party/skia/dm/
H A DDMUtil.cpp75 br, bg, bb; local
77 unpack_565(bPixels[i], &br, &bg, &bb);
79 max = SkTMax(max, abs_diff(ag, bg));
/external/skia/dm/
H A DDMUtil.cpp75 br, bg, bb; local
77 unpack_565(bPixels[i], &br, &bg, &bb);
79 max = SkTMax(max, abs_diff(ag, bg));

Completed in 850 milliseconds

123456