Home
last modified time | relevance | path

Searched refs:cellw (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/science/pulseview/pulseview-0.4.2/pv/widgets/
H A Dwellarray.hpp74 { return cellw; } in cellWidth()
83 { if (isRightToLeft()) return ncols - (x / cellw) - 1; return x / cellw; } in columnAt()
89 { if (isRightToLeft()) return cellw * (ncols - column - 1); return cellw * column; } in columnX()
98 { return QRect(0, 0, cellw, cellh); } in cellRect()
101 { return QSize(ncols * cellw, nrows * cellh); } in gridSize()
107 r.setRect(columnX(column), rowY(row), cellw, cellh); in cellGeometry()
132 int cellw; member in pv::widgets::WellArray
/dports/www/netsurf/netsurf-3.10/frontends/atari/plot/
H A Dfont_vdi.c89 short cw, ch, cellw, cellh; in str_width() local
112 vst_point( self->vdi_handle, pxsize, &cw, &ch, &cellw, &cellh); in str_width()
120 *width = slen * cellw; in str_width()
128 short cw, ch, cellw, cellh; in str_split() local
155 vst_point( self->vdi_handle, pxsize, &cw, &ch, &cellw, &cellh); in str_split()
163 *actual_x += cellw; in str_split()
200 short cw, ch, cellw, cellh; in pixel_pos() local
224 *actual_x += cellw; in pixel_pos()
226 *actual_x -= cellw; in pixel_pos()
261 short cw, ch, cellw, cellh; in text() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3gridview.h102 int cellw; local
110 { return cellw; } in cellWidth()
119 { return x / cellw; } in columnAt()
128 { return QRect(0, 0, cellw, cellh); } in cellRect()
131 { return QSize(ncols * cellw, nrows * cellh); } in gridSize()
H A Dq3gridview.cpp101 nrows(5), ncols(5), cellw(12), cellh(12) in Q3GridView()
117 resizeContents(ncols * cellw, nrows * cellh); in updateGrid()
158 cellw = cellWidth; in setCellWidth()
188 r.setRect(cellw * column, cellh * row, cellw, cellh); in cellGeometry()
280 int colp = c * cellw; in drawContents()
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqgridview.h96 int cellw; variable
108 { return cellw; } in cellWidth()
117 { return x / cellw; } in columnAt()
126 { return QRect( 0, 0, cellw, cellh ); } in cellRect()
129 { return QSize( ncols * cellw, nrows * cellh ); } in gridSize()
/dports/x11-wm/durden/durden-0.6.1/durden/uiprim/
H A Dbuttongrid.lua75 function uiprim_buttongrid(rows, cols, cellw, cellh, xp, yp, buttons, opts)
76 if (#buttons ~= rows * cols or rows <= 0 or cols <= 0 or cellw == 0) then
101 res.anchor = null_surface(cols * cellw + bw + bw, rows * cellh + bw + bw);
111 local bg = color_surface(cellw, cellh,
148 move_image(btn, (x-1) * (xp + cellw), (y-1) * (yp + cellh));
/dports/graphics/azpainterb/azpainterb-1.1.3/src/widget/
H A DDockTexture_widget.c268 x = x / APP_DRAW->tex.cellw; in _get_texno_at_pt()
280 pt->x = x * APP_DRAW->tex.cellw; in _get_texno_at_pt()
299 box.w = APP_DRAW->tex.cellw + 1; in _draw_cursor()
481 int cellw,cellh,libno,tno,num,x,y,ix; in _liblist_draw_handle() local
484 cellw = APP_DRAW->tex.cellw; in _liblist_draw_handle()
501 x, y, cellw - 1, cellh - 1); in _liblist_draw_handle()
511 x += cellw; in _liblist_draw_handle()
521 p->xnum = wg->w / APP_DRAW->tex.cellw; in _liblist_onsize_handle()
598 p->xnum = wg->w / APP_DRAW->tex.cellw; in DockTexture_librarylist_update()
/dports/x11-wm/durden/durden-0.6.1/durden/widgets/
H A Dcolorpick.lua61 local cellw = math.ceil(w / nelem);
62 local space = active_display():active_space():preview(cellw, h, 5, 0);
65 cellw = math.ceil(w / nelem);
71 local v1 = null_surface(cellw, h);
72 local v2 = null_surface(cellw, h);
/dports/graphics/grafx2/grafx2/share/grafx2/scripts/samples/demo/brush/
H A DFindAA.lua12 cellw = 8
16 setbrushsize(cellw * 3, cellh * 3)
95 drawRectangle(x*cellw,y*cellh,cellw,cellh,q[y+1][x+1])
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DGridBagLayout.java432 int cellw = sumIntArray(layoutInfo.colWidths, in arrangeGrid() local
442 cellw -= insets.left + insets.right; in arrangeGrid()
457 dim.width = cellw; in arrangeGrid()
463 dim.width = cellw; in arrangeGrid()
474 x = cellx + (cellw - dim.width) / 2; in arrangeGrid()
478 x = cellx + (cellw - dim.width) / 2; in arrangeGrid()
486 x = cellx + cellw - dim.width; in arrangeGrid()
490 x = cellx + cellw - dim.width; in arrangeGrid()
498 x = cellx + cellw - dim.width; in arrangeGrid()
506 x = cellx + (cellw - dim.width) / 2; in arrangeGrid()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DGridBagLayout.java432 int cellw = sumIntArray(layoutInfo.colWidths, in arrangeGrid() local
442 cellw -= insets.left + insets.right; in arrangeGrid()
457 dim.width = cellw; in arrangeGrid()
463 dim.width = cellw; in arrangeGrid()
474 x = cellx + (cellw - dim.width) / 2; in arrangeGrid()
478 x = cellx + (cellw - dim.width) / 2; in arrangeGrid()
486 x = cellx + cellw - dim.width; in arrangeGrid()
490 x = cellx + cellw - dim.width; in arrangeGrid()
498 x = cellx + cellw - dim.width; in arrangeGrid()
506 x = cellx + (cellw - dim.width) / 2; in arrangeGrid()
/dports/audio/xmradio/xmradio-1.2/
H A Dlcd_net.c50 static int width, height, cellw, cellh; variable
75 cellw = 5; in lcd_net_init()
211 lcd_fieldstrength * cellw); in lcd_net_update_values()
314 cellw = atoi(tmp); in lcd_net_handle()
327 width, height, cellw, cellh); in lcd_net_handle()
/dports/devel/gitg/gitg-3.32.1/libgitg/
H A Dgitg-commit-list-view.vala49 int cellw;
51 if (!column.cell_get_position(cell, out start, out cellw))
56 if (x >= start && x <= start + cellw)
58 width = cellw;
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dtermtable.c327 for (int i = 0, cellw = 0; i < tt->nrows; i++) { in ttable_dump() local
329 cellw = 0; in ttable_dump()
330 cellw += (int)strlen(cell->text); in ttable_dump()
331 cellw += cell->style.lpad; in ttable_dump()
332 cellw += cell->style.rpad; in ttable_dump()
334 cellw += cell->style.border.left_on ? 1 : 0; in ttable_dump()
336 cellw += cell->style.border.right_on ? 1 : 0; in ttable_dump()
337 cw[j] = MAX(cw[j], cellw); in ttable_dump()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dtermtable.c327 for (int i = 0, cellw = 0; i < tt->nrows; i++) { in ttable_dump() local
329 cellw = 0; in ttable_dump()
330 cellw += (int)strlen(cell->text); in ttable_dump()
331 cellw += cell->style.lpad; in ttable_dump()
332 cellw += cell->style.rpad; in ttable_dump()
334 cellw += cell->style.border.left_on ? 1 : 0; in ttable_dump()
336 cellw += cell->style.border.right_on ? 1 : 0; in ttable_dump()
337 cw[j] = MAX(cw[j], cellw); in ttable_dump()
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c76 cellw = 24, enumerator
737 rect.x = x * (cellw + border) + pipex - 1; in animate_pulse()
793 .x = (cellw + border) * col + padding, in fill_arena_cell()
795 .w = cellw + 2 * border, in fill_arena_cell()
827 rect.x += cellw + border; in arena_update()
877 rect.w = cellw - 10; in arena_update()
1026 pipex = cellw / 2 - pipet / 2; in init_tileimg()
1027 pipey = cellw / 2 - pipet / 2; in init_tileimg()
1028 pipew = cellw / 2 + pipet / 2; in init_tileimg()
1034 .w = cellw, in init_tileimg()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/text/tabwriter/
H A Dtabwriter.go252 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
259 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
260 n := cellw - textw // amount of padding
269 b.writeN(b.padbytes[0:], cellw-textw)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/text/tabwriter/
H A Dtabwriter.go237 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
244 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
245 n := cellw - textw // amount of padding
254 b.writeN(b.padbytes[0:], cellw-textw)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/text/tabwriter/
H A Dtabwriter.go237 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
244 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
245 n := cellw - textw // amount of padding
254 b.writeN(b.padbytes[0:], cellw-textw)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/text/tabwriter/
H A Dtabwriter.go252 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
259 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
260 n := cellw - textw // amount of padding
269 b.writeN(b.padbytes[0:], cellw-textw)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/text/tabwriter/
H A Dtabwriter.go252 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
259 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
260 n := cellw - textw // amount of padding
269 b.writeN(b.padbytes[0:], cellw-textw)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/text/tabwriter/
H A Dtabwriter.go252 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
259 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
260 n := cellw - textw // amount of padding
269 b.writeN(b.padbytes[0:], cellw-textw)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/text/tabwriter/
H A Dtabwriter.go252 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
259 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
260 n := cellw - textw // amount of padding
269 b.writeN(b.padbytes[0:], cellw-textw)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/text/tabwriter/
H A Dtabwriter.go252 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
259 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
260 n := cellw - textw // amount of padding
269 b.writeN(b.padbytes[0:], cellw-textw)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/text/tabwriter/
H A Dtabwriter.go237 func (b *Writer) writePadding(textw, cellw int, useTabs bool) {
244 cellw = (cellw + b.tabwidth - 1) / b.tabwidth * b.tabwidth
245 n := cellw - textw // amount of padding
254 b.writeN(b.padbytes[0:], cellw-textw)

123456789