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

123

/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
H A Ddynamic-cast-hint.cpp47 volatile G *bg = dynamic_cast<G *>(b); local
/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,
H A Darithmode.cpp140 sk_sp<SkImageFilter> bg = local
145 std::move(bg), dstFilter, nullptr));
H A Dhsl.cpp174 SkPaint bg, fg; local
175 bg.setColor(0xff00ff00); // Fully-saturated bright green, H = 120°, S = 100%, L = 50%.
191 canvas->drawRect({20,20,80,80}, bg);
198 ref.setColor(blend(bg.getColor(), fg.getColor(), test.reference, legacy));
H A Dxfermodes3.cpp182 SkBitmap bg; variable
183 bg.allocN32Pixels(2, 2, true);
184 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
188 fBGShader = SkShader::MakeBitmapShader(bg, SkShader::kRepeat_TileMode,
/external/skia/samplecode/
H A DSampleTextBox.cpp70 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { argument
74 canvas->drawColor(bg);
/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,
H A Darithmode.cpp140 sk_sp<SkImageFilter> bg = local
145 std::move(bg), dstFilter, nullptr));
H A Dhsl.cpp174 SkPaint bg, fg; local
175 bg.setColor(0xff00ff00); // Fully-saturated bright green, H = 120°, S = 100%, L = 50%.
191 canvas->drawRect({20,20,80,80}, bg);
198 ref.setColor(blend(bg.getColor(), fg.getColor(), test.reference, legacy));
/external/skqp/samplecode/
H A DSampleTextBox.cpp68 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { argument
72 canvas->drawColor(bg);
/external/giflib/
H A Dgif_font.c211 const int bg, const int fg)
238 border + LineCount * GIF_FONT_HEIGHT + border - 1, bg);
207 GifDrawBoxedText8x8(SavedImage *Image, const int x, const int y, const char *legend, const int border, const int bg, const int fg) argument
/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/syslinux/com32/elflink/ldlinux/
H A Dcolors.c69 unsigned int fg, unsigned int bg,
90 bga = bg & 0xff000000;
91 bgh = ((bg >> 1) & 0xff000000) | 0x80000000;
98 bg_rgb = pc2rgb[bg_idx & 7] & bg;
68 set_msg_colors_global(struct color_table *tbl, unsigned int fg, unsigned int bg, enum color_table_shadow shadow) argument
H A Dmsg.c98 uint8_t bg, fg; local
101 bg = convert_to_pcdisplay[((TextAttribute >> 4) & 0x7)];
112 printf("4%dm", bg);
/external/syslinux/com32/menu/
H A Dcolors.c69 unsigned int fg, unsigned int bg,
90 bga = bg & 0xff000000;
91 bgh = ((bg >> 1) & 0xff000000) | 0x80000000;
98 bg_rgb = pc2rgb[bg_idx & 7] & bg;
68 set_msg_colors_global(struct color_table *tbl, unsigned int fg, unsigned int bg, enum color_table_shadow shadow) argument
/external/e2fsprogs/lib/ext2fs/
H A Dopenfs.c39 int bg; local
54 bg = EXT2_DESC_PER_BLOCK(fs->super) * i;
55 if (ext2fs_bg_has_super(fs, bg))
57 ret_blk = ext2fs_group_first_block2(fs, bg);
62 * metablock group. Ideally we should be testing each bg
76 if (ext2fs_bg_has_super(fs, bg + 1))
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeTraverserTest.java107 static final BinaryTree bg = new BinaryTree('g', null, null); field in class:TreeTraverserTest
108 static final BinaryTree bf = new BinaryTree('f', bg, null);
/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeTraverserTest.java109 static final BinaryTree bg = new BinaryTree('g', null, null); field in class:TreeTraverserTest
110 static final BinaryTree bf = new BinaryTree('f', bg, null);
/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/testng/src/main/java/org/testng/internal/annotations/
H A DAnnotationHelper.java62 IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeGroups.class);
69 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
72 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
86 IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(m, IBeforeGroups.class);
93 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
96 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
104 IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag,
125 if (bg != null) {
126 result.setBeforeGroups(bg.getBeforeGroups());
127 finishInitialize(result, bg);
103 createConfiguration(IConfigurationAnnotation bs, IConfigurationAnnotation as, IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag, IConfigurationAnnotation bc, IConfigurationAnnotation ac, IConfigurationAnnotation bm, IConfigurationAnnotation am) argument
[all...]

Completed in 604 milliseconds

123