Home
last modified time | relevance | path

Searched refs:leftBar (Results 1 – 25 of 35) sorted by relevance

12

/dports/cad/magic/magic-8.3.245/windows/
H A DwindDisp.c413 leftBar->r_xtop = leftBar->r_xbot + WindScrollBarWidth - GrPixelCorrect;
541 GrClipBox(&leftBar, STYLE_CAPTION);
551 bar = MAX(1, leftBar.r_ytop - leftBar.r_ybot + 1);
555 leftElev.r_xbot = leftBar.r_xbot + 2;
565 r.r_xbot = leftBar.r_xbot;
566 r.r_xtop = leftBar.r_xtop;
567 r.r_ybot = leftBar.r_ybot - THIN_LINE;
568 r.r_ytop = leftBar.r_ybot - GrPixelCorrect;
570 r.r_ybot = leftBar.r_ytop + GrPixelCorrect;
571 r.r_ytop = leftBar.r_ytop + THIN_LINE;
[all …]
H A DwindClient.c400 Rect leftBar, botBar, up, down, right, left, zoom; local
409 windBarLocations(w, &leftBar, &botBar, &up, &down, &right, &left, &zoom);
411 if (GEO_ENCLOSE(&cmd->tx_p, &leftBar))
417 (cmd->tx_p.p_y - leftBar.r_ybot))
418 / (leftBar.r_ytop - leftBar.r_ybot) -
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dmycurve.cc52 leftBar = nullptr; in MyCurve()
96 if (leftBar && !bottomBar) { in calcDimensions()
100 if (!leftBar && bottomBar) { in calcDimensions()
104 graphW = newRequestedW - r - (leftBar ? wm : r); in calcDimensions()
126 …natural_width = minimum_width = (GRAPH_SIZE + (int)(RADIUS * 2.) + (leftBar ? (CBAR_WIDTH + 2 + CB… in get_preferred_width_vfunc()
134 if (leftBar && !bottomBar) { in get_preferred_height_for_width_vfunc()
138 if (!leftBar && bottomBar) { in get_preferred_height_for_width_vfunc()
152 leftBar = left; in setColoredBar()
217 if (leftBar != nullptr) { in refresh()
218 leftBar->setDirty(true); in refresh()
H A Dflatcurveeditorsubgroup.cc305 if (leftBar) { in switchGUI()
306 delete leftBar; in switchGUI()
307 leftBar = nullptr; in switchGUI()
311 if (!leftBar) { in switchGUI()
312 leftBar = new ColoredBar(RTO_Bottom2Top); in switchGUI()
317 leftBar->setColorProvider(barColorProvider, dCurve->getLeftBarCallerId()); in switchGUI()
318 leftBar->setBgGradient (bgGradient); in switchGUI()
320 leftBar->setColorProvider(nullptr, -1); in switchGUI()
321 leftBar->setBgGradient (bgGradient); in switchGUI()
355 CPointsCurve->setColoredBar(leftBar, bottomBar); in switchGUI()
H A Ddiagonalcurveeditorsubgroup.cc668 if (leftBar) { in switchGUI()
669 delete leftBar; in switchGUI()
670 leftBar = nullptr; in switchGUI()
674 if (!leftBar) { in switchGUI()
675 leftBar = new ColoredBar(RTO_Bottom2Top); in switchGUI()
681 leftBar->setBgGradient (bgGradient); in switchGUI()
683 leftBar->setColorProvider(nullptr, -1); in switchGUI()
684 leftBar->setBgGradient (bgGradient); in switchGUI()
718 customCurve->setColoredBar(leftBar, bottomBar); in switchGUI()
753 paramCurve->setColoredBar(leftBar, nullptr); in switchGUI()
[all …]
H A Dcurveeditorgroup.cc395 leftBar = nullptr; in CurveEditorSubGroup()
401 if (leftBar) { in ~CurveEditorSubGroup()
402 delete leftBar; in ~CurveEditorSubGroup()
H A Dmycurve.h67 ColoredBar *leftBar; variable
H A Dcurveeditorgroup.h123 ColoredBar* leftBar; variable
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dmycurve.cc53 leftBar = nullptr; in MyCurve()
85 graphX = ((double)RADIUS + (leftBar ? (double)CBAR_WIDTH + 2. + (double)CBAR_MARGIN : 0.)) * s; in calcDimensions()
107 …natural_width = minimum_width = (GRAPH_SIZE + (int)(RADIUS * 2.) + (leftBar ? (CBAR_WIDTH + 2 + CB… in get_preferred_width_vfunc()
115 if (leftBar && !bottomBar) { in get_preferred_height_for_width_vfunc()
119 if (!leftBar && bottomBar) { in get_preferred_height_for_width_vfunc()
133 leftBar = left; in setColoredBar()
198 if (leftBar != nullptr) { in refresh()
199 leftBar->setDirty(true); in refresh()
H A Dflatcurveeditorsubgroup.cc306 if (leftBar) { in switchGUI()
307 delete leftBar; in switchGUI()
308 leftBar = nullptr; in switchGUI()
312 if (!leftBar) { in switchGUI()
313 leftBar = new ColoredBar(RTO_Bottom2Top); in switchGUI()
318 leftBar->setColorProvider(barColorProvider, dCurve->getLeftBarCallerId()); in switchGUI()
319 leftBar->setBgGradient (bgGradient); in switchGUI()
321 leftBar->setColorProvider(nullptr, -1); in switchGUI()
322 leftBar->setBgGradient (bgGradient); in switchGUI()
356 CPointsCurve->setColoredBar(leftBar, bottomBar); in switchGUI()
H A Ddiagonalcurveeditorsubgroup.cc667 if (leftBar) { in switchGUI()
668 delete leftBar; in switchGUI()
669 leftBar = nullptr; in switchGUI()
673 if (!leftBar) { in switchGUI()
674 leftBar = new ColoredBar(RTO_Bottom2Top); in switchGUI()
680 leftBar->setBgGradient (bgGradient); in switchGUI()
682 leftBar->setColorProvider(nullptr, -1); in switchGUI()
683 leftBar->setBgGradient (bgGradient); in switchGUI()
717 customCurve->setColoredBar(leftBar, bottomBar); in switchGUI()
752 paramCurve->setColoredBar(leftBar, nullptr); in switchGUI()
[all …]
H A Dcurveeditorgroup.cc405 leftBar = nullptr; in CurveEditorSubGroup()
411 if (leftBar) { in ~CurveEditorSubGroup()
412 delete leftBar; in ~CurveEditorSubGroup()
H A Dmycurve.h69 ColoredBar *leftBar; variable
H A Dcurveeditorgroup.h122 ColoredBar* leftBar; variable
/dports/devel/flexdock/flexdock-1.2.4/src/java/dockbar/org/flexdock/dockbar/layout/
H A DDockbarLayoutManager.java45 Rectangle leftBar = mgr.getLeftBar().getBounds(); in getViewArea()
48 …return new Rectangle(leftBar.x + leftBar.width, leftBar.y, bottomBar.width-leftBar.width-rightBar.… in getViewArea()
H A DDockbarLayout.java54 Dockbar leftBar = manager.getLeftBar(); in layout() local
58 Dimension leftPref = leftBar.getPreferredSize(); in layout()
63 leftBar.setBounds(rect.x, rect.y, leftPref.width, rect.height-bottomPref.height); in layout()
/dports/devel/flexdock/flexdock-1.2.4/src/java/dockbar/org/flexdock/dockbar/
H A DDockbarManager.java60 protected Dockbar leftBar; field in DockbarManager
220 leftBar = new Dockbar(this, MinimizationManager.LEFT); in DockbarManager()
240 boolean changed = install(leftBar, layerPane); in install()
277 return leftBar; in getLeftBar()
310 leftBar.setVisible(leftBar.getComponentCount()!=0); in toggleDockbars()
366 if(dockbar==leftBar) in getEdge()
379 if(leftBar.contains(dockable)) in getDockbar()
380 return leftBar; in getDockbar()
396 return leftBar; in getDockbar()
533 return leftBar; in getActiveDockbar()
/dports/graphics/delaboratory/delaboratory-0.8/gui_wx/
H A Dproperty_curves_ui.cc58 deGradientPanel1* leftBar; member in dePropertyCurvesUIImpl
93leftBar = new deGradientPanel1(this, wxSize(barSize, CURVES_PANEL_SIZE_Y), colorSpace, 0, -1, -1, … in dePropertyCurvesUIImpl()
99 sizerC->Add(leftBar, 0, wxCENTER); in dePropertyCurvesUIImpl()
163 leftBar->changeChannel(channel); in updateBars()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/plugin/
H A Dqgsquickscalebar.qml122 id: leftBar
125 y: (scaleBar.height - leftBar.height) / 2
141 y: (scaleBar.height - leftBar.height) / 2
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Text/Tabular/
H A DAsciiWide.hs45 leftBar :: Bool -> String
46 leftBar pretty = verticalBar pretty : " " function
62 renderColumns pretty is h = leftBar pretty ++ coreLine ++ rightBar pretty
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Text/Tabular/
H A DAsciiWide.hs45 leftBar :: Bool -> String
46 leftBar pretty = verticalBar pretty : " " function
62 renderColumns pretty is h = leftBar pretty ++ coreLine ++ rightBar pretty
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Text/Tabular/
H A DAsciiWide.hs45 leftBar :: Bool -> String
46 leftBar pretty = verticalBar pretty : " " function
62 renderColumns pretty is h = leftBar pretty ++ coreLine ++ rightBar pretty
/dports/lang/smalltalk/smalltalk-3.2.5/packages/stinst/parser/
H A DRBParser.st630 | args leftBar rightBar |
632 leftBar := rightBar := nil.
637 [leftBar := currentToken start.
647 [rightBar := (leftBar := currentToken start) + 1.
651 leftBar: leftBar
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dthemes.inc.php4238 * @param string $leftBar // color code or hex value or path to background image
4249 $leftBar = 'red', argument
4266 if ($leftBar != '') {
4267 $leftBarColor = cpgValidateColor($leftBar);
4271 $return .= 'background-image:url('.$leftBar.');';
/dports/www/coppermine/cpg1.6.x-1.6.12/themes/sample/
H A Dtheme.php4236 * @param string $leftBar // color code or hex value or path to background image
4247 $leftBar = 'red', argument
4264 if ($leftBar != '') {
4265 $leftBarColor = cpgValidateColor($leftBar);
4269 $return .= 'background-image:url('.$leftBar.');';

12