Home
last modified time | relevance | path

Searched refs:PaintType (Results 1 – 25 of 1983) sorted by relevance

12345678910>>...80

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dpainter.h33 enum PaintType { P_PAINT = 0, P_PLOT, P_ZOOM, P_UPDATE, P_PRINT, P_EXPORT }; enum
35 explicit Painter(PaintType t = P_PAINT);
39 void setType(PaintType t);
40 PaintType type() const;
54 PaintType _type;
H A Dpainter.cpp18 Painter::Painter(PaintType t) in Painter()
27 void Painter::setType(PaintType t) { in setType()
32 Painter::PaintType Painter::type() const { in type()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dperformance_paint_timing.cc14 AtomicString FromPaintTypeToString(PerformancePaintTiming::PaintType type) { in FromPaintTypeToString()
17 case PerformancePaintTiming::PaintType::kFirstPaint: { in FromPaintTypeToString()
21 case PerformancePaintTiming::PaintType::kFirstContentfulPaint: { in FromPaintTypeToString()
33 PerformancePaintTiming::PerformancePaintTiming(PaintType type, in PerformancePaintTiming()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dperformance_paint_timing.cc14 AtomicString FromPaintTypeToString(PerformancePaintTiming::PaintType type) { in FromPaintTypeToString()
17 case PerformancePaintTiming::PaintType::kFirstPaint: { in FromPaintTypeToString()
21 case PerformancePaintTiming::PaintType::kFirstContentfulPaint: { in FromPaintTypeToString()
33 PerformancePaintTiming::PerformancePaintTiming(PaintType type, in PerformancePaintTiming()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java58 private static enum PaintType { enum in TransformedPaintTest
68 private static final int R_HEIGHT = PaintType.values().length * CELL_SIZE;
70 private Paint createPaint(PaintType type, int startx, int starty, in createPaint()
99 g.setPaint(createPaint(PaintType.LINEAR_GRADIENT, 0, 0, w, h)); in createPaint()
107 private void renderLine(PaintType type, Graphics2D g, in renderLine()
129 int paintTypes = PaintType.values().length; in render()
133 for (PaintType type : PaintType.values()) { in render()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java40 public enum PaintType { enum in Paint9Painter
130 PaintType type, int mask) { in paint()
144 PaintType type = (PaintType)args[argIndex++]; in paintToImage()
152 Insets dInsets, PaintType type, int componentMask) { in paint9()
165 if (type == PaintType.CENTER) { in paint9()
170 else if (type == PaintType.TILE) { in paint9()
214 boolean stretch = (type == PaintType.PAINT9_STRETCH); in paint9()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/VolatileImage/
H A DGradientPaints.java86 private static enum PaintType {BASIC, LINEAR, RADIAL}; enum in GradientPaints
107 makePaint(PaintType.RADIAL, CycleMethod.REPEAT, in testOne()
124 for (PaintType paintType : PaintType.values()) { in testAll()
145 paintType == PaintType.RADIAL ? in testAll()
161 private Paint makePaint(PaintType paintType, in makePaint()

12345678910>>...80