Searched defs:bg (Results 1 - 10 of 10) sorted by relevance

/external/qemu/
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/e2fsprogs/lib/ext2fs/
H A Dopenfs.c34 int bg; local
42 bg = (fs->blocksize / sizeof (struct ext2_group_desc)) * i;
43 if (ext2fs_bg_has_super(fs, bg))
46 (bg * fs->super->s_blocks_per_group));
51 * metablock group. Ideally we should be testing each bg
/external/webkit/WebCore/platform/gtk/
H A DCursorGtk.cpp47 const GdkColor bg = { 65535, 65535, 65535, 65535 }; local
51 c = gdk_cursor_new_from_pixmap(source, mask, &fg, &bg, cursor.hot_x, cursor.hot_y);
/external/skia/src/views/
H A DSkListView.cpp513 SkScrollBarView(const char bg[], const char fg[]) argument
515 fBGRef = SkBitmapRef::Decode(bg, true);
/external/libpng/contrib/gregbook/
H A Drpng2-win.c128 #define alpha_composite(composite, fg, alpha, bg) { \
130 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
213 } bg[] = { variable in typeref:struct:background_pattern
231 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
432 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
441 " bg \tdesired background color in 7-character hex RGB format\n"
816 int invert_gradient2 = (bg[pat].type & 0x08);
839 if ((bg[pat].type & 0x07) == 0) {
840 uch r1_min = rgb[bg[pat].rgb1_min].r;
841 uch g1_min = rgb[bg[pa
[all...]
H A Drpng2-x.c151 #define alpha_composite(composite, fg, alpha, bg) { \
153 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
249 } bg[] = { variable in typeref:struct:background_pattern
268 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
470 "Usage: %s [-display xdpy] [-gamma exp] [-bgcolor bg | -bgpat pat]\n"
484 " bg \tdesired background color in 7-character hex RGB format\n"
1081 int invert_gradient2 = (bg[pat].type & 0x08);
1109 if ((bg[pat].type & 0x07) == 0) {
1110 uch r1_min = rgb[bg[pat].rgb1_min].r;
1111 uch g1_min = rgb[bg[pa
[all...]
/external/e2fsprogs/misc/
H A Dmke2fs.c455 struct ext2_group_desc *bg = fs->group_desc; local
459 for (i = 0; i < fs->group_desc_count; i++, bg++) {
463 if (bg->bg_free_inodes_count ==
465 bg->bg_free_inodes_count = 0;
466 bg->bg_flags |= EXT2_BG_INODE_UNINIT;
471 if (bg->bg_free_blocks_count == blks) {
472 bg->bg_free_blocks_count = 0;
473 bg->bg_flags |= EXT2_BG_BLOCK_UNINIT;
/external/webkit/WebCore/rendering/
H A DRenderBoxModelObject.cpp527 StyleImage* bg = bgLayer->image(); local
528 bool shouldPaintBackgroundImage = bg && bg->canRender(style()->effectiveZoom());
532 // If there's no bg color or image, leave it untouched to avoid affecting transparency.
606 Image* image = bg->image(clientForBackgroundImage, tileSize);
/external/kernel-headers/original/linux/
H A Dfb.h655 __u32 bg; /* background color */ member in struct:fb_tilerect
674 __u32 bg; /* background color */ member in struct:fb_tileblit
685 __u32 bg; /* background color */ member in struct:fb_tilecursor
/external/sqlite/dist/
H A Dsqlite3.c52808 } bg; member in union:vdbeExecUnion
[all...]

Completed in 396 milliseconds