Home
last modified time | relevance | path

Searched defs:yValue (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DDataPointCollection.cs40 public int AddXY (double xValue, double yValue) in AddXY()
46 public int AddXY (Object xValue, params Object[] yValue) in AddXY()
52 public int AddY (double yValue) in AddY()
58 public int AddY (params Object[] yValue) in AddY()
82 …XY (System.Collections.IEnumerable xValue, string xField, System.Collections.IEnumerable yValue, s… in DataBindXY()
88 public void DataBindY (params System.Collections.IEnumerable[] yValue) in DataBindY()
94 public void DataBindY (System.Collections.IEnumerable yValue, string yFields) in DataBindY()
172 public void InsertXY (int index, Object xValue, params Object[] yValue) in InsertXY()
178 public void InsertY (int index, params Object[] yValue) in InsertY()
H A DDataPoint.cs38 public DataPoint (double xValue, double yValue) in DataPoint()
108 public void SetValueXY (object xValue, params object[] yValue) in SetValueXY()
114 public void SetValueY (params object[] yValue) in SetValueY()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/
H A DClipPath.java79 private double[] yValue = null; field in ClipPath
120 public ClipPath(double[] xValue, double[] yValue) { in ClipPath()
136 public ClipPath(double[] xValue, double[] yValue, in ClipPath()
163 public ClipPath(double[] xValue, double[] yValue, boolean fillPath, in ClipPath()
402 public void setYValue(double[] yValue) { in setYValue()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/
H A Db3dDraw.c70 …uble attrValueAt(B3DPrimitiveFace *face, B3DPrimitiveAttribute *attr, double xValue, double yValue) in attrValueAt()
78 #define attrValueAt(face,attr,xValue,yValue) \ argument
231 void b3dNoDraw(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) in b3dNoDraw()
237 void b3dDrawRGBFlat(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) in b3dDrawRGBFlat()
274 void b3dDrawRGB(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) in b3dDrawRGB()
351 void b3dDrawSTWRGB(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) in b3dDrawSTWRGB()
479 void b3dDrawSTWARGB(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) in b3dDrawSTWARGB()
484 void b3dDrawRGBA(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) in b3dDrawRGBA()
489 void b3dDrawSTW(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) in b3dDrawSTW()
494 void b3dDrawSTWA(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) in b3dDrawSTWA()
H A Db3dMain.c482 void b3dAddEdgesFromFace(B3DPrimitiveFace *face, int yValue) in b3dAddEdgesFromFace()
724 double zValueAt(B3DPrimitiveFace *face, double xValue, double yValue) in zValueAt()
732 #define zValueAt(face, xValue, yValue) \ argument
744 int yValue, in b3dComputeIntersection()
770 int yValue, in b3dCheckIntersectionOfFaces()
824 int yValue, in b3dAdjustIntersections()
999 void b3dSearchForNewTopFill(B3DFillList *fillList, int scaledX, int yValue) in b3dSearchForNewTopFill()
1025 void b3dToggleTopFills(B3DFillList *fillList, B3DPrimitiveEdge *edge, int yValue) in b3dToggleTopFills()
1074 int yValue, in b3dToggleBackFills()
1120 void b3dDrawSpanBuffer(B3DActiveEdgeTable *aet, int yValue) in b3dDrawSpanBuffer()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DMessageHeaderTest.java28 final int yValue = 2; in testSimpleMessageHeader() local
53 final int yValue = 2; in testMessageWithRequestIdHeader() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DMessageHeaderTest.java28 final int yValue = 2; in testSimpleMessageHeader() local
53 final int yValue = 2; in testMessageWithRequestIdHeader() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/DataManager/
H A DDataPoint.cs582 public void DataBindY(params IEnumerable[] yValue) in DataBindY()
763 public void DataBindY(IEnumerable yValue, string yFields) in DataBindY()
976 public int AddY(double yValue) in AddY()
993 public int AddY(params object[] yValue) in AddY()
1033 public int AddXY(double xValue, double yValue) in AddXY()
1051 public int AddXY(object xValue, params object[] yValue) in AddXY()
1105 public void InsertXY(int index, object xValue, params object[] yValue) in InsertXY()
1120 public void InsertY(int index, params object[] yValue) in InsertY()
1851 public DataPoint(double xValue, double yValue) in DataPoint()
2093 public void SetValueXY(object xValue, params object[] yValue) in SetValueXY()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/
H A DBinaryMathIntrinsicNode.java106 Value yValue = nodeValueMap.operand(getY()); in generate() local
126 double yValue = forY.asJavaConstant().asDouble(); in canonical() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/
H A DBinaryMathIntrinsicNode.java106 Value yValue = nodeValueMap.operand(getY()); in generate() local
126 double yValue = forY.asJavaConstant().asDouble(); in canonical() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/
H A DBinaryMathIntrinsicNode.java110 Value yValue = nodeValueMap.operand(getY()); in generate() local
130 double yValue = forY.asJavaConstant().asDouble(); in canonical() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/
H A DBinaryMathIntrinsicNode.java112 Value yValue = nodeValueMap.operand(getY()); in generate() local
132 double yValue = forY.asJavaConstant().asDouble(); in canonical() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/
H A DBinaryMathIntrinsicNode.java110 Value yValue = nodeValueMap.operand(getY()); in generate() local
130 double yValue = forY.asJavaConstant().asDouble(); in canonical() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/
H A DBinaryMathIntrinsicNode.java110 Value yValue = nodeValueMap.operand(getY()); in generate() local
130 double yValue = forY.asJavaConstant().asDouble(); in canonical() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/
H A DBinaryMathIntrinsicNode.java112 Value yValue = nodeValueMap.operand(getY()); in generate() local
132 double yValue = forY.asJavaConstant().asDouble(); in canonical() local
/dports/x11-toolkits/redkite/redkite-1.3.1/include/
H A DRkPoint.h72 int yValue; variable
H A DRkRealPoint.h66 rk_real yValue; variable
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/include/
H A DRkPoint.h72 int yValue; variable
H A DRkRealPoint.h66 rk_real yValue; variable
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/series/items/
H A DLineSeriesItem.as201 public var yValue:Object; variable in LineSeriesItem
H A DPlotSeriesItem.as219 public var yValue:Object; variable in PlotSeriesItem
H A DBubbleSeriesItem.as201 public var yValue:Object; variable in BubbleSeriesItem
H A DAreaSeriesItem.as271 public var yValue:Object; variable in AreaSeriesItem
H A DBarSeriesItem.as299 public var yValue:Object; variable in BarSeriesItem
H A DColumnSeriesItem.as240 public var yValue:Object; variable in ColumnSeriesItem

12345678910