Home
last modified time | relevance | path

Searched defs:colpad (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/py-pyglet150/pyglet-1.5.0/tests/integration/image/
H A Dtest_imagegrid.py14 def set_grid_image(self, itemwidth, itemheight, rows, cols, rowpad, colpad): argument
H A Dtest_texture3d.py25 def set_grid_image(self, itemwidth, itemheight, rows, cols, rowpad, colpad): argument
/dports/graphics/py-pyglet/pyglet-1.5.21/tests/integration/image/
H A Dtest_imagegrid.py14 def set_grid_image(self, itemwidth, itemheight, rows, cols, rowpad, colpad): argument
H A Dtest_texture3d.py25 def set_grid_image(self, itemwidth, itemheight, rows, cols, rowpad, colpad): argument
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/lrf/html/
H A Dtable.py210 def __init__(self, conv, row, css, colpad): argument
276 def __init__(self, conv, table, css, rowpad=10, colpad=10): argument
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_cmp.c359 char colpad[80]; in cmd_cmp_disasm() local