Home
last modified time | relevance | path

Searched refs:WinSetLineAttributes (Results 1 – 2 of 2) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.h272 #define XSetLineAttributes(dpy,gc,w,style,cap,join) WinSetLineAttributes(gc,w,style,cap,join)
360 void WinSetLineAttributes(GC gc, int width, int style, int cap, int join);
H A Dxcwin32.c689 void WinSetLineAttributes(GC gc, int width, int style, int capstyle, int joinstyle) in WinSetLineAttributes() function