Home
last modified time | relevance | path

Searched defs:DrawProxy (Results 1 – 3 of 3) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/graphics/
H A DDrawProxies.h98 struct DrawProxy { struct
110 virtual inline ~DrawProxy(){} in ~DrawProxy() argument
/dports/devel/upp/upp/uppsrc/Draw/
H A DDraw.h773 struct DrawProxy : Draw { struct
774 Draw *ptr;
776 void SetTarget(Draw *w) { ptr = w; } in SetTarget()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmProxy/
H A DFvwmProxy.c1358 static void DrawProxy(ProxyWindow *proxy) in DrawProxy() function