Home
last modified time | relevance | path

Searched refs:bottomIndent (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/nplot/nplot-9a92e78/src/
H A DLegend.cs161 int bottomIndent = 0; in UpdateAxesPositions()
263 bottomIndent = changeAmount; in UpdateAxesPositions()
270 ….PhysicalMin = new Point(pXAxis1.PhysicalMin.X + leftIndent, pXAxis1.PhysicalMin.Y - bottomIndent); in UpdateAxesPositions()
271 …PhysicalMax = new Point(pXAxis1.PhysicalMax.X - rightIndent, pXAxis1.PhysicalMax.Y - bottomIndent); in UpdateAxesPositions()
272 ….PhysicalMin = new Point(pYAxis1.PhysicalMin.X + leftIndent, pYAxis1.PhysicalMin.Y - bottomIndent); in UpdateAxesPositions()
277 …PhysicalMin = new Point(pYAxis2.PhysicalMin.X - rightIndent, pYAxis2.PhysicalMin.Y - bottomIndent); in UpdateAxesPositions()
H A DPlotSurface2D.cs784 int bottomIndent = padding_; in DeterminePhysicalAxesToDraw()
790 bottomIndent = bottomIndent + bb.Bottom - cb.Bottom; in DeterminePhysicalAxesToDraw()
851 pXAxis1.PhysicalMin = new Point(cb.Left + leftIndent, cb.Bottom - bottomIndent); in DeterminePhysicalAxesToDraw()
852 pXAxis1.PhysicalMax = new Point(cb.Right - rightIndent, cb.Bottom - bottomIndent); in DeterminePhysicalAxesToDraw()
853 pYAxis1.PhysicalMin = new Point(cb.Left + leftIndent, cb.Bottom - bottomIndent); in DeterminePhysicalAxesToDraw()
859 pYAxis2.PhysicalMin = new Point(cb.Right - rightIndent, cb.Bottom - bottomIndent); in DeterminePhysicalAxesToDraw()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp2917 int bottomIndent = 1; in drawControl() local
2924 … rect.adjust(first ? 0 : -tabOverlap, topIndent, last ? 0 : tabOverlap, -bottomIndent); in drawControl()
2938 rect.adjust(topIndent, 0, -bottomIndent, 0); in drawControl()
2944 rect.adjust(bottomIndent, 0, -topIndent, 0); in drawControl()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp3378 int bottomIndent = 1; in drawControl() local
3385 … rect.adjust(first ? 0 : -tabOverlap, topIndent, last ? 0 : tabOverlap, -bottomIndent); in drawControl()
3399 rect.adjust(topIndent, 0, -bottomIndent, 0); in drawControl()
3405 rect.adjust(bottomIndent, 0, -topIndent, 0); in drawControl()