Home
last modified time | relevance | path

Searched refs:currentStroke (Results 1 – 25 of 27) sorted by relevance

12

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/java2d/
H A DJava2DGraphicsState.java47 private BasicStroke currentStroke; field in Java2DGraphicsState
81 this.currentStroke = org.currentStroke; in Java2DGraphicsState()
174 currentStroke = new BasicStroke(width, BasicStroke.CAP_ROUND, in updateStroke()
176 currentGraphics.setStroke(currentStroke); in updateStroke()
185 currentStroke = new BasicStroke(width, BasicStroke.CAP_BUTT, in updateStroke()
187 currentGraphics.setStroke(currentStroke); in updateStroke()
196 currentStroke = new BasicStroke(width); in updateStroke()
197 currentGraphics.setStroke(currentStroke); in updateStroke()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dcontrolpointeditortool.cpp483 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in draw() local
484 if (!vi || currentStroke == -1 || in draw()
724 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in leftButtonDown() local
725 if (currentStroke != -1) initUndo(); in leftButtonDown()
800 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in leftButtonDrag() local
801 if (!vi || currentStroke == -1 || m_action == NONE) return; in leftButtonDrag()
884 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in leftButtonUp() local
885 if (!vi || currentStroke == -1) return; in leftButtonUp()
1003 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in onEnter() local
1081 if (!vi || currentStroke == -1 || in onImageChanged()
[all …]
H A Dvectorerasertool.cpp1486 TStroke *currentStroke = vi->getStroke(strokeIndex); in eraseRegion() local
1492 currentStroke->getStyle() == colorStyle)) && in eraseRegion()
1493 region->contains(*currentStroke, true)) { in eraseRegion()
1502 TStroke *currentStroke = vi->getStroke(strokeIndex); in eraseRegion() local
1508 (m_selective.getValue() && currentStroke->getStyle() == colorStyle)) in eraseRegion()
1510 if (region->contains(*currentStroke, true)) { in eraseRegion()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/print/
H A DPostScriptGraphics2D.java115 private Stroke currentStroke = null; field in PostScriptGraphics2D
236 currentStroke = new BasicStroke(); in writePSHeader()
238 setStroke(currentStroke); in writePSHeader()
346 setStroke(currentStroke); in drawOval()
370 setStroke(currentStroke); in drawRoundRect()
388 setStroke(currentStroke); in drawArc()
417 setStroke(currentStroke); in drawLine()
590 setStroke(currentStroke); in drawPolygon()
934 if(!(currentStroke instanceof BasicStroke)) in draw()
1044 return currentStroke; in getStroke()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/print/
H A DPostScriptGraphics2D.java115 private Stroke currentStroke = null; field in PostScriptGraphics2D
236 currentStroke = new BasicStroke(); in writePSHeader()
238 setStroke(currentStroke); in writePSHeader()
346 setStroke(currentStroke); in drawOval()
370 setStroke(currentStroke); in drawRoundRect()
388 setStroke(currentStroke); in drawArc()
417 setStroke(currentStroke); in drawLine()
590 setStroke(currentStroke); in drawPolygon()
934 if(!(currentStroke instanceof BasicStroke)) in draw()
1044 return currentStroke; in getStroke()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/print/
H A DPostScriptGraphics2D.java115 private Stroke currentStroke = null; field in PostScriptGraphics2D
236 currentStroke = new BasicStroke(); in writePSHeader()
238 setStroke(currentStroke); in writePSHeader()
346 setStroke(currentStroke); in drawOval()
370 setStroke(currentStroke); in drawRoundRect()
388 setStroke(currentStroke); in drawArc()
417 setStroke(currentStroke); in drawLine()
590 setStroke(currentStroke); in drawPolygon()
934 if(!(currentStroke instanceof BasicStroke)) in draw()
1044 return currentStroke; in getStroke()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/print/
H A DPostScriptGraphics2D.java115 private Stroke currentStroke = null; field in PostScriptGraphics2D
236 currentStroke = new BasicStroke(); in writePSHeader()
238 setStroke(currentStroke); in writePSHeader()
346 setStroke(currentStroke); in drawOval()
370 setStroke(currentStroke); in drawRoundRect()
388 setStroke(currentStroke); in drawArc()
417 setStroke(currentStroke); in drawLine()
590 setStroke(currentStroke); in drawPolygon()
934 if(!(currentStroke instanceof BasicStroke)) in draw()
1044 return currentStroke; in getStroke()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/print/
H A DPostScriptGraphics2D.java115 private Stroke currentStroke = null; field in PostScriptGraphics2D
236 currentStroke = new BasicStroke(); in writePSHeader()
238 setStroke(currentStroke); in writePSHeader()
346 setStroke(currentStroke); in drawOval()
370 setStroke(currentStroke); in drawRoundRect()
388 setStroke(currentStroke); in drawArc()
417 setStroke(currentStroke); in drawLine()
590 setStroke(currentStroke); in drawPolygon()
934 if(!(currentStroke instanceof BasicStroke)) in draw()
1044 return currentStroke; in getStroke()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/awt/peer/qt/
H A DQtGraphics.java96 protected Stroke currentStroke; // the current stroke field in QtGraphics
241 Shape stroked = currentStroke.createStrokedShape( s ); in hit()
314 fillNative( new QPainterPath( currentStroke.createStrokedShape( s ) ) ); in draw()
337 ( currentStroke.createStrokedShape in drawRect()
584 currentStroke = s; in setStroke()
589 return currentStroke; in getStroke()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/qt/
H A DQtGraphics.java96 protected Stroke currentStroke; // the current stroke field in QtGraphics
241 Shape stroked = currentStroke.createStrokedShape( s ); in hit()
314 fillNative( new QPainterPath( currentStroke.createStrokedShape( s ) ) ); in draw()
337 ( currentStroke.createStrokedShape in drawRect()
584 currentStroke = s; in setStroke()
589 return currentStroke; in getStroke()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/qt/
H A DQtGraphics.java96 protected Stroke currentStroke; // the current stroke field in QtGraphics
241 Shape stroked = currentStroke.createStrokedShape( s ); in hit()
314 fillNative( new QPainterPath( currentStroke.createStrokedShape( s ) ) ); in draw()
337 ( currentStroke.createStrokedShape in drawRect()
584 currentStroke = s; in setStroke()
589 return currentStroke; in getStroke()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/qt/
H A DQtGraphics.java96 protected Stroke currentStroke; // the current stroke field in QtGraphics
241 Shape stroked = currentStroke.createStrokedShape( s ); in hit()
314 fillNative( new QPainterPath( currentStroke.createStrokedShape( s ) ) ); in draw()
337 ( currentStroke.createStrokedShape in drawRect()
584 currentStroke = s; in setStroke()
589 return currentStroke; in getStroke()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/qt/
H A DQtGraphics.java96 protected Stroke currentStroke; // the current stroke field in QtGraphics
241 Shape stroked = currentStroke.createStrokedShape( s ); in hit()
314 fillNative( new QPainterPath( currentStroke.createStrokedShape( s ) ) ); in draw()
337 ( currentStroke.createStrokedShape in drawRect()
584 currentStroke = s; in setStroke()
589 return currentStroke; in getStroke()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/peer/qt/
H A DQtGraphics.java96 protected Stroke currentStroke; // the current stroke field in QtGraphics
241 Shape stroked = currentStroke.createStrokedShape( s ); in hit()
314 fillNative( new QPainterPath( currentStroke.createStrokedShape( s ) ) ); in draw()
337 ( currentStroke.createStrokedShape in drawRect()
584 currentStroke = s; in setStroke()
589 return currentStroke; in getStroke()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/
H A DKeySequenceText.java833 final KeyStroke currentStroke = (index >= keyStrokesLength) ? null in insertStrokeAt() local
835 if ((currentStroke != null) && (!currentStroke.isComplete())) { in insertStrokeAt()
836 int modifierKeys = currentStroke.getModifierKeys(); in insertStrokeAt()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_strokes_queue.cpp410 Q_FOREACH (KisStrokeSP currentStroke, m_d->strokesQueue) { in tryCancelCurrentStrokeAsync()
411 KIS_ASSERT_RECOVER_NOOP(currentStroke->isEnded()); in tryCancelCurrentStrokeAsync()
413 currentStroke->cancelStroke(); in tryCancelCurrentStrokeAsync()
416 if (currentStroke->type() == KisStroke::LOD0) { in tryCancelCurrentStrokeAsync()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/awt/print/
H A DPostScriptGraphics2D.h198 ::java::awt::Stroke * currentStroke;
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/awt/print/
H A DPostScriptGraphics2D.h198 ::java::awt::Stroke * currentStroke;
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/awt/print/
H A DPostScriptGraphics2D.h198 ::java::awt::Stroke * currentStroke;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/awt/print/
H A DPostScriptGraphics2D.h198 ::java::awt::Stroke * currentStroke;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/java/awt/print/
H A DPostScriptGraphics2D.h198 ::java::awt::Stroke * currentStroke;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/awt/peer/qt/
H A DQtGraphics.h203 ::java::awt::Stroke * currentStroke;
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/awt/peer/qt/
H A DQtGraphics.h203 ::java::awt::Stroke * currentStroke;
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/awt/peer/qt/
H A DQtGraphics.h203 ::java::awt::Stroke * currentStroke;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/awt/peer/qt/
H A DQtGraphics.h203 ::java::awt::Stroke * currentStroke;

12