Home
last modified time | relevance | path

Searched refs:cellheight (Results 1 – 25 of 96) sorted by relevance

1234

/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DEmptyTable.cpp25 unsigned int const cellheight = 20; variable
35 viewport()->resize(cellheight * rows, cellwidth * columns); in EmptyTable()
43 return QSize(cellwidth * (2 + columnCount()), cellheight * (2 + rowCount())); in sizeHint()
49 setRowHeight(i, cellheight); in resetCellSize()
67 int const step = cellheight / 5; in paintCell()
70 int const y = cellheight - space; in paintCell()
72 int ey = cellheight - step; in paintCell()
116 int h = cellheight * rc; in mouseMoveEvent()
118 int hl = cellheight * (rc - 1); in mouseMoveEvent()
/dports/games/xlaby/xlaby-2.0.1_3/
H A Dxlaby.c162 redraw(x1,y1,1,1); refresh(x1*cellwidth,y1*cellheight,cellwidth,cellheight); in genmaze1()
163 redraw(x2,y2,1,1); refresh(x2*cellwidth,y2*cellheight,cellwidth,cellheight); in genmaze1()
220 redraw(i,j,1,1); refresh(i*cellwidth,j*cellheight,cellwidth,cellheight); in genmaze2()
221 redraw(ii,jj,1,1); refresh(ii*cellwidth,jj*cellheight,cellwidth,cellheight); in genmaze2()
278 redraw(i,j,1,1); refresh(i*cellwidth,j*cellheight,cellwidth,cellheight); in genmaze3()
279 redraw(ii,jj,1,1); refresh(ii*cellwidth,jj*cellheight,cellwidth,cellheight); in genmaze3()
314 XFillRectangle(dpy,pm,gc,cx*cellwidth,cy*cellheight,ch*cellwidth,cv*cellheight); in redraw()
318 if (wallv[i][j]>visibility) XFillRectangle(dpy,pm,gc,i*cellwidth,j*cellheight,1,cellheight); in redraw()
324 cellwidth-3,cellheight-3); in redraw()
567 cellwidth=9; cellheight=9; in sizemaze()
[all …]
/dports/science/openbabel/openbabel-3.1.1/src/depict/
H A Dcairopainter.cpp56 double cellheight = m_height/m_nrows; in NewCanvas() local
62 …double scale_y = (cellheight-titleheight) / (double) height; // Leave some extra space for the tit… in NewCanvas()
71 cellheight - fm.height * 0.25 + cellheight*(row-1), m_title); in NewCanvas()
76 …cairo_translate(m_cairo, 0 + cellwidth*(col-1), cellheight/2.0 - scale*height/2.0 + cellheight*(ro… in NewCanvas()
78 …cairo_translate(m_cairo, cellwidth/2.0 - scale*width/2.0 + cellwidth*(col-1), 0 + cellheight*(row-… in NewCanvas()
/dports/x11-fm/librfm/librfm5-5.3.16.4/rodent/
H A Drodent_expose.c172 gint cellheight = CELLHEIGHT(view_p); in find_items_in_rectangle() local
176 cellwidth, cellheight); in find_items_in_rectangle()
190 gint low_row = low_Y / cellheight; in find_items_in_rectangle()
192 gint high_row = high_Y / cellheight; in find_items_in_rectangle()
217 cellwidth, cellheight); in find_items_in_rectangle()
370 gint cellheight = rfm_layout_get_cellheight(view_p); in conditional_clean_rectangle() local
625 gint cellheight = rfm_layout_get_cellheight(view_p); in redraw_items_f() local
633 double r = floor(pos / cellheight); in redraw_items_f()
638 c = ceil(c / cellheight); in redraw_items_f()
658 rect.y = row * cellheight + margin_top; in redraw_items_f()
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFX7Segment.cpp199 cellheight=18; in FXIMPLEMENT()
209 cellheight=18; in FX7Segment()
223 return padtop+padbottom+(border<<1)+cellheight; in getDefaultHeight()
293 ch=cellheight; in onPaint()
480 if(cellheight!=h){ in setCellHeight()
481 cellheight=h; in setCellHeight()
539 store << cellheight; in save()
550 store >> cellheight; in load()
/dports/graphics/geos/geos-3.9.1/src/operation/overlay/
H A DElevationMatrix.cpp102 cellheight = env.getHeight() / rows; in ElevationMatrix()
106 if(! cellheight) { in ElevationMatrix()
172 if(! cellheight) { in getCell()
177 row = (int)(yoffset / cellheight); in getCell()
/dports/x11-fm/librfm/librfm5-5.3.16.4/primary/
H A Dprimary-layout.c325 return view_layout_p->cellheight; in rfm_layout_get_cellheight()
886 view_layout_p->cellheight = TINY_ICON_SIZE + TEXTSPACING; in layout_reset_columns()
918 gint items=(view_layout_p->cellwidth==0 || view_layout_p->cellheight==0)?-1: in layout_reset_columns()
921 view_layout_p->cellwidth/ view_layout_p->cellheight; in layout_reset_columns()
1075 gint cellheight = view_layout_p->cellheight; in rfm_get_population_rect() local
1077 rect->y = population_p->row * cellheight + MARGIN_TOP(view_p); in rfm_get_population_rect()
1079 rect->height = cellheight; in rfm_get_population_rect()
1093 gint cellheight = view_layout_p->cellheight; in rfm_get_population_icon_rect() local
1099 rect->y = population_p->row * cellheight + MARGIN_TOP(view_p); in rfm_get_population_icon_rect()
1119 gint cellheight = view_layout_p->cellheight; in rfm_get_population_label_rect() local
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFX7Segment.cpp205 cellheight=18; in FXIMPLEMENT()
215 cellheight=18; in FX7Segment()
229 return padtop+padbottom+(border<<1)+cellheight; in getDefaultHeight()
349 ch=cellheight; in onPaint()
535 if(cellheight!=h){ in setCellHeight()
536 cellheight=h; in setCellHeight()
594 store << cellheight; in save()
607 store >> cellheight; in load()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFX7Segment.cpp208 cellheight=18; in FXIMPLEMENT()
218 cellheight=18; in FX7Segment()
232 return padtop+padbottom+(border<<1)+cellheight; in getDefaultHeight()
366 ch=cellheight; in onPaint()
551 if(cellheight!=h){ in setCellHeight()
552 cellheight=h; in setCellHeight()
610 store << cellheight; in save()
623 store >> cellheight; in load()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFX7Segment.cpp205 cellheight=18; in FXIMPLEMENT()
215 cellheight=18; in FX7Segment()
229 return padtop+padbottom+(border<<1)+cellheight; in getDefaultHeight()
349 ch=cellheight; in onPaint()
535 if(cellheight!=h){ in setCellHeight()
536 cellheight=h; in setCellHeight()
594 store << cellheight; in save()
607 store >> cellheight; in load()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFX7Segment.cpp208 cellheight=18; in FXIMPLEMENT()
218 cellheight=18; in FX7Segment()
232 return padtop+padbottom+(border<<1)+cellheight; in getDefaultHeight()
366 ch=cellheight; in onPaint()
551 if(cellheight!=h){ in setCellHeight()
552 cellheight=h; in setCellHeight()
610 store << cellheight; in save()
623 store >> cellheight; in load()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/scripts/
H A Dimportcsv2table.py159cellheight = scribus.valueDialog('Cell Height','How tall (mm) do you wish cells to be?','10.0')
160 if (not cellheight) :
162 cellHeight = float(cellheight)
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/scripts/
H A Dimportcsv2table.py159cellheight = scribus.valueDialog('Cell Height','How tall (mm) do you wish cells to be?','10.0')
160 if (not cellheight) :
162 cellHeight = float(cellheight)
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpparasiteio.c60 params->cellheight = 1; in gimp_pixpipe_params_init()
131 params->cellheight = atoi (r + 1); in gimp_pixpipe_params_parse()
181 params->ncells, params->cellwidth, params->cellheight, in gimp_pixpipe_params_build()
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dtty.c168 int cellheight; in sixel_tty_scroll() local
273 cellheight = height * size.ws_row / size.ws_ypixel + 1; in sixel_tty_scroll()
274 scroll = cellheight + row - size.ws_row + 1; in sixel_tty_scroll()
/dports/math/R-cran-NMF/NMF/demo/
H A Daheatmap.R28 aheatmap(x, cellwidth = 10, cellheight = 5)
31 aheatmap(x, cellwidth = 15, cellheight = 12, fontsize = 8, filename = "aheatmap.pdf")
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFX7Segment.h53 FXint cellheight; // height of cell variable
99 FXint getCellHeight() const { return cellheight; } in getCellHeight()
/dports/games/xlife/
H A Dxlife6.7to6.7.1.patch46 cellheight = SCALE(height - INPUTH - BORDERWIDTH*3);
48 && cellheight >= tentative.ymax - tentative.ymin
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/wscons/
H A Dwsdisplay_glyphcache.c63 int cellwidth, int cellheight, long attr) in glyphcache_init() argument
70 gc->gc_cellheight = cellheight; in glyphcache_init()
76 cache_lines = lines / cellheight; in glyphcache_init()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFX7Segment.h53 FXint cellheight; // height of cell variable
107 FXint getCellHeight() const { return cellheight; } in getCellHeight()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFX7Segment.h52 FXint cellheight; // height of cell variable
106 FXint getCellHeight() const { return cellheight; } in getCellHeight()
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFX7Segment.h52 FXint cellheight; // height of cell variable
106 FXint getCellHeight() const { return cellheight; } in getCellHeight()
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFX7Segment.h53 FXint cellheight; // height of cell variable
107 FXint getCellHeight() const { return cellheight; } in getCellHeight()
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dviewgfx.cpp424 const float cellheight = (cellboxbounds.y1 - cellboxbounds.y0) / float(state.palette.columns); in palette_handler() local
489 skip = int(chheight / cellheight); in palette_handler()
500 y0 = boxbounds.y0 + 3.5f * chheight + (float)y * cellheight; in palette_handler()
509 …container.add_char(x0, y0 + 0.5f * (cellheight - chheight), chheight, aspect, rgb_t::white(), *ui_… in palette_handler()
521 container.add_rect(cellboxbounds.x0 + x * cellwidth, cellboxbounds.y0 + y * cellheight, in palette_handler()
522 cellboxbounds.x0 + (x + 1) * cellwidth, cellboxbounds.y0 + (y + 1) * cellheight, in palette_handler()
692 const float cellheight = (cellboxheight / float(ycells)) / float(targheight); in gfxset_handler() local
727 int ypixel = int((mouse_y - cellboxbounds.y0) / (cellheight / cellypix)) % cellypix; in gfxset_handler()
780 skip = int(chheight / cellheight); in gfxset_handler()
791 y0 = boxbounds.y0 + 3.5f * chheight + (float)y * cellheight; in gfxset_handler()
[all …]
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dviewgfx.cpp424 const float cellheight = (cellboxbounds.y1 - cellboxbounds.y0) / float(state.palette.columns); in palette_handler() local
489 skip = int(chheight / cellheight); in palette_handler()
500 y0 = boxbounds.y0 + 3.5f * chheight + (float)y * cellheight; in palette_handler()
509 …container.add_char(x0, y0 + 0.5f * (cellheight - chheight), chheight, aspect, rgb_t::white(), *ui_… in palette_handler()
521 container.add_rect(cellboxbounds.x0 + x * cellwidth, cellboxbounds.y0 + y * cellheight, in palette_handler()
522 cellboxbounds.x0 + (x + 1) * cellwidth, cellboxbounds.y0 + (y + 1) * cellheight, in palette_handler()
692 const float cellheight = (cellboxheight / float(ycells)) / float(targheight); in gfxset_handler() local
727 int ypixel = int((mouse_y - cellboxbounds.y0) / (cellheight / cellypix)) % cellypix; in gfxset_handler()
780 skip = int(chheight / cellheight); in gfxset_handler()
791 y0 = boxbounds.y0 + 3.5f * chheight + (float)y * cellheight; in gfxset_handler()
[all …]

1234