Home
last modified time | relevance | path

Searched refs:rowh (Results 26 – 50 of 86) sorted by relevance

1234

/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/fontbuilder2/
H A DPacker.py79 self.rowh = 0
84 self.y += self.rowh
85 self.rowh = 0
91 self.rowh = max(self.rowh, rectangleHeight)
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/reports/
H A DMonth.php108 $rowh = $h/$weeks;
116 $this->Translate(-($rowh-9), 0);
163 $this->DayCell($events, $colw, $rowh-$dateh, $coord[0], $coord[1]+$dateh,$more);
168 $this->SetXY($this->leftMargin,$this->GetY()+$rowh);
172 $this->Cell($colw+7, $rowh*$weeks+6, '',1);
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/
H A Dtables.py166 tdata.rowh = []
192 rowHeights=tdata.rowh,
307 if row + 1 > len(tdata.rowh):
308 tdata.rowh = tdata.rowh + \
309 ((row + 1 - len(tdata.rowh)) * [_width()])
313 tdata.rowh[row] = _height(height)
/dports/sysutils/webmin/webmin-1.981/proc/
H A DMultiColumn.java32 int rowh = 16; // row height field in MultiColumn
357 bg.fillRect(0, th+(sels[i]-top)*rowh, in render()
358 width, rowh); in render()
417 bg.drawString(s, x+1, th+(j+1-top)*rowh-fd); in render()
422 bg.drawImage(im, x+1, th+(j-top)*rowh, this); in render()
453 int row = (y-th)/rowh + top; in mouseDown()
557 return Math.min(height/rowh - 1, list[0].size()); in rows()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Debugger/
H A DCodeViewWidget.cpp198 const int rowh = fm.height() + 1; in FontBasedSizing() local
199 verticalHeader()->setMaximumSectionSize(rowh); in FontBasedSizing()
200 horizontalHeader()->setMinimumSectionSize(rowh + 5); in FontBasedSizing()
201 setColumnWidth(CODE_VIEW_COLUMN_BREAKPOINT, rowh + 5); in FontBasedSizing()
258 const int rowh = fm.height() + 1; in Update() local
261 setRowHeight(i, rowh); in Update()
343 Resources::GetScaledThemeIcon("debugger_breakpoint").pixmap(QSize(rowh - 2, rowh - 2))); in Update()
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgtabset.c125 y += (gts->rowh-gts->arrow_size)/2; in DrawLeftArrowTab()
149 y += (gts->rowh-gts->arrow_size)/2; in DrawRightArrowTab()
176 r.height = gts->rowh-2; in DrawTab()
181 int ny = y+gts->rowh-gts->ds; in DrawTab()
213 bounds.y += gts->rcnt*gts->rowh+yoff-1; in gtabset_expose()
214 bounds.height -= gts->rcnt*gts->rowh+yoff-1; in gtabset_expose()
286 y = g->r.y + rd * gts->rowh + yoff; in gtabset_expose()
394 gts->rowh = as+ds + bbp+GDrawPointsToPixels(gts->g.base,3); in GTabSet_Remetric()
556 l = (event->u.mouse.y-gts->g.r.y)/gts->rowh; /* screen row */ in gtabset_mouse()
752 outer->height += gts->rcnt*gts->rowh + bp; in gtabset_GetDesiredSize()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/components/zobjectinspector/
H A Dzcobjectinspector.pas181 rowh:integer;
274 result:=rowh
418 rowh:=INTFDefaultControlHeight;
422 rowh:={INTFObjInspRowHeight.Value}PRowHeight^;
429 rowh:=21;
521 y:=y++rowh;
845 r.Bottom:=y+rowh+1;
880 y:=y+rowh;
951 y:=y++rowh;
1152 if (dy<rowh)and(dy>0) then
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/GLX/
H A DOgreConfigDialog.cpp97 static const int rowh = 20; // Height of one row in the option table member in Ogre::GLXConfigurator
260 int cury = ystart + 0*rowh; in CreateWindow()
425 int cury = ystart + 1*rowh + 10; in SetRenderer()
478 cury += rowh; in SetRenderer()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Bites/src/
H A DOgreGLXConfigDialog.cpp83 static const int rowh = 20; // Height of one row in the option table member in OgreBites::GLXConfigurator
246 int cury = ystart + 0*rowh; in CreateWindow()
408 int cury = ystart + 1*rowh + 10; in SetRenderer()
461 cury += rowh; in SetRenderer()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DDateTimeCtrl.cpp365 int y0 = 2 + (int)((i + 1) * rowh + hs); in GetDay()
385 int y0 = 2 + (int)((i + 1) * rowh + hs); in GetWeek()
419 rowh = (float)(tsz.cy + 4); in ComputeSize()
423 rsz.cy = (int)(rowh * (rows + 2) + hs); in ComputeSize()
432 rowh = (sz.cy - hs) / (float) (rows + 2); in ComputeSize()
437 rh = (int)(rowh); in ComputeSize()
466 int y = (int) (hs + (rowh - fh) / 2.0); in Paint()
500 int yp = 2 + (int) ((i + 1) * rowh + hs); in Paint()
607 w.DrawRect(bs, (int) (hs + rowh) + 1, sz.cx - bs * 2, 1, st.line); in Paint()
/dports/textproc/fop/fop-2.6/fop/test/fotree/unittests/table/
H A Dcollapsed-conditional-borders_test-generator.py326 rowh = 1
381 …{'borders': [(body2, '6pt', 'retain'), (rowh, '8pt', 'discard'), (row1, '4pt', 'retain')], 'res…
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/
H A Dex42.c86 PetscInt ca[4], ch[4], rowa, rowh; in RHSJacobian() local
101 rowh = 2*i+1; in RHSJacobian()
130 ierr = MatSetValues(B, 1, &rowh, idx, ch, vh, INSERT_VALUES);CHKERRQ(ierr); in RHSJacobian()
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2_autocomp.c502 gint len, rowh,min_h,nat_h; in acwin_calculate_window_size() local
505 pango_layout_get_pixel_size(panlay, &len, &rowh); in acwin_calculate_window_size()
506 DBG_AUTOCOMP("longest=%s which has len=%d and rowheight=%d\n", longest, len, rowh); in acwin_calculate_window_size()
521 nat_h=rowh+2; in acwin_calculate_window_size()
525 …lculate_window_size, numitems=%d, rowh=%d, new height=%d, new width=%d\n", *numitems, rowh, acw->h, in acwin_calculate_window_size()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dowsilhouetteplot.py927 rowh = crect.height() / item.count()
928 indextop = np.floor(itemrect.top() / rowh)
929 indexbottom = np.ceil(itemrect.bottom() / rowh)
946 rowh = crect.height() / item.count()
947 index = int(np.floor(pos.y() / rowh))
970 rowh = crect.height() / item.count()
971 index = np.floor(pos.y() / rowh)
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dnpclst.cc750 int rowh = rows[row0].height - row0_voffset; in scroll_vertical() local
751 if (delta < rowh) { in scroll_vertical()
758 voffset += rowh; in scroll_vertical()
759 delta -= rowh; in scroll_vertical()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DAlignment.pm450 my ($rowh, $rowd) = (0, 0);
470 $rowh = max($rowh, $h->valueOf) if $h;
476 $$row{cheight} = Dimension($rowh)->larger($hs);
481 push(@rowheights, $rowh + $rowd); } # somehow our heights are way too short????
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/itemviews/
H A Dqtableview.cpp779 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
789 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
790 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1392 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1412 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1437 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1438 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2564 int rowh = rowHeight(index.row()); in visualRect() local
2569 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp839 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
849 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
850 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1540 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1560 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1585 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1586 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2787 int rowh = rowHeight(index.row()); in visualRect() local
2792 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp839 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
849 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
850 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1540 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1560 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1585 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1586 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2787 int rowh = rowHeight(index.row()); in visualRect() local
2792 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp839 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
849 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
850 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1540 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1560 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1585 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1586 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2787 int rowh = rowHeight(index.row()); in visualRect() local
2792 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp839 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
849 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
850 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1540 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1560 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1585 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1586 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2787 int rowh = rowHeight(index.row()); in visualRect() local
2792 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp839 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
849 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
850 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1540 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1560 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1585 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1586 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2787 int rowh = rowHeight(index.row()); in visualRect() local
2792 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp839 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
849 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
850 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1540 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1560 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1585 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1586 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2787 int rowh = rowHeight(index.row()); in visualRect() local
2792 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp839 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
849 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
850 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1540 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1560 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1585 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1586 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2787 int rowh = rowHeight(index.row()); in visualRect() local
2792 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp839 int rowh = rowSpanHeight(row, span.height()); in visualSpanRect() local
849 return QRect(colp + i, rowp, colw - i, rowh - i); in visualSpanRect()
850 return QRect(colp, rowp, colw - i, rowh - i); in visualSpanRect()
1540 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1560 option.rect = QRect(colp + (showGrid && rightToLeft ? 1 : 0), rowY, colw, rowh); in paintEvent()
1585 int rowh = rowHeight(row) - gridSize; in paintEvent() local
1586 painter.drawLine(dirtyArea.left(), rowY + rowh, dirtyArea.right(), rowY + rowh); in paintEvent()
2787 int rowh = rowHeight(index.row()); in visualRect() local
2792 return QRect(colp, rowp, colw - i, rowh - i); in visualRect()

1234