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

12345

/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/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.c167 #define alpha_composite(composite, fg, alpha, bg) { \
169 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
265 } bg[] = { variable in typeref:struct:background_pattern
284 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
476 "%s [-display xdpy] [-gamma exp] [-bgcolor bg | -bgpat pat]\n"
492 " bg \tdesired background color in 7-character hex RGB format\n"
1085 int invert_gradient2 = (bg[pat].type & 0x08);
1113 if ((bg[pat].type & 0x07) == 0) {
1114 uch r1_min = rgb[bg[pat].rgb1_min].r;
1115 uch g1_min = rgb[bg[pa
[all...]
H A Drpng2-win.c157 #define alpha_composite(composite, fg, alpha, bg) { \
159 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
242 } bg[] = { variable in typeref:struct:background_pattern
260 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
451 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
457 " bg \tdesired background color in 7-character hex RGB format\n"
841 int invert_gradient2 = (bg[pat].type & 0x08);
864 if ((bg[pat].type & 0x07) == 0) {
865 uch r1_min = rgb[bg[pat].rgb1_min].r;
866 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/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/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/skia/gm/
H A Dcolor4f.cpp72 SkPaint bg; local
75 bg.setColor(0xFFFFFFFF);
85 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 Dxfermodes3.cpp183 SkBitmap bg; variable
184 bg.allocN32Pixels(2, 2, true);
185 SkAutoLockPixels bgAlp(bg);
186 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
190 fBGShader = SkShader::MakeBitmapShader(bg, 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);
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/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/pdfium/core/fpdfapi/render/
H A Dcpdf_renderoptions.cpp57 int bg = FXSYS_GetGValue(m_BackColor); local
60 g = (bg - fg) * gray / 255 + fg;
/external/selinux/mcstrans/src/
H A Dmcscolor.c19 uint32_t bg; member in struct:secolor
150 static int add_secolor(int idx, char *pattern, uint32_t fg, uint32_t bg) { argument
163 cptr->color.bg = bg & 0xffffff;
217 uint32_t i, fg, bg; local
226 if (find_mnemonic(f, &fg) == 0 && find_mnemonic(b, &bg) == 0)
229 return add_secolor(i, pat, fg, bg);
334 items[i]->fg, items[i]->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/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 961 milliseconds

12345