Home
last modified time | relevance | path

Searched refs:getFigure (Results 51 – 75 of 221) sorted by relevance

123456789

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/c/
H A Dcmatview.c93 static int getFigure(scicos_block * block);
158 iFigureUID = getFigure(block); in cmatview()
168 iFigureUID = getFigure(block); in cmatview()
262 iFigureUID = getFigure(block); in pushData()
309 static int getFigure(scicos_block * block) in getFigure() function
H A Dbouncexy.c109 static int getFigure(scicos_block * block);
166 iFigureUID = getFigure(block); in bouncexy()
175 iFigureUID = getFigure(block); in bouncexy()
338 iFigureUID = getFigure(block); in pushData()
364 static int getFigure(scicos_block * block) in getFigure() function
H A Dcmat3d.c91 static int getFigure(scicos_block * block);
163 iFigureUID = getFigure(block); in cmat3d()
173 iFigureUID = getFigure(block); in cmat3d()
264 iFigureUID = getFigure(block); in pushData()
287 static int getFigure(scicos_block * block) in getFigure() function
H A Dcfscope.c110 static int getFigure(scicos_block * block);
172 iFigureUID = getFigure(block); in cfscope()
182 iFigureUID = getFigure(block); in cfscope()
390 … if (setPolylinesBounds(block, getAxe(getFigure(block), block), sco->scope.periodCounter) == FALSE) in appendData()
445 iFigureUID = getFigure(block); in pushData()
502 static int getFigure(scicos_block * block) in getFigure() function
H A Dcevscpe.c113 static int getFigure(scicos_block * block);
181 iFigureUID = getFigure(block); in cevscpe()
193 iFigureUID = getFigure(block); in cevscpe()
434 if (setBounds(block, getAxe(getFigure(block), block), sco->scope.periodCounter) == FALSE) in appendData()
504 iFigureUID = getFigure(block); in pushData()
572 static int getFigure(scicos_block * block) in getFigure() function
781 iFigureUID = getFigure(block); in setSegsBuffers()
H A Dcanimxy.c106 static int getFigure(scicos_block * block);
162 iFigureUID = getFigure(block); in canimxy()
171 iFigureUID = getFigure(block); in canimxy()
351 iFigureUID = getFigure(block); in pushData()
408 static int getFigure(scicos_block * block) in getFigure() function
H A Dcscopxy.c106 static int getFigure(scicos_block * block);
161 iFigureUID = getFigure(block); in cscopxy()
170 iFigureUID = getFigure(block); in cscopxy()
388 iFigureUID = getFigure(block); in pushData()
445 static int getFigure(scicos_block * block) in getFigure() function
H A Dscale_cscope.c141 static int getFigure(scicos_block * block);
219 iFigureUID = getFigure(block); in scale_cscope()
229 iFigureUID = getFigure(block); in scale_cscope()
565 …if (setPolylinesBounds(block, getAxe(getFigure(block), block, input), sco->scope.periodCounter) ==… in appendData()
648 …if (setPolylinesBounds(block, getAxe(getFigure(block), block, input), sco->scope.periodCounter) ==… in appendData()
674 iFigureUID = getFigure(block); in pushData()
749 static int getFigure(scicos_block * block) in getFigure() function
1017 iFigureUID = getFigure(block); in pushHistory()
H A Dcanimxy3d.c107 static int getFigure(scicos_block * block);
165 FigureUID = getFigure(block); in canimxy3d()
175 FigureUID = getFigure(block); in canimxy3d()
368 iFigureUID = getFigure(block); in pushData()
426 static int getFigure(scicos_block * block) in getFigure() function
H A Dcscopxy3d.c107 static int getFigure(scicos_block * block);
164 iFigureUID = getFigure(block); in cscopxy3d()
173 iFigureUID = getFigure(block); in cscopxy3d()
407 iFigureUID = getFigure(block); in pushData()
465 static int getFigure(scicos_block * block) in getFigure() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java245 public Figure getFigure() { in getFigure() method in FigureWidget
286 addFigureToSubMenu(predecessors, getFigure(), false, DEPTH); in getPopupMenu()
289 addFigureToSubMenu(successors, getFigure(), true, DEPTH); in getPopupMenu()
345 hiddenNodes.removeAll(this.getFigure().getSource().getSourceNodesAsSet()); in handleDoubleClick()
350 hiddenNodes.removeAll(this.getFigure().getSource().getSourceNodesAsSet()); in handleDoubleClick()
354 hiddenNodes.addAll(this.getFigure().getSource().getSourceNodesAsSet()); in handleDoubleClick()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java245 public Figure getFigure() { in getFigure() method in FigureWidget
286 addFigureToSubMenu(predecessors, getFigure(), false, DEPTH); in getPopupMenu()
289 addFigureToSubMenu(successors, getFigure(), true, DEPTH); in getPopupMenu()
345 hiddenNodes.removeAll(this.getFigure().getSource().getSourceNodesAsSet()); in handleDoubleClick()
350 hiddenNodes.removeAll(this.getFigure().getSource().getSourceNodesAsSet()); in handleDoubleClick()
354 hiddenNodes.addAll(this.getFigure().getSource().getSourceNodesAsSet()); in handleDoubleClick()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java45 p.y += getSlot().getFigure().getHeight() - Figure.SLOT_START; in OutputSlotWidget()
56 List<OutputSlot> slots = getSlot().getFigure().getOutputSlots(); in calculateSlotWidth()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java45 p.y += getSlot().getFigure().getHeight() - Figure.SLOT_START; in OutputSlotWidget()
56 List<OutputSlot> slots = getSlot().getFigure().getOutputSlots(); in calculateSlotWidth()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java45 p.y += getSlot().getFigure().getHeight() - Figure.SLOT_START; in OutputSlotWidget()
56 List<OutputSlot> slots = getSlot().getFigure().getOutputSlots(); in calculateSlotWidth()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java45 p.y += getSlot().getFigure().getHeight() - Figure.SLOT_START; in OutputSlotWidget()
56 List<OutputSlot> slots = getSlot().getFigure().getOutputSlots(); in calculateSlotWidth()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java45 p.y += getSlot().getFigure().getHeight() - Figure.SLOT_START; in OutputSlotWidget()
56 List<OutputSlot> slots = getSlot().getFigure().getOutputSlots(); in calculateSlotWidth()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java45 p.y += getSlot().getFigure().getHeight() - Figure.SLOT_START; in OutputSlotWidget()
56 List<OutputSlot> slots = getSlot().getFigure().getOutputSlots(); in calculateSlotWidth()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java45 p.y += getSlot().getFigure().getHeight() - Figure.SLOT_START; in OutputSlotWidget()
56 List<OutputSlot> slots = getSlot().getFigure().getOutputSlots(); in calculateSlotWidth()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java45 p.y += getSlot().getFigure().getHeight() - Figure.SLOT_START; in OutputSlotWidget()
56 List<OutputSlot> slots = getSlot().getFigure().getOutputSlots(); in calculateSlotWidth()
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/interaction/
H A DFigureInteraction.java64 for (Integer childId : drawerVisitor.getFigure().getChildren()) { in getUnderlyingAxes()
84 for (Integer childId : drawerVisitor.getFigure().getChildren()) { in getAllUnderlyingAxes()
110 for (Integer childId : drawerVisitor.getFigure().getChildren()) { in getAllVisibleAxes()
/dports/math/drgeo/drgeo-1.1.0/geo/
H A Ddrgeo_tool.cc212 drawable->getFigure ()->clearSelection (); in handlePress()
314 drawable->getFigure ()->clearSelection (); in handleRelease()
665 builder = new drgeoMacroBuilder (drawable->getFigure ()); in initialize()
712 player = new drgeoMacroPlayer (drawable->getFigure ()); in initialize()
763 player = new drgeoMacroPlayer (drawable->getFigure ()); in initialize()
905 drawable->getFigure()->updateItems (); in animate()
918 drawable->getFigure()->updateItems (); in reset()
H A Ddrgeo_gtkstyle.cc536 drawable->getFigure ()->setItemAttribute (item, drgeoColor, p); in setColor()
549 drawable->getFigure ()->setItemAttribute (item, drgeoSize, p); in setSize()
563 drawable->getFigure ()->setItemAttribute (item, drgeoVisible, p); in setVisibility()
575 drawable->getFigure ()->setItemAttribute (item, drgeoShape, p); in setShape()
587 drawable->getFigure ()->setItemAttribute (item, drgeoFill, p); in setFill()
600 drawable->getFigure ()->setItemAttribute (item, drgeoName, p); in setName()
H A Ddrgeo_gtkproperty.cc379 drawable->getFigure ()->moveItem (item, v); in moveItem()
380 drawable->getFigure ()->dragSelection (t, v); in moveItem()
391 drawable->getFigure ()->setItemAttribute (item, drgeoValue, (gpointer) val); in setValue()
397 drawable->getFigure ()->setItemAttribute (item, drgeoScript, in setScript()
/dports/math/openturns/openturns-1.18/validation/src/optimal_lhs/
H A Dvalidate_MC_big.py37 pp.savefig(View(crit, plot_kwargs={'color':'blue'}).getFigure())
53 pp.savefig(View(crit, plot_kwargs={'color':'blue'}).getFigure())

123456789