Home
last modified time | relevance | path

Searched refs:c_fg (Results 1 – 22 of 22) sorted by relevance

/dports/mail/exmh2/exmh-2.9.0/lib/
H A DfdispColor.tcl67 $canvas itemconfigure text -fill $fdisp(c_fg)
69 -outline $fdisp(c_fg) -width 1 -stipple {}
70 $canvas itemconfigure bitmap -foreground $fdisp(c_fg) \
111 $canvas itemconfigure text -fill $fdisp(c_fg)
113 -outline $fdisp(c_fg) -width 1 -stipple {}
114 $canvas itemconfigure bitmap -foreground $fdisp(c_fg) \
H A Dfdisp.tcl98 Preferences_Resource fdisp(c_fg) c_foreground black
104 Preferences_Resource fdisp(c_movedFg) c_movedFg $fdisp(c_fg)
563 -fill $fdisp(c_fg) -tags $tag]
H A DfdispPopup.tcl239 $px5 $py5 $px6 $py6 -fill $fdisp(c_fg)]
/dports/audio/deadbeef-waveform-seekbar-plugin/ddb_waveform_seekbar-0402f6d/
H A Dwaveform.h47 COLOUR c_fg, c_rms, c_bg; member
H A Dwaveform.c453 color_fg = render.c_fg; in waveform_draw()
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/rtk/
H A Dcommon.h150 float c_fg[4]; in interpolate_fg_bg() local
151 get_color_from_theme (0, c_fg); in interpolate_fg_bg()
153 interpolate_hue (c, c_fg, c_bg, fract); in interpolate_fg_bg()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/rtk/
H A Dcommon.h154 float c_fg[4]; in interpolate_fg_bg() local
155 get_color_from_theme (0, c_fg); in interpolate_fg_bg()
157 interpolate_hue (c, c_fg, c_bg, fract); in interpolate_fg_bg()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/gui/
H A Dsurmeter.c59 float c_fg[4]; member
314 write_text_full (cr, txt, ui->font[FONT_S10], 0, .5 + ypos * rad / sc, M_PI, -2, ui->c_fg); \ in draw_grid()
379 write_text_full (cr, "-1", ui->font[FONT_S10], 8. / sc , ui->cor_h * .5 / sc, 0, 3, ui->c_fg); in draw_cor_bg()
380 …ull (cr, "0", ui->font[FONT_S10], rintf(ui->cor_w *.5 / sc), ui->cor_h * .5 / sc, 0, 2, ui->c_fg); in draw_cor_bg()
381 …t_full (cr, "+1", ui->font[FONT_S10], (ui->cor_w - 8.f) / sc, ui->cor_h * .5 / sc, 0, 1, ui->c_fg); in draw_cor_bg()
670 get_color_from_theme(0, ui->c_fg); in instantiate()
H A Dphasewheel.c169 float c_fg[4]; member
344 CairoSetSouerceRGBA(ui->c_fg); \ in m2_create_surfaces()
356 AMPLABEL(-40, 40., 80., 30.5); write_text_full(cr, "-40", ui->font[0], xlp, ylp, 0, 2, ui->c_fg); in m2_create_surfaces()
364 AMPLABEL( 40, 40., 80., 30.5); write_text_full(cr, "+40", ui->font[0], xlp, ylp, 0, 2, ui->c_fg); \ in m2_create_surfaces()
1052 get_color_from_theme(0, ui->c_fg); in toplevel()
H A Dstereoscope.c113 float c_fg[4];
537 get_color_from_theme(0, ui->c_fg);
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/
H A Dvterm.go477 c_fg := C.VTermColor{}
479 C.vterm_state_get_default_colors(s.state, &c_fg, &c_bg)
480 fg = VTermColor{c_fg}
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dgwx_dialog.c702 Pixel c_fg = 0l, c_bg = 0l, c_highlight = 0l, c_shade = 0l; in GWXButtonDraw() local
726 c_fg = btn->color_fg; in GWXButtonDraw()
732 c_fg = btn->color_fg; in GWXButtonDraw()
738 c_fg = btn->color_fg; in GWXButtonDraw()
803 GWX_WIDGET_SENSITIVE(btn) ? c_fg : btn->color_fg in GWXButtonDraw()
1505 Pixel c_fg, c_bg, c_highlight, c_shade; in GWXDialogDraw() local
1540 c_fg = md->color_fg; in GWXDialogDraw()
1597 XSetForeground(dpy, gc, c_fg); in GWXDialogDraw()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmForm/
H A DFvwmForm.h222 enum { c_bg, c_fg, c_item_bg, c_item_fg, c_itemlo, c_itemhi }; enumerator
H A DFvwmForm.c494 if (color_names[c_fg]) in ct_Fore()
495 free(color_names[c_fg]); in ct_Fore()
496 color_names[c_fg] = safestrdup(cp); in ct_Fore()
498 myfprintf((stderr, "ColorFore: %s\n", color_names[c_fg])); in ct_Fore()
687 dt->dt_colors[c_fg] = (colorset < 0) in CheckAlloc()
688 ? GetColor(dt->dt_color_names[c_fg]) in CheckAlloc()
693 xgcv.foreground = dt->dt_colors[c_fg]; in CheckAlloc()
750 match_text_fore = color_names[c_fg]; in AssignDrawTable()
775 if ((strcasecmp(match_text_fore,find_dt->dt_color_names[c_fg]) == 0) && in AssignDrawTable()
797 new_dt->dt_color_names[c_fg] = safestrdup(match_text_fore); in AssignDrawTable()
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmForm/
H A DFvwmForm.h222 enum { c_bg, c_fg, c_item_bg, c_item_fg, c_itemlo, c_itemhi }; enumerator
H A DFvwmForm.c479 if (color_names[c_fg]) in ct_Fore()
480 free(color_names[c_fg]); in ct_Fore()
481 color_names[c_fg] = fxstrdup(cp); in ct_Fore()
483 myfprintf((stderr, "ColorFore: %s\n", color_names[c_fg])); in ct_Fore()
672 dt->dt_colors[c_fg] = (colorset < 0) in CheckAlloc()
673 ? GetColor(dt->dt_color_names[c_fg]) in CheckAlloc()
678 xgcv.foreground = dt->dt_colors[c_fg]; in CheckAlloc()
735 match_text_fore = color_names[c_fg]; in AssignDrawTable()
760 if ((strcasecmp(match_text_fore,find_dt->dt_color_names[c_fg]) == 0) && in AssignDrawTable()
782 new_dt->dt_color_names[c_fg] = fxstrdup(match_text_fore); in AssignDrawTable()
[all …]
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Ddrawutils.py222 for cname, c1, c2, c_spiral, c_fg, in fx:
226 fgcol = c_fg
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/console/
H A Dsticore.c63 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] macro
145 .fg_color = c_fg(sti, c), in sti_putc()
203 .fg_color = c_fg(sti, c), in sti_clear()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/console/
H A Dsticore.c63 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] macro
145 .fg_color = c_fg(sti, c), in sti_putc()
203 .fg_color = c_fg(sti, c), in sti_clear()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/console/
H A Dsticore.c63 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] macro
145 .fg_color = c_fg(sti, c), in sti_putc()
203 .fg_color = c_fg(sti, c), in sti_clear()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/stepseq.lv2/gui/
H A Dstepseq.c281 float c_fg[4]; get_color_from_theme(0, c_fg); in draw_swing_text() local
285 CairoSetSouerceRGBA(c_fg); in draw_swing_text()
/dports/archivers/upx/upx-3.96/src/
H A Dui.cpp71 int c_fg; member