Searched refs:_drawBullet (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/ |
H A D | reportlab_paragraph.py | 540 def _drawBullet(canvas, offset, cur_y, bulletText, style): function 1542 offset = _drawBullet(canvas, offset, cur_y, bulletText, style) 1605 offset = _drawBullet(canvas, offset, cur_y, bulletText, style)
|
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/ |
H A D | paragraph.py | 1323 def _drawBullet(canvas, offset, cur_y, bulletText, style, rtl): function 2529 offset = _drawBullet(canvas,offset,cur_y,bulletText,style,rtl=bRTL) 2604 offset = _drawBullet(canvas,offset,cur_y,bulletText,style, rtl=bRTL)
|