Searched refs:gcMask (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/pixmap/
H A DpixmapUnix.c171 unsigned int gcMask; local
206 gcMask = GCGraphicsExposures|GCClipMask;
208 gcMask = GCGraphicsExposures;
213 gc = Tk_GetGC(instancePtr->tkwin, gcMask, &gcValues);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c1195 unsigned long gcMask; local
1424 gcMask = GCForeground | GCFont | GCGraphicsExposures;
1427 tree->textGC = Tk_GetGC(tree->tkwin, gcMask, &gcValues);
1433 gcMask = GCFunction | GCGraphicsExposures;
1434 tree->copyGC = Tk_GetGC(tree->tkwin, gcMask, &gcValues);
1445 gcMask = GCForeground | GCLineWidth;
1446 tree->buttonGC = Tk_GetGC(tree->tkwin, gcMask, &gcValues);
1457 gcMask = GCForeground | GCLineWidth;
1458 tree->lineGC = Tk_GetGC(tree->tkwin, gcMask, &gcValues);
1530 unsigned long gcMask; local
[all...]
H A DtkTreeTheme.c2012 unsigned long gcMask; local
2044 gcMask = GCForeground | GCLineWidth;
2045 buttonGC = Tk_GetGC(tkwin, gcMask, &gcValues);
H A DtkTreeElem.c3174 unsigned long gcMask = 0; local
3178 gcMask |= GCForeground;
3182 gcMask |= GCFont;
3184 gcMask |= GCGraphicsExposures;
3185 gc = Tree_GetGC(tree, gcMask, &gcValues);
H A DtkTreeDisplay.c4439 unsigned long gcMask;
4448 gcMask = GCFunction | GCGraphicsExposures;
4449 gc = Tree_GetGC(tree, gcMask, &gcValues);
4625 unsigned long gcMask; local
4630 gcMask = GCFunction | GCGraphicsExposures;
4631 gc = Tree_GetGC(tree, gcMask, &gcValues);
H A DtkTreeColumn.c2064 unsigned long gcMask; local
2242 gcMask = GCClipMask | GCGraphicsExposures;
2243 column->bitmapGC = Tk_GetGC(tree->tkwin, gcMask, &gcValues);
H A DtkTreeUtils.c506 unsigned long gcMask;
522 gcMask = GCFunction;
523 gc = Tree_GetGC(tree, gcMask, &gcValues);

Completed in 326 milliseconds