HomeSort by relevance Sort by last modified time
    Searched refs:fg (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/test/Sema/
ms_class_layout.cpp 47 C fg; member in struct:BaseStruct
127 // CHECK-NEXT: 16 | class C fg
156 // CHECK-NEXT: 16 | class C fg
  /external/qemu/
vnchextile.h 22 pixel_t fg = 0; local
40 fg = irow[i];
45 if (irow[i] != bg && irow[i] != fg) {
50 else if (irow[i] == fg)
64 pixel_t tmp = fg;
65 fg = bg;
75 if (n_colors < 3 && (!*has_fg || *last_fg != fg)) {
78 *last_fg = fg;
93 if (irow[i] == fg) {
174 /* we really don't have to invalidate either the bg or fg
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
mddi_console.c 135 void console_set_colors(unsigned bg, unsigned fg)
138 FGCOLOR = fg;
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 362 int fr, fg, fb, fa, br, bg, bb, ba; local
364 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
367 that->setActiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
373 int fr, fg, fb, fa, br, bg, bb, ba; local
375 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
378 that->setInactiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
384 int fr, fg, fb, fa; local
386 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, 0, 0, 0, 0, 0, 0, 0, 0))
389 that->setFocusRingColor(fr, fg, fb, fa);
395 int fr, fg, fb, fa, br, bg, bb, ba local
406 int fr, fg, fb, fa, br, bg, bb, ba; local
417 int fr, fg, fb, fa, br, bg, bb, ba; local
428 int fr, fg, fb, fa, br, bg, bb, ba; local
483 int fr, fg, fb, fa, br, bg, bb, ba; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 216 RGB fg = themeColors.getSecond(); local
218 storeBackground(imageDir, bg, fg);
288 RGB fg = themeColors.getSecond(); local
298 fg = new RGB(255, 255, 255);
300 fg = new RGB(0, 0, 0);
303 storeBackground(imageDir, bg, fg);
541 private void storeBackground(File imageDir, RGB bg, RGB fg) {
543 mForeground = fg;
548 fg.red, fg.green, fg.blue)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service_unittest.cc 67 GdkColor label_color = label_style->fg[GTK_STATE_NORMAL];
edit_search_engine_dialog.cc 54 &label_style->fg[GTK_STATE_NORMAL]);
56 &label_style->fg[GTK_STATE_INSENSITIVE]);
gtk_theme_service.cc 203 SkColor color = GdkToSkColor(&style->fg[state]);
705 GdkColor label_color = label_style->fg[GTK_STATE_NORMAL];
    [all...]
gtk_chrome_cookie_view.cc 18 &label_style->fg[GTK_STATE_NORMAL]);
20 &label_style->fg[GTK_STATE_INSENSITIVE]);
  /bootable/bootloader/legacy/include/boot/
boot.h 107 void console_set_colors(unsigned bg, unsigned fg);
  /external/chromium/webkit/glue/
webcursor_gtk.cc 32 const GdkColor fg = { 0, 0, 0, 0 }; local
38 cursor = gdk_cursor_new_from_pixmap(source, mask, &fg, &bg,
  /external/mksh/src/
misc.c 1448 * process the string available via fg (get a char)
1450 * assuming the first call to *fg gets the char di
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 100 #define alpha_composite(composite, fg, alpha, bg) { \
101 ush temp = ((ush)(fg)*(ush)(alpha) + \
rpng-x.c 106 #define alpha_composite(composite, fg, alpha, bg) { \
107 ush temp = ((ush)(fg)*(ush)(alpha) + \
817 * the first argument (== fg byte here: safe) */
rpng2-win.c 128 #define alpha_composite(composite, fg, alpha, bg) { \
129 ush temp = ((ush)(fg)*(ush)(alpha) + \
    [all...]
  /external/giflib/
gif_lib.h 331 const int border, const int bg, const int fg);
  /external/icu4c/samples/layout/
gnomelayout.cpp 256 style->fg[i] = style->white;
cgnomelayout.c 255 style->fg[i] = style->white;
  /external/qemu/distrib/libpng-1.2.19/
png.h     [all...]
  /external/kernel-headers/original/linux/
fb.h 723 __u32 fg; /* foreground color */ member in struct:fb_tilerect
742 __u32 fg; /* foreground color */ member in struct:fb_tileblit
753 __u32 fg; /* foreground color */ member in struct:fb_tilecursor
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 502 fg[] = { 0x66, 0x67, 0 }, local
522 if (u_strpbrk(testString, fg) != NULL) {
523 log_err("u_strpbrk didn't return NULL for \"fg\".\n");
549 if (u_strpbrk(testSurrogateString, fg) != NULL) {
550 log_err("u_strpbrk didn't return NULL for \"fg\".\n");
588 if (u_strcspn(testString, fg) != u_strlen(testString)) {
589 log_err("u_strcspn didn't return NULL for \"fg\".\n");
612 if (u_strcspn(testSurrogateString, fg) != u_strlen(testSurrogateString)) {
613 log_err("u_strcspn didn't return NULL for \"fg\".\n");
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 75 const GdkColor fg = { 0, 0, 0, 0 }; local
82 gdk_cursor_new_from_pixmap(source, mask, &fg, &bg, 2, 2);
    [all...]
  /external/libpng/
png.h     [all...]
  /external/skia/src/views/
SkListView.cpp 513 SkScrollBarView(const char bg[], const char fg[])
516 fFGRef = SkBitmapRef::Decode(fg, true);
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 722 return Color(gtk_widget_get_style(gtkButton())->fg[GTK_STATE_NORMAL]);
724 return Color(gtk_widget_get_style(gtkEntry())->fg[GTK_STATE_NORMAL]);
    [all...]

Completed in 1522 milliseconds

1 2