Searched defs:gc1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkClassicTheme.c353 GC gc1,gc2; local
385 XDrawLine(Tk_Display(tkwin), d, gc1, b.x, y, b.x+b.width, y); ++y; local
389 XDrawLine(Tk_Display(tkwin), d, gc1, x, b.y, x, b.y+b.height); ++x; local
H A DttkLabel.c134 GC gc1, gc2; local
161 Tk_DrawTextLayout(Tk_Display(tkwin), d, gc1, local
170 Tk_UnderlineTextLayout(Tk_Display(tkwin), d, gc1, local
174 Tk_FreeGC(Tk_Display(tkwin), gc1); local

Completed in 115 milliseconds