Home
last modified time | relevance | path

Searched refs:win_colormap (Results 1 – 11 of 11) sorted by relevance

/dports/cad/sp2sp/gwave2-20090213/src/
H A Ddraw.c217 if(!gdk_color_alloc(win_colormap, in vw_wp_visit_draw()
545 if(win_colormap == NULL) in alloc_colors()
546 win_colormap = gdk_window_get_colormap(widget->window); in alloc_colors()
550 gdk_color_alloc(win_colormap, &bg_gdk_color); in alloc_colors()
568 if(!gdk_colormap_alloc_color(win_colormap, &csp->gdk_color, FALSE, TRUE)) { in alloc_colors()
593 gdk_colormap_alloc_color(win_colormap, &pg_gdk_color, FALSE, TRUE); in alloc_colors()
602 gdk_colormap_alloc_color(win_colormap, &hl_gdk_color, FALSE, TRUE); in alloc_colors()
H A Dgwave.c76 GdkColormap *win_colormap; /* colormap for main waveform window */ variable
H A Devent.c183 gdk_color_alloc(win_colormap, &sr->gdk_color); in draw_srange()
463 gdk_color_alloc(win_colormap, &vw->label->style->fg[GTK_STATE_NORMAL]); in vw_wp_setup_gc()
H A Dgwave.h133 extern GdkColormap *win_colormap; /* colormap for main waveform window */
/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dxcb.c187 xcb_colormap_t win_colormap = xcb_generate_id(conn); in open_fullscreen_window() local
188 xcb_create_colormap(conn, XCB_COLORMAP_ALLOC_NONE, win_colormap, scr->root, visual); in open_fullscreen_window()
207 values[4] = win_colormap; in open_fullscreen_window()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dx.c135 xcb_colormap_t win_colormap; in x_con_init() local
138 win_colormap = xcb_generate_id(conn); in x_con_init()
139 xcb_create_colormap(conn, XCB_COLORMAP_ALLOC_NONE, win_colormap, root, visual); in x_con_init()
140 con->colormap = win_colormap; in x_con_init()
143 win_colormap = colormap; in x_con_init()
166 values[4] = win_colormap; in x_con_init()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dx.c135 xcb_colormap_t win_colormap; in x_con_init() local
138 win_colormap = xcb_generate_id(conn); in x_con_init()
139 xcb_create_colormap(conn, XCB_COLORMAP_ALLOC_NONE, win_colormap, root, visual); in x_con_init()
140 con->colormap = win_colormap; in x_con_init()
143 win_colormap = colormap; in x_con_init()
166 values[4] = win_colormap; in x_con_init()
/dports/japanese/today/ja-today-2.12_2/
H A Dmain.c25 int win_colormap[MAX_COLORMAP] = { variable
185 …{ "colormap", VAR_DIMINT, { (void *)MAX_COLORMAP }, { win_colormap }, …
H A Dpropshet.c1149 if (SelectColorMapNo(hDlg, ghInstance, &col, win_colormap, MAX_COLORMAP) == TRUE) { in screenTabProc()
1166 hBrush = CreateSolidBrush(RGB2PALETTERGB(win_colormap[col])); in screenTabProc()
1176 hBrush = CreateSolidBrush(RGB2PALETTERGB(win_colormap[idCtrl - IDC_SCRN_DRAW_S00])); in screenTabProc()
1186 fc = RGB2PALETTERGB(win_colormap[fc]); in screenTabProc()
1192 bc = RGB2PALETTERGB(win_colormap[bc]); in screenTabProc()
H A Dtodayfw.c501 SetTextColor(ps.hdc, RGB2PALETTERGB(win_colormap[MASK_COL_FG(et->attr)])); in drawScreen()
502 SetBkColor(ps.hdc, RGB2PALETTERGB(win_colormap[MASK_COL_BG(et->attr)])); in drawScreen()
1243 brushBgNew = CreateSolidBrush(RGB2PALETTERGB(win_colormap[MASK_COL_BG(win_default_color)]));
H A Dextern.h584 extern int win_colormap[MAX_COLORMAP]; /* ���� RGB �� */