Home
last modified time | relevance | path

Searched refs:theOp (Results 1 – 25 of 65) sorted by relevance

123

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Ddrawn.cpp408 wxDrawOp(theOp) in wxOpSetGDI()
2302 m_ops.Append(theOp); in DrawLine()
2310 m_ops.Append(theOp); in DrawRectangle()
2320 m_ops.Append(theOp); in DrawRoundedRectangle()
2328 m_ops.Append(theOp); in DrawEllipse()
2339 m_ops.Append(theOp); in DrawArc()
2355 m_ops.Append(theOp); in DrawEllipticArc()
2363 m_ops.Append(theOp); in DrawPoint()
2373 m_ops.Append(theOp); in DrawText()
2386 m_ops.Append(theOp); in DrawLines()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp406 wxDrawOp(theOp) in wxOpSetGDI()
2290 m_ops.Append(theOp); in DrawLine()
2298 m_ops.Append(theOp); in DrawRectangle()
2308 m_ops.Append(theOp); in DrawRoundedRectangle()
2316 m_ops.Append(theOp); in DrawEllipse()
2327 m_ops.Append(theOp); in DrawArc()
2343 m_ops.Append(theOp); in DrawEllipticArc()
2351 m_ops.Append(theOp); in DrawPoint()
2467 m_ops.Append(theOp); in SetTextColour()
2477 m_ops.Append(theOp); in SetBackgroundColour()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp406 wxDrawOp(theOp) in wxOpSetGDI()
2290 m_ops.Append(theOp); in DrawLine()
2298 m_ops.Append(theOp); in DrawRectangle()
2308 m_ops.Append(theOp); in DrawRoundedRectangle()
2316 m_ops.Append(theOp); in DrawEllipse()
2327 m_ops.Append(theOp); in DrawArc()
2343 m_ops.Append(theOp); in DrawEllipticArc()
2351 m_ops.Append(theOp); in DrawPoint()
2467 m_ops.Append(theOp); in SetTextColour()
2477 m_ops.Append(theOp); in SetBackgroundColour()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp406 wxDrawOp(theOp) in wxOpSetGDI()
2290 m_ops.Append(theOp); in DrawLine()
2298 m_ops.Append(theOp); in DrawRectangle()
2308 m_ops.Append(theOp); in DrawRoundedRectangle()
2316 m_ops.Append(theOp); in DrawEllipse()
2327 m_ops.Append(theOp); in DrawArc()
2343 m_ops.Append(theOp); in DrawEllipticArc()
2351 m_ops.Append(theOp); in DrawPoint()
2467 m_ops.Append(theOp); in SetTextColour()
2477 m_ops.Append(theOp); in SetBackgroundColour()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp406 wxDrawOp(theOp) in wxOpSetGDI()
2290 m_ops.Append(theOp); in DrawLine()
2298 m_ops.Append(theOp); in DrawRectangle()
2308 m_ops.Append(theOp); in DrawRoundedRectangle()
2316 m_ops.Append(theOp); in DrawEllipse()
2327 m_ops.Append(theOp); in DrawArc()
2343 m_ops.Append(theOp); in DrawEllipticArc()
2351 m_ops.Append(theOp); in DrawPoint()
2467 m_ops.Append(theOp); in SetTextColour()
2477 m_ops.Append(theOp); in SetBackgroundColour()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/ogl/
H A Ddrawnp.h56 inline wxDrawOp(int theOp) in wxDrawOp() argument
58 m_op = theOp; in wxDrawOp()
105 wxOpSetGDI(int theOp, wxPseudoMetaFile *theImage, int theGdiIndex, int theMode = 0);
130 wxOpSetClipping(int theOp, double theX1, double theY1, double theX2, double theY2);
155 wxOpDraw(int theOp, double theX1, double theY1, double theX2, double theY2,
188 wxOpPolyDraw(int theOp, int n, wxRealPoint *thePoints);
/dports/astro/merkaartor/merkaartor-0.19.0/src/Utils/
H A DTagSelector.cpp401 theOp = GT; in TagSelectorOperator()
403 theOp = LT; in TagSelectorOperator()
405 theOp = GE; in TagSelectorOperator()
407 theOp = LE; in TagSelectorOperator()
409 theOp = NE; in TagSelectorOperator()
411 theOp = EQ; in TagSelectorOperator()
426 if (theOp == EQ) { in evaluateVal()
434 if (theOp == EQ) in evaluateVal()
437 if (theOp != EQ) in evaluateVal()
444 if (theOp == EQ) in evaluateVal()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h56 inline wxDrawOp(int theOp) { m_op = theOp; } in wxDrawOp() argument
94 wxOpSetGDI(int theOp, wxPseudoMetaFile *theImage, int theGdiIndex, int theMode = 0);
119 wxOpSetClipping(int theOp, double theX1, double theY1, double theX2, double theY2);
144 wxOpDraw(int theOp, double theX1, double theY1, double theX2, double theY2,
177 wxOpPolyDraw(int theOp, int n, wxRealPoint *thePoints);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h56 inline wxDrawOp(int theOp) { m_op = theOp; } in wxDrawOp() argument
94 wxOpSetGDI(int theOp, wxPseudoMetaFile *theImage, int theGdiIndex, int theMode = 0);
119 wxOpSetClipping(int theOp, double theX1, double theY1, double theX2, double theY2);
144 wxOpDraw(int theOp, double theX1, double theY1, double theX2, double theY2,
177 wxOpPolyDraw(int theOp, int n, wxRealPoint *thePoints);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h56 inline wxDrawOp(int theOp) { m_op = theOp; } in wxDrawOp() argument
94 wxOpSetGDI(int theOp, wxPseudoMetaFile *theImage, int theGdiIndex, int theMode = 0);
119 wxOpSetClipping(int theOp, double theX1, double theY1, double theX2, double theY2);
144 wxOpDraw(int theOp, double theX1, double theY1, double theX2, double theY2,
177 wxOpPolyDraw(int theOp, int n, wxRealPoint *thePoints);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h56 inline wxDrawOp(int theOp) { m_op = theOp; } in wxDrawOp() argument
94 wxOpSetGDI(int theOp, wxPseudoMetaFile *theImage, int theGdiIndex, int theMode = 0);
119 wxOpSetClipping(int theOp, double theX1, double theY1, double theX2, double theY2);
144 wxOpDraw(int theOp, double theX1, double theY1, double theX2, double theY2,
177 wxOpPolyDraw(int theOp, int n, wxRealPoint *thePoints);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepAlgoAPI_Check.hxx88 const BOPAlgo_Operation theOp = BOPAlgo_UNKNOWN,
128 const BOPAlgo_Operation theOp = BOPAlgo_UNKNOWN, in SetData() argument
134 myOperation = theOp; in SetData()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepAlgoAPI_Check.hxx92 const BOPAlgo_Operation theOp = BOPAlgo_UNKNOWN,
133 const BOPAlgo_Operation theOp = BOPAlgo_UNKNOWN, in SetData() argument
139 myOperation = theOp; in SetData()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAlgoAPI/
H A DBRepAlgoAPI_Check.hxx92 const BOPAlgo_Operation theOp = BOPAlgo_UNKNOWN,
133 const BOPAlgo_Operation theOp = BOPAlgo_UNKNOWN, in SetData() argument
139 myOperation = theOp; in SetData()
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Math/
H A DExpression.hpp261 BinOpNode( const std::string& theOp, ExpNode *theLeft, ExpNode *theRight ): in BinOpNode() argument
262 op(theOp), left(theLeft), right(theRight){} in BinOpNode()
282 FuncOpNode( const std::string& theOp, ExpNode *theRight ): in FuncOpNode() argument
283 op(theOp), right(theRight){} in FuncOpNode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/
H A DColorSpaceCvtCrashTest.java40 ColorConvertOp theOp = new ColorConvertOp(cs, null); in main() local
46 theOp.filter(srcImg, dstImg); in main()

123