Home
last modified time | relevance | path

Searched refs:getStartSize (Results 1 – 11 of 11) sorted by relevance

/dports/devel/flexdock/flexdock-1.2.4/src/java/dockbar/org/flexdock/dockbar/activation/
H A DAnimation.java62 prefSize = getStartSize(prefSize); in resetViewpaneSize()
73 private int getStartSize(int prefSize) { in getStartSize() method in Animation
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/view/
H A DmxSwimlaneManager.java305 graph.getStartSize(current) : in cellsResized()
365 .getStartSize(swimlane) : new mxRectangle(); in resizeSwimlane()
H A DmxGraph.java1972 mxRectangle size = getStartSize(group); in getBoundsForGroup()
2189 ? getStartSize(cells[i]) in updateGroupBounds()
3285 mxRectangle size = getStartSize(cell); in updateAlternateBounds()
3938 mxRectangle size = getStartSize(parent); in getCellContainmentArea()
5426 public mxRectangle getStartSize(Object swimlane) in getStartSize() method in mxGraph
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/layout/
H A DmxPartitionLayout.java173 mxRectangle size = graph.getStartSize(parent); in execute()
H A DmxStackLayout.java200 mxRectangle size = graph.getStartSize(parent); in execute()
H A DmxGraphLayout.java392 mxRectangle size = graph.getStartSize(group); in arrangeGroups()
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dpref.cpp151 …if (ag.isEmpty()) ag = QSize (qMax (700, config.getStartSize().width()), qMax (500, config.getStar… in PrefDialog()
154 ui->spinX->setValue (config.getStartSize().width()); in PrefDialog()
155 ui->spinY->setValue (config.getStartSize().height()); in PrefDialog()
1379 QSize startSize = config.getStartSize(); in prefStartSize()
H A Dconfig.h172 QSize getStartSize() const { in getStartSize() function
H A Dfpwin.cpp533 QSize startSize = config.getStartSize(); in applyConfigOnStarting()
1734 QSize s = static_cast<FPsingleton*>(qApp)->getConfig().getStartSize(); in defaultSize()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/handler/
H A DmxConnectionHandler.java607 mxRectangle size = graphComponent.getGraph().getStartSize( in mouseMoved()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/
H A DGlyphPositioningTable.java1783 public int getStartSize() { in getStartSize() method in GlyphPositioningTable.ContextualSubtableFormat1.DeviceTable