Home
last modified time | relevance | path

Searched refs:Graphics (Results 76 – 100 of 15271) sorted by relevance

12345678910>>...611

/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/X11-1.9.1/
H A DX11.cabal15 category: Graphics
42 exposed-modules: Graphics.X11
43 Graphics.X11.ExtraTypes
50 Graphics.X11.Types
52 Graphics.X11.Xinerama
53 Graphics.X11.Xlib
54 Graphics.X11.Xlib.Atom
55 Graphics.X11.Xlib.Color
61 Graphics.X11.Xlib.Font
63 Graphics.X11.Xlib.Misc
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/X11-1.9.1/
H A DX11.cabal15 category: Graphics
42 exposed-modules: Graphics.X11
43 Graphics.X11.ExtraTypes
50 Graphics.X11.Types
52 Graphics.X11.Xinerama
53 Graphics.X11.Xlib
54 Graphics.X11.Xlib.Atom
55 Graphics.X11.Xlib.Color
61 Graphics.X11.Xlib.Font
63 Graphics.X11.Xlib.Misc
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/X11-1.9.2/
H A DX11.cabal15 category: Graphics
42 exposed-modules: Graphics.X11
43 Graphics.X11.ExtraTypes
50 Graphics.X11.Types
52 Graphics.X11.Xinerama
53 Graphics.X11.Xlib
54 Graphics.X11.Xlib.Atom
55 Graphics.X11.Xlib.Color
61 Graphics.X11.Xlib.Font
63 Graphics.X11.Xlib.Misc
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/
H A Dvty.cabal70 exposed-modules: Graphics.Vty
74 Graphics.Vty.Config
75 Graphics.Vty.Error
76 Graphics.Vty.Image
77 Graphics.Vty.Inline
79 Graphics.Vty.Input
81 Graphics.Vty.Picture
82 Graphics.Vty.Output
83 Graphics.Text.Width
87 Graphics.Vty.Debug
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/
H A Dvty.cabal70 exposed-modules: Graphics.Vty
74 Graphics.Vty.Config
75 Graphics.Vty.Error
76 Graphics.Vty.Image
77 Graphics.Vty.Inline
79 Graphics.Vty.Input
81 Graphics.Vty.Picture
82 Graphics.Vty.Output
83 Graphics.Text.Width
87 Graphics.Vty.Debug
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/
H A DToolStripPainter.cs77 e.Graphics.DrawLine (Pens.White, 0, 2, 1, 2); in OnRenderGrip()
78 e.Graphics.DrawLine (Pens.White, 0, 2, 0, e.GripBounds.Height - 3); in OnRenderGrip()
83 e.Graphics.DrawLine (Pens.White, 2, 0, e.GripBounds.Width - 3, 0); in OnRenderGrip()
84 e.Graphics.DrawLine (Pens.White, 2, 0, 2, 1); in OnRenderGrip()
98 e.Graphics.FillRectangle (SystemBrushes.Highlight, paint_here); in OnRenderMenuItemBackground()
128 e.Graphics.DrawLine (Pens.White, 4, 3, 4, e.Item.Height - 1); in OnRenderSeparator()
129 e.Graphics.DrawLine (SystemPens.ControlDark, 3, 3, 3, e.Item.Height - 1); in OnRenderSeparator()
132 e.Graphics.DrawLine (Pens.White, 2, 4, e.Item.Right - 1, 4); in OnRenderSeparator()
133 e.Graphics.DrawLine (SystemPens.ControlDark, 2, 3, e.Item.Right - 1, 3); in OnRenderSeparator()
135 e.Graphics.DrawLine (Pens.White, 3, 4, e.Item.Right - 4, 4); in OnRenderSeparator()
[all …]
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/_cabal_deps/X11-1.10.2/
H A DX11.cabal14 category: Graphics
48 exposed-modules: Graphics.X11
49 Graphics.X11.ExtraTypes
56 Graphics.X11.Types
58 Graphics.X11.Xinerama
59 Graphics.X11.Xlib
60 Graphics.X11.Xlib.Atom
61 Graphics.X11.Xlib.Color
67 Graphics.X11.Xlib.Font
69 Graphics.X11.Xlib.Misc
[all …]
/dports/graphics/p5-Graphics-Primitive/Graphics-Primitive-0.67/
H A DMANIFEST10 lib/Graphics/Primitive.pm
11 lib/Graphics/Primitive/Aligned.pm
12 lib/Graphics/Primitive/Border.pm
13 lib/Graphics/Primitive/Brush.pm
14 lib/Graphics/Primitive/Canvas.pm
18 lib/Graphics/Primitive/Driver.pm
20 lib/Graphics/Primitive/Font.pm
21 lib/Graphics/Primitive/Image.pm
22 lib/Graphics/Primitive/Insets.pm
27 lib/Graphics/Primitive/Paint.pm
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/prince/
H A Dgraphics.h39 void update(Graphics::Surface *screen);
46 void draw(Graphics::Surface *screen, const Graphics::Surface *s);
47 …void drawTransparentSurface(Graphics::Surface *screen, int32 posX, int32 posY, const Graphics::Sur…
48 …void drawAsShadowSurface(Graphics::Surface *screen, int32 posX, int32 posY, const Graphics::Surfac…
49 …void drawTransparentWithBlendSurface(Graphics::Surface *screen, int32 posX, int32 posY, const Grap…
53 static void drawAsShadowDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
54 static void drawMaskDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
59 Graphics::Surface *_frontScreen;
60 Graphics::Surface *_screenForInventory;
61 Graphics::Surface *_mapScreen;
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/prince/
H A Dgraphics.h39 void update(Graphics::Surface *screen);
46 void draw(Graphics::Surface *screen, const Graphics::Surface *s);
47 …void drawTransparentSurface(Graphics::Surface *screen, int32 posX, int32 posY, const Graphics::Sur…
48 …void drawAsShadowSurface(Graphics::Surface *screen, int32 posX, int32 posY, const Graphics::Surfac…
49 …void drawTransparentWithBlendSurface(Graphics::Surface *screen, int32 posX, int32 posY, const Grap…
53 static void drawAsShadowDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
54 static void drawMaskDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
59 Graphics::Surface *_frontScreen;
60 Graphics::Surface *_screenForInventory;
61 Graphics::Surface *_mapScreen;
[all …]
/dports/graphics/libdrm/libdrm-2.4.110/data/
H A Damdgpu.ids7 15DD, C3, AMD Radeon Vega 3 Graphics
8 15DD, CB, AMD Radeon Vega 3 Graphics
9 15DD, CE, AMD Radeon Vega 3 Graphics
10 15DD, D8, AMD Radeon Vega 3 Graphics
11 15DD, CC, AMD Radeon Vega 6 Graphics
12 15DD, D9, AMD Radeon Vega 6 Graphics
13 15DD, C2, AMD Radeon Vega 8 Graphics
14 15DD, C4, AMD Radeon Vega 8 Graphics
15 15DD, C8, AMD Radeon Vega 8 Graphics
16 15DD, CA, AMD Radeon Vega 8 Graphics
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/gfx/osystem/
H A Dbase_surface_osystem.h55 …oat zoomX, float zoomY, uint32 alpha = Graphics::kDefaultRgbaMod, Graphics::TSpriteBlendMode blend…
56 … x, int y, Rect32 rect, uint32 alpha = Graphics::kDefaultRgbaMod, Graphics::TSpriteBlendMode blend…
57 … x, int y, Rect32 rect, uint32 alpha = Graphics::kDefaultRgbaMod, Graphics::TSpriteBlendMode blend…
58 …bool display(int x, int y, Rect32 rect, Graphics::TSpriteBlendMode blendMode = Graphics::BLEND_NOR…
59 …oat zoomY, uint32 alpha = Graphics::kDefaultRgbaMod, bool transparent = false, Graphics::TSpriteBl…
62 virtual bool putSurface(const Graphics::Surface &surface, bool hasAlpha = false) override;
85 Graphics::AlphaType getAlphaType() const { return _alphaType; } in getAlphaType()
87 Graphics::Surface *_surface;
91 void genAlphaMask(Graphics::Surface *surface);
92 uint32 getPixelAt(Graphics::Surface *surface, int x, int y);
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dterrain_types.lua46 Graphics = "terrain/cave_floor.png",
90 Graphics = "terrain/desert_sand.png",
130 Graphics = "terrain/snow.png",
173 Graphics = "terrain/ford.png",
347 Graphics = "terrain/chasm.png",
428 Graphics = "terrain/floor.png",
467 Graphics = "terrain/rug.png",
495 Graphics = "terrain/gold_pile.png",
860 Graphics = "terrain/road.png",
921 Graphics = "terrain/railroad.png",
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlControllerInput.cs152 e.Graphics.Clear(Color.LightGray); in OnPaint()
154 e.Graphics.ScaleTransform(_xFactor, _yFactor); in OnPaint()
156 e.Graphics.DrawRectangle(Pens.DarkSlateGray, 0, 0, 44, 16); in OnPaint()
157 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 6, 6, 4, 4); in OnPaint()
160 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 22, 2, 1, 5); in OnPaint()
161 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 6, 3, 1); in OnPaint()
162 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 3, 1, 1); in OnPaint()
164 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 2, 3, 1); in OnPaint()
165 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 23, 3, 1, 1); in OnPaint()
166 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 22, 4, 1, 1); in OnPaint()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java27 import java.awt.Graphics;
590 Graphics g, in paintPasswordFieldBackground()
1351 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBackground()
1357 Graphics g, int x, int y, int w, int h) { in paintArrowButtonBorder()
1369 Graphics g, int x, int y, int w, int h) { in paintButtonBackground()
1375 Graphics g, int x, int y, int w, int h) { in paintButtonBorder()
1381 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBackground()
1387 Graphics g, int x, int y, int w, int h) { in paintCheckBoxMenuItemBorder()
1393 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBackground()
1399 Graphics g, int x, int y, int w, int h) { in paintCheckBoxBorder()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DGraphics_as.hx1 // Graphics_as.hx: ActionScript 3 "Graphics" class, for Gnash.
27 import flash.display.Graphics;
43 var x1:Graphics = s1.graphics; //Graphics property of DisplayObject is Graphics object
46 if (Std.is(x1, Graphics)) {
47 DejaGnu.pass("Graphics class exists");
72 DejaGnu.pass("Graphics::clear method exists");
77 DejaGnu.pass("Graphics::curveTo method exists");
92 DejaGnu.pass("Graphics::drawRect method exists");
107 DejaGnu.pass("Graphics::endFill method exists");
122 DejaGnu.pass("Graphics::lineTo method exists");
[all …]

12345678910>>...611