Home
last modified time | relevance | path

Searched refs:drawWidgetRect (Results 1 – 7 of 7) sorted by relevance

/dports/games/viruskiller/viruskiller-1.03/src/
H A Dwidgets.cpp54 graphics.drawWidgetRect(x, widget->y, text->w, text->h); in drawOptions()
84 graphics.drawWidgetRect(x, widget->y, text->w, text->h); in drawOptions()
170 graphics.drawWidgetRect(widget->x, widget->y, widget->image->w, widget->image->h); in drawWidgets()
H A DCGraphics.h98 void drawWidgetRect(int x, int y, int w, int h);
H A DCGraphics.cpp812 void Graphics::drawWidgetRect(int x, int y, int w, int h) in drawWidgetRect() function in Graphics
/dports/games/blobwars/blobwars-2.00/patches/
H A Dblobwars-1.10-options.patch49 - graphics.drawWidgetRect(x, widget->y, text->w, text->h);
85 + graphics.drawWidgetRect(x, widget->y, text->w, text->h);
92 - graphics.drawWidgetRect(x, widget->y, text->w, text->h);
/dports/games/blobwars/blobwars-2.00/src/
H A Dwidgets.cpp73 graphics.drawWidgetRect(x, widget->y, text->w, text->h); in drawOptions()
239 graphics.drawWidgetRect(widget->x, widget->y, widget->image->w, widget->image->h); in drawWidgets()
H A DCGraphics.h120 void drawWidgetRect(int x, int y, int w, int h);
H A DCGraphics.cpp1016 void Graphics::drawWidgetRect(int x, int y, int w, int h) in drawWidgetRect() function in Graphics