Home
last modified time | relevance | path

Searched defs:GraphicsState (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/rx/rx-0.4.0/cargo-crates/luminance-0.38.0/src/
H A Dstate.rs35 pub struct GraphicsState { struct
39 viewport: [GLint; 4],
42 clear_color: [GLfloat; 4],
45 blending_state: BlendingState,
46 blending_equation: Equation,
47 blending_func: (Factor, Factor),
50 depth_test: DepthTest,
59 vertex_restart: VertexRestart,
62 patch_vertex_nb: usize,
65 current_texture_unit: GLenum,
[all …]
H A Dcontext.rs46 fn state(&self) -> &Rc<RefCell<GraphicsState>>; in state()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/parser/
H A DGraphicsState.java55 public class GraphicsState { class
80 public GraphicsState(){ in GraphicsState() method in GraphicsState
97 public GraphicsState(GraphicsState source){ in GraphicsState() method in GraphicsState
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Drawing2D/
H A DGraphicsState.cs7 public sealed class GraphicsState : MarshalByRefObject class
11 internal GraphicsState(int nativeState) => this.nativeState = nativeState; in GraphicsState() method in System.Drawing.Drawing2D.GraphicsState
/dports/graphics/jpatch/jpatch0.4p1/textures/
H A Dsolid.bsh5 GraphicsState gs = new GraphicsState(); function
H A Dnormal.bsh4 GraphicsState gs = new GraphicsState(); function
H A DredMarble.bsh5 GraphicsState gs = new GraphicsState(); function
H A DaverageDemo.bsh7 GraphicsState gs = new GraphicsState(); function
H A Dchecker.bsh5 GraphicsState gs = new GraphicsState(); function
H A DblendDemo.bsh7 GraphicsState gs = new GraphicsState(); function
H A Drock.bsh5 GraphicsState gs = new GraphicsState(); function
H A DblendDemo2.bsh7 GraphicsState gs = new GraphicsState(); function
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgbatchrenderer_p.h631 struct GraphicsState struct
648 bool operator==(const GraphicsState &a, const GraphicsState &b) Q_DECL_NOTHROW; argument
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgbatchrenderer_p.h631 struct GraphicsState struct
648 bool operator==(const GraphicsState &a, const GraphicsState &b) Q_DECL_NOTHROW; argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl.hxx596 struct GraphicsState struct
598 vcl::Font m_aFont;
599 MapMode m_aMapMode;
600 Color m_aLineColor;
601 Color m_aFillColor;
604 basegfx::B2DPolyPolygon m_aClipRegion;
605 bool m_bClipRegion;
606 ComplexTextLayoutFlags m_nLayoutMode;
608 PushFlags m_nFlags;
609 GraphicsStateUpdateFlags m_nUpdateFlags;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter_impl.hxx710 struct GraphicsState struct in vcl::PDFWriterImpl
712 vcl::Font m_aFont;
713 MapMode m_aMapMode;
714 Color m_aLineColor;
715 Color m_aFillColor;
718 basegfx::B2DPolyPolygon m_aClipRegion;
719 bool m_bClipRegion;
720 ComplexTextLayoutFlags m_nLayoutMode;
722 PushFlags m_nFlags;
723 GraphicsStateUpdateFlags m_nUpdateFlags;
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dgraphstate.c35 typedef struct graphics_state *GraphicsState; typedef
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/tt/engine/
H A DGraphicsState.java28 class GraphicsState { class
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/modca/
H A DGraphicsObject.java416 private static final class GraphicsState { class in GraphicsObject
418 private GraphicsState() { in GraphicsState() method in GraphicsObject.GraphicsState
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/misc/GDI/
H A DDeviceContext.cs486 internal class GraphicsState class in System.Drawing.Internal.DeviceContext
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/include/
H A Dgstate.h79 GraphicsState; typedef
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdf/render/
H A Dgraphics.py254 class GraphicsState: class
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/
H A DPDFRenderer.java769 class GraphicsState implements Cloneable { class in PDFRenderer
/dports/graphics/rx/rx-0.4.0/src/gl/
H A Dmod.rs216 fn state(&self) -> &Rc<RefCell<GraphicsState>> { in state()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java312 private class GraphicsState { class in RasterPrinterJob

123