Home
last modified time | relevance | path

Searched refs:tmpbrush (Results 1 – 5 of 5) sorted by relevance

/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_color_win32.cxx177 HGDIOBJ tmpbrush = GetStockObject(BLACK_BRUSH); // get a stock brush in fl_brush_action() local
178 HGDIOBJ oldbrush = SelectObject(fl_gc,tmpbrush); // load in into current context in fl_brush_action()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_color_win32.cxx168 HGDIOBJ tmpbrush = GetStockObject(BLACK_BRUSH); // get a stock brush in fl_brush_action() local
169 HGDIOBJ oldbrush = SelectObject(fl_gc,tmpbrush); // load in into current context in fl_brush_action()
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_color_win32.cxx177 HGDIOBJ tmpbrush = GetStockObject(BLACK_BRUSH); // get a stock brush in fl_brush_action() local
178 HGDIOBJ oldbrush = SelectObject(fl_gc,tmpbrush); // load in into current context in fl_brush_action()
/dports/math/giacxcas/giac-1.6.0/src/
H A DFl_GDI_Printer.cxx80 set_xmaps(tmppen, tmpbrush, savepen, brushes, fl_xmap, xmap); in set_current()
215 tmpbrush = 0; in Fl_GDI_Printer()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.c601 HBRUSH tmpbrush = CreateSolidBrush(gc->foreground); in WinFillPolygon() local
604 SelectObject(tmphdc, tmpbrush); in WinFillPolygon()
616 DeleteObject(tmpbrush); in WinFillPolygon()