Home
last modified time | relevance | path

Searched refs:gra_penCurs (Results 1 – 3 of 3) sorted by relevance

/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphpccode.cpp274 static HCURSOR gra_penCurs; /* a "draw with pen" cursor */ variable
484 gra_penCurs = gra_app.LoadCursor(IDC_CURSORPEN); in initgraphics()
485 if (gra_penCurs == 0) gra_penCurs = gra_normalCurs; in initgraphics()
2608 case PENCURSOR: SetCursor(gra_penCurs); break; in setdefaultcursortype()
H A DgraphmacX.c217 static CursHandle gra_penCurs; /* a "draw with pen" cursor */ variable
581 gra_penCurs = GetCursor(penCURSOR); in initgraphics()
3054 if (gra_penCurs != 0L) SetCursor(&(**gra_penCurs)); else in setdefaultcursortype()
H A Dgraphmac.c222 static CursHandle gra_penCurs; /* a "draw with pen" cursor */ variable
607 gra_penCurs = GetCursor(penCURSOR); in initgraphics()
3210 if (gra_penCurs != 0L) SetCursor(&(**gra_penCurs)); else in setdefaultcursortype()