/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Treedrawer/ |
H A D | Abstract.pm | 74 $self->_draw_text( 132 sub _draw_text { subroutine 249 $self->_draw_text( %font, 277 $self->_draw_text( %font, 343 $self->_draw_text( 434 $self->_draw_text( %font, 482 $self->_draw_text( %font,
|
H A D | Svg.pm | 183 sub _draw_text { subroutine 513 $self->_draw_text( 521 $self->_draw_text(
|
H A D | Processing.pm | 96 $self->_draw_text( 103 $self->_draw_text( 123 sub _draw_text { subroutine
|
H A D | Canvas.pm | 57 sub _draw_text { subroutine
|
H A D | Swf.pm | 191 sub _draw_text { subroutine
|
H A D | Pdf.pm | 256 sub _draw_text { subroutine
|
H A D | Png.pm | 444 sub _draw_text { subroutine
|
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/ |
H A D | sdl_fonts.h | 64 …virtual int _draw_text(SDL_Surface *s, const char *text, size_t length, int x, int y, uint32 pixel… 104 …virtual int _draw_text(SDL_Surface *s, const char *text, size_t length, int x, int y, uint32 pixel… 135 …virtual int _draw_text(SDL_Surface *s, const char *text, size_t length, int x, int y, uint32 pixel…
|
H A D | sdl_fonts.cpp | 701 …_draw_text(s, it->c_str(), it->size(), x + width + 1, y + 1, SDL_MapRGB(s->format, 0x0, 0x0, 0x0),… in draw_styled_text() 703 width += _draw_text(s, it->c_str(), it->size(), x + width, y, pixel, style, utf8); in draw_styled_text() 783 _draw_text(s, text, length, x + 1, y + 1, SDL_MapRGB(s->format, 0x0, 0x0, 0x0), style, utf8); in draw_text() 786 return _draw_text(s, text, length, x, y, pixel, style, utf8); in draw_text()
|
H A D | screen_drawing.cpp | 487 int sdl_font_info::_draw_text(SDL_Surface *s, const char *text, size_t length, int x, int y, uint32… in _draw_text() function in sdl_font_info 525 int ttf_font_info::_draw_text(SDL_Surface *s, const char *text, size_t length, int x, int y, uint32… in _draw_text() function in ttf_font_info
|
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/formatters/ |
H A D | img.py | 453 self._draw_text( 461 def _draw_text(self, pos, text, font, **kw): member in ImageFormatter 485 self._draw_text(
|
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/formatters/ |
H A D | img.py | 454 self._draw_text( 462 def _draw_text(self, pos, text, font, **kw): member in ImageFormatter 486 self._draw_text(
|
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/formatters/ |
H A D | img.py | 454 self._draw_text( 462 def _draw_text(self, pos, text, font, **kw): member in ImageFormatter 486 self._draw_text(
|
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/formatters/ |
H A D | img.py | 482 self._draw_text( 491 def _draw_text(self, pos, text, font, text_fg, text_bg): member in ImageFormatter 516 self._draw_text(
|
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/formatters/ |
H A D | img.py | 467 self._draw_text( 475 def _draw_text(self, pos, text, font, **kw): member in ImageFormatter 499 self._draw_text(
|
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/formatters/ |
H A D | img.py | 467 self._draw_text( 475 def _draw_text(self, pos, text, font, **kw): member in ImageFormatter 499 self._draw_text(
|
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/formatters/ |
H A D | img.py | 467 self._draw_text( 475 def _draw_text(self, pos, text, font, **kw): member in ImageFormatter 499 self._draw_text(
|
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/ |
H A D | tngqbox.c | 53 errtype _draw_text(TNG *ptng, char *txt, int x_coord, int y_coord); 480 _draw_text(ptng, curp->label, r.ul.x, r.ul.y+1); in tng_draw_qb_int_slot() 543 _draw_text(ptng, temp, argrect.ul.x, argrect.ul.y+1); in tng_draw_qb_int_slot() 627 _draw_text(ptng, curp->label, r.ul.x, r.ul.y+1); in tng_draw_qb_text_slot() 631 _draw_text(ptng, (char *)(curp->var),argrect.ul.x, argrect.ul.y+1); in tng_draw_qb_text_slot() 679 _draw_text(ptng, curp->label, r.ul.x, r.ul.y+1); in tng_draw_qb_bool_slot() 686 _draw_text(ptng, temp, argrect.ul.x, argrect.ul.y+1); in tng_draw_qb_bool_slot() 757 _draw_text(ptng, curp->label, r.ul.x, r.ul.y+1); in tng_draw_qb_pb_slot() 1164 errtype _draw_text(TNG *ptng, char *txt, int x_coord, int y_coord) in _draw_text() function
|
/dports/graphics/py-toyplot/toyplot-0.19.0/toyplot/ |
H A D | html.py | 435 def _draw_text( function 745 _draw_text( 1466 _draw_text( 1481 _draw_text( 1955 _draw_text( 1972 _draw_text( 2055 _draw_text( 2065 _draw_text( 2858 _draw_text( 3106 _draw_text( [all …]
|
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/completion/ |
H A D | completiondelegate.py | 121 def _draw_text(self, index): member in CompletionItemDelegate 320 self._draw_text(index)
|
/dports/german/BBBike/BBBike-3.18/lib/Tk/ |
H A D | FlatCheckbox.pm | 121 sub _draw_text { subroutine
|
/dports/misc/xosd/xosd-2.2.14/src/libxosd/ |
H A D | xosd.c | 186 _draw_text(xosd * osd, char *string, int x, int y) in _draw_text() function 226 _draw_text(osd, l->string, x + osd->shadow_offset, in draw_text() 236 _draw_text(osd, l->string, x + (j / 3 - 1) * i, in draw_text() 241 _draw_text(osd, l->string, x, y); in draw_text()
|
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/widget/ |
H A D | mLineEdit.c | 767 static void _draw_text(mLineEdit *p,mPixbuf *pixbuf) in _draw_text() function 895 _draw_text(p, pixbuf); in mLineEditDrawHandle()
|
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/widget/ |
H A D | mLineEdit.c | 767 static void _draw_text(mLineEdit *p,mPixbuf *pixbuf) in _draw_text() function 895 _draw_text(p, pixbuf); in mLineEditDrawHandle()
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/ |
H A D | dimlines.py | 316 self._draw_text(layout) 374 def _draw_text(self, layout: 'GenericLayoutType') -> None: member in LinearDimension
|