Home
last modified time | relevance | path

Searched defs:fl_draw (Results 1 – 16 of 16) sorted by relevance

/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_font.cxx73 void fl_draw(const char* str, int x, int y) { in fl_draw() function
77 void fl_draw(int angle, const char* str, int x, int y) { in fl_draw() function
90 void fl_draw(const char* str, int l, float x, float y) { in fl_draw() function
H A Dfl_draw.cxx183 void fl_draw( in fl_draw() function
375 void fl_draw( in fl_draw() function
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_font.cxx73 void fl_draw(const char* str, int x, int y) { in fl_draw() function
77 void fl_draw(int angle, const char* str, int x, int y) { in fl_draw() function
90 void fl_draw(const char* str, int l, float x, float y) { in fl_draw() function
H A Dfl_draw.cxx183 void fl_draw( in fl_draw() function
375 void fl_draw( in fl_draw() function
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_font.cxx70 void fl_draw(const char* str, int x, int y) { in fl_draw() function
74 void fl_draw(int angle, const char* str, int x, int y) { in fl_draw() function
87 void fl_draw(const char* str, int l, float x, float y) { in fl_draw() function
H A Dfl_draw.cxx145 void fl_draw( in fl_draw() function
336 void fl_draw( in fl_draw() function
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A Dfl_font.cxx54 void fl_draw(const char* str, int x, int y) { in fl_draw() function
H A Dfl_font_x.cxx254 void fl_draw(const char* str, int n, int x, int y) { in fl_draw() function
263 void fl_draw(const char* str, int n, float x, float y) { in fl_draw() function
H A Dfl_draw.cxx119 void fl_draw( in fl_draw() function
263 void fl_draw( in fl_draw() function
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A Dfl_draw.H618 inline void fl_draw(const char* str, int n, int x, int y) {fl_graphics_driver->draw(str,n,x,y); } in fl_draw() function
628 inline void fl_draw(int angle, const char* str, int n, int x, int y) {fl_graphics_driver->draw(angl… in fl_draw() function
H A Dforms.H830 inline void fl_draw() {Fl::flush();} in fl_draw() function
/dports/x11-toolkits/ntk/ntk/FL/
H A Dfl_draw.H606 inline void fl_draw(const char* str, int n, int x, int y) {fl_graphics_driver->draw(str,n,x,y); } in fl_draw() function
611 inline void fl_draw(int angle,const char* str, int n, int x, int y) {fl_graphics_driver->draw(angle… in fl_draw() function
/dports/math/giacxcas/fltk-1.3.0/FL/
H A Dfl_draw.H604 inline void fl_draw(const char* str, int n, int x, int y) {fl_graphics_driver->draw(str,n,x,y); } in fl_draw() function
609 inline void fl_draw(int angle,const char* str, int n, int x, int y) {fl_graphics_driver->draw(angle… in fl_draw() function
H A Dforms.H839 inline void fl_draw() {Fl::flush();} in fl_draw() function
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A Dforms.H838 inline void fl_draw() {Fl::flush();} in fl_draw() function
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py6260 def fl_draw(*args): function