Home
last modified time | relevance | path

Searched defs:graphicContext (Results 1 – 5 of 5) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dinfo.h31 GC *graphicContext ; /* array of color contexts */ member
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/intermediate/
H A DIFGraphicContext.java49 protected IFGraphicContext(IFGraphicContext graphicContext) { in IFGraphicContext() method in IFGraphicContext
H A DIFRenderer.java129 private IFGraphicContext graphicContext = new IFGraphicContext(); field in IFRenderer
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/xlib/
H A DXGGState.m386 {
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pcl/
H A DPCLPainter.java87 private GraphicContext graphicContext = new GraphicContext(); field in PCLPainter