Home
last modified time | relevance | path

Searched refs:drawRotText (Results 1 – 4 of 4) sorted by relevance

/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DXFontImp.hh51 … void drawRotText(Drawable w, int screen, GC gc, const char *text, size_t len, int x, int y) const;
H A DXFontImp.cc86 drawRotText(w.drawable(), screen, gc, text, len, x, y); in drawText()
326 void XFontImp::drawRotText(Drawable w, int screen, GC gc, const char *text, size_t len, int x, int … in drawRotText() function in FbTk::XFontImp
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DXFontImp.hh75 …void drawRotText(Drawable w, int screen, GC gc, const char* text, size_t len, int x, int y, FbTk::…
H A DXFontImp.cc100 drawRotText(w.drawable(), screen, gc, localestr.c_str(), localestr.size(), x, y, orient); in drawText()
325 void XFontImp::drawRotText(Drawable w, int screen, GC gc, const char* text, size_t len, int x, int … in drawRotText() function in FbTk::XFontImp