Home
last modified time | relevance | path

Searched refs:Graphics (Results 251 – 275 of 26407) sorted by relevance

1...<<11121314151617181920>>...1057

/dports/games/pioneer/pioneer-20210723/src/
H A DSfx.h16 namespace Graphics {
63 static void Init(Graphics::Renderer *r);
65 static std::unique_ptr<Graphics::Material> damageParticle;
66 static std::unique_ptr<Graphics::Material> ecmParticle;
67 static std::unique_ptr<Graphics::Material> smokeParticle;
68 static std::unique_ptr<Graphics::Material> explosionParticle;
69 static Graphics::RenderState *alphaState;
70 static Graphics::RenderState *additiveAlphaState;
71 static Graphics::RenderState *alphaOneState;
84 effect(Graphics::EFFECT_BILLBOARD), in MaterialData()
[all …]
H A DSectorView.h21 namespace Graphics {
107 Graphics::Drawables::Line3D *line;
191 Graphics::Drawables::Line3D m_selectedLine;
192 Graphics::Drawables::Line3D m_secondLine;
193 Graphics::Drawables::Line3D m_jumpLine;
197 Graphics::Drawables::Lines m_routeLines;
204 Graphics::RenderState *m_solidState;
205 Graphics::RenderState *m_alphaBlendState;
206 Graphics::RenderState *m_jumpSphereState;
230 Graphics::Drawables::Lines m_lines;
[all …]
/dports/games/residualvm/residualvm-0.3.1/backends/platform/android/
H A Dtexture.h43 Graphics::PixelFormat pixelFormat);
119 inline Graphics::Surface *surface() { in surface()
181 Graphics::Surface _surface;
190 Graphics::PixelFormat _pixelFormat;
191 Graphics::PixelFormat _palettePixelFormat;
199 Graphics::PixelFormat pixelFormat);
225 static Graphics::PixelFormat pixelFormat() { in pixelFormat()
236 static Graphics::PixelFormat pixelFormat() { in pixelFormat()
247 static inline Graphics::PixelFormat pixelFormat() { in pixelFormat()
266 Graphics::PixelFormat pixelFormat);
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/
H A Dtexture.h43 Graphics::PixelFormat pixelFormat);
119 inline Graphics::Surface *surface() { in surface()
181 Graphics::Surface _surface;
190 Graphics::PixelFormat _pixelFormat;
191 Graphics::PixelFormat _palettePixelFormat;
199 Graphics::PixelFormat pixelFormat);
225 static Graphics::PixelFormat pixelFormat() { in pixelFormat()
236 static Graphics::PixelFormat pixelFormat() { in pixelFormat()
247 static inline Graphics::PixelFormat pixelFormat() { in pixelFormat()
266 Graphics::PixelFormat pixelFormat);
[all …]
/dports/games/viruskiller/viruskiller-1.03/src/
H A DCGraphics.cpp24 Graphics::Graphics() in Graphics() function in Graphics
39 void Graphics::free() in free()
56 void Graphics::destroy() in destroy()
85 void Graphics::mapColors() in mapColors()
115 Sprite *Graphics::getSpriteHead() in getSpriteHead()
130 void Graphics::updateScreen() in updateScreen()
167 void Graphics::delay(int time) in delay()
393 void Graphics::fade(int amount) in fade()
399 void Graphics::fadeToBlack() in fadeToBlack()
520 void Graphics::animateSprites() in animateSprites()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/text/
H A Dtruetype_font.cpp121 Graphics::Font *newFont; in loadFont()
125 …Font = Graphics::loadTTFFontFromArchive(freeFontName, point, Graphics::kTTFSizeModeCell, 0, (sharp… in loadFont()
127 …newFont = Graphics::loadTTFFont(file, point, Graphics::kTTFSizeModeCell, 0, (sharp ? Graphics::kTT… in loadFont()
171 void StyledTTFont::drawChar(Graphics::Surface *dst, byte chr, int x, int y, uint32 color) { in drawChar()
187 …oid StyledTTFont::drawString(Graphics::Surface *dst, const Common::String &str, int x, int y, int … in drawString()
195 if (align == Graphics::kTextAlignCenter) in drawString()
197 else if (align == Graphics::kTextAlignRight) in drawString()
208 if (align == Graphics::kTextAlignCenter) in drawString()
210 else if (align == Graphics::kTextAlignRight) in drawString()
226 Graphics::Surface *StyledTTFont::renderSolidText(const Common::String &str, uint32 color) { in renderSolidText()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/text/
H A Dtruetype_font.cpp121 Graphics::Font *newFont; in loadFont()
125 …t = Graphics::loadTTFFontFromArchive(liberationFontName, point, Graphics::kTTFSizeModeCell, 0, (sh… in loadFont()
127 …newFont = Graphics::loadTTFFont(file, point, Graphics::kTTFSizeModeCell, 0, (sharp ? Graphics::kTT… in loadFont()
171 void StyledTTFont::drawChar(Graphics::Surface *dst, byte chr, int x, int y, uint32 color) { in drawChar()
187 …oid StyledTTFont::drawString(Graphics::Surface *dst, const Common::String &str, int x, int y, int … in drawString()
195 if (align == Graphics::kTextAlignCenter) in drawString()
197 else if (align == Graphics::kTextAlignRight) in drawString()
208 if (align == Graphics::kTextAlignCenter) in drawString()
210 else if (align == Graphics::kTextAlignRight) in drawString()
226 Graphics::Surface *StyledTTFont::renderSolidText(const Common::String &str, uint32 color) { in renderSolidText()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dsurface.h42 class BaseSurface: public Graphics::Screen, public Fonts {
53 BaseSurface(int width_, int height_, const Graphics::PixelFormat &pf);
58 virtual void SHblitFrom(const Graphics::Surface &src) { in SHblitFrom()
59 Graphics::ManagedSurface::blitFrom(src); in SHblitFrom()
65 virtual void SHblitFrom(const Graphics::Surface &src, const Common::Point &destPos) { in SHblitFrom()
66 Graphics::ManagedSurface::blitFrom(src, destPos); in SHblitFrom()
72 …virtual void SHblitFrom(const Graphics::Surface &src, const Common::Point &destPos, const Common::… in SHblitFrom()
73 Graphics::ManagedSurface::blitFrom(src, srcBounds, destPos); in SHblitFrom()
85 virtual void SHtransBlitFrom(const Graphics::Surface &src, const Common::Point &pt,
92 Graphics::ManagedSurface::fillRect(r, color); in SHfillRect()
[all …]
/dports/games/qonk/qonk-0.3.1/guichan/guichan/widgets/
H A Dscrollarea.hpp298 virtual void draw(Graphics *graphics);
300 virtual void drawBorder(Graphics* graphics);
347 virtual void drawBackground(Graphics *graphics);
354 virtual void drawUpButton(Graphics *graphics);
361 virtual void drawDownButton(Graphics *graphics);
368 virtual void drawLeftButton(Graphics *graphics);
375 virtual void drawRightButton(Graphics *graphics);
382 virtual void drawVBar(Graphics* graphics);
389 virtual void drawHBar(Graphics* graphics);
396 virtual void drawVMarker(Graphics* graphics);
[all …]
/dports/games/pioneer/pioneer-20210723/src/gui/
H A DGuiTexturedQuad.cpp10 using namespace Graphics;
14 …void TexturedQuad::Draw(Graphics::Renderer *renderer, const vector2f &pos, const vector2f &size, c… in Draw()
21 Graphics::MaterialDescriptor desc; in Draw()
29 Graphics::VertexArray va(ATTRIB_POSITION | ATTRIB_UV0); in Draw()
38 Graphics::VertexBufferDesc vbd; in Draw()
39 vbd.attrib[0].semantic = Graphics::ATTRIB_POSITION; in Draw()
40 vbd.attrib[0].format = Graphics::ATTRIB_FORMAT_FLOAT3; in Draw()
41 vbd.attrib[1].semantic = Graphics::ATTRIB_UV0; in Draw()
42 vbd.attrib[1].format = Graphics::ATTRIB_FORMAT_FLOAT2; in Draw()
44 vbd.usage = Graphics::BUFFER_USAGE_STATIC; in Draw()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dsurface.h42 class BaseSurface: public Graphics::Screen, public Fonts {
53 BaseSurface(int width_, int height_, const Graphics::PixelFormat &pf);
58 virtual void SHblitFrom(const Graphics::Surface &src) { in SHblitFrom()
59 Graphics::ManagedSurface::blitFrom(src); in SHblitFrom()
65 virtual void SHblitFrom(const Graphics::Surface &src, const Common::Point &destPos) { in SHblitFrom()
66 Graphics::ManagedSurface::blitFrom(src, destPos); in SHblitFrom()
72 …virtual void SHblitFrom(const Graphics::Surface &src, const Common::Point &destPos, const Common::… in SHblitFrom()
73 Graphics::ManagedSurface::blitFrom(src, srcBounds, destPos); in SHblitFrom()
85 virtual void SHtransBlitFrom(const Graphics::Surface &src, const Common::Point &pt,
92 Graphics::ManagedSurface::fillRect(r, color); in SHfillRect()
[all …]
/dports/games/glest/glest_source_3.2.2/source/glest_game/graphics/
H A Drenderer.h32 using Shared::Graphics::Texture2D;
33 using Shared::Graphics::Texture3D;
40 using Shared::Graphics::FontManager;
41 using Shared::Graphics::Font2D;
42 using Shared::Graphics::Matrix4f;
43 using Shared::Graphics::Vec2i;
44 using Shared::Graphics::Quad2i;
45 using Shared::Graphics::Vec3f;
46 using Shared::Graphics::Model;
48 using Shared::Graphics::Pixmap2D;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DControlPaint.cs306 public static void DrawBorder3D(Graphics graphics, Rectangle rectangle) { in DrawBorder3D()
310 public static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style) { in DrawBorder3D()
314 public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height) { in DrawBorder3D()
335 public static void DrawButton( Graphics graphics, Rectangle rectangle, ButtonState state) { in DrawButton()
354 public static void DrawCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state) { in DrawCheckBox()
368 public static void DrawContainerGrabHandle(Graphics graphics, Rectangle bounds) { in DrawContainerGrabHandle()
373 public static void DrawFocusRectangle( Graphics graphics, Rectangle rectangle) { in DrawFocusRectangle()
397 public static void DrawLockedFrame(Graphics graphics, Rectangle rectangle, bool primary) { in DrawLockedFrame()
402 public static void DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph) { in DrawMenuGlyph()
469 public static void DrawSizeGrip (Graphics graphics, Color backColor, Rectangle bounds) in DrawSizeGrip()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dsprites.cpp332 Graphics::Surface *GraphicsManager::duplicateSurface(Graphics::Surface *surface) { in duplicateSurface()
333 Graphics::Surface *res = new Graphics::Surface(); in duplicateSurface()
338 void GraphicsManager::blendColor(Graphics::Surface *blitted, uint32 color, Graphics::TSpriteBlendMo… in blendColor()
339 Graphics::TransparentSurface tmp; in blendColor()
347 Graphics::Surface * toDetele = nullptr; in applyLightmapToSprite()
376 (mirror ? Graphics::FLIP_H : Graphics::FLIP_NONE), in applyLightmapToSprite()
456 Graphics::Surface *blitted = &single.surface; in scaleSprite()
461 Graphics::TransparentSurface tmp(*blitted, false); in scaleSprite()
470 …addSpriteDepth(blitted, d, x1, y1, (mirror ? Graphics::FLIP_H : Graphics::FLIP_NONE), diffX, diffY… in scaleSprite()
564 Graphics::Surface *blitted = &single.surface; in fixScaleSprite()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/zorro/
H A Dzorro.ids98 2000 1600-GX [Graphics Card]
171 fe00 Pixel64 [Graphics Card]
273 0200 Visiona [Graphics Card]
275 0400 Merlin [Graphics Card]
276 c900 Merlin [Graphics Card]
291 0100 GDA-1 [Graphics Card]
306 0100 Horizon [Graphics Card]
308 0300 Voyager [Graphics Card]
317 0200 Domino [Graphics Card]
450 0600 Retina [Graphics Card]
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/zorro/
H A Dzorro.ids98 2000 1600-GX [Graphics Card]
171 fe00 Pixel64 [Graphics Card]
273 0200 Visiona [Graphics Card]
275 0400 Merlin [Graphics Card]
276 c900 Merlin [Graphics Card]
291 0100 GDA-1 [Graphics Card]
306 0100 Horizon [Graphics Card]
308 0300 Voyager [Graphics Card]
317 0200 Domino [Graphics Card]
450 0600 Retina [Graphics Card]
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/zorro/
H A Dzorro.ids98 2000 1600-GX [Graphics Card]
171 fe00 Pixel64 [Graphics Card]
273 0200 Visiona [Graphics Card]
275 0400 Merlin [Graphics Card]
276 c900 Merlin [Graphics Card]
291 0100 GDA-1 [Graphics Card]
306 0100 Horizon [Graphics Card]
308 0300 Voyager [Graphics Card]
317 0200 Domino [Graphics Card]
450 0600 Retina [Graphics Card]
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/
H A DVty.hs33 module Graphics.Vty module
38 , module Graphics.Vty.Config
39 , module Graphics.Vty.Input
40 , module Graphics.Vty.Output
43 , module Graphics.Vty.Image
48 import Graphics.Vty.Config
49 import Graphics.Vty.Input
50 import Graphics.Vty.Output
52 import Graphics.Vty.Picture
53 import Graphics.Vty.Image
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/
H A DVty.hs33 module Graphics.Vty module
38 , module Graphics.Vty.Config
39 , module Graphics.Vty.Input
40 , module Graphics.Vty.Output
43 , module Graphics.Vty.Image
48 import Graphics.Vty.Config
49 import Graphics.Vty.Input
50 import Graphics.Vty.Output
52 import Graphics.Vty.Picture
53 import Graphics.Vty.Image
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/
H A DVty.hs33 module Graphics.Vty module
38 , module Graphics.Vty.Config
39 , module Graphics.Vty.Input
40 , module Graphics.Vty.Output
43 , module Graphics.Vty.Image
48 import Graphics.Vty.Config
49 import Graphics.Vty.Input
50 import Graphics.Vty.Output
52 import Graphics.Vty.Picture
53 import Graphics.Vty.Image
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/
H A DVty.hs33 module Graphics.Vty module
38 , module Graphics.Vty.Config
39 , module Graphics.Vty.Input
40 , module Graphics.Vty.Output
43 , module Graphics.Vty.Image
48 import Graphics.Vty.Config
49 import Graphics.Vty.Input
50 import Graphics.Vty.Output
52 import Graphics.Vty.Picture
53 import Graphics.Vty.Image
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/pango-0.13.8.1/
H A Dpango.cabal18 Category: Graphics
24 x-Types-File: Graphics/Rendering/Pango/Types.chs
25 x-Types-ModName: Graphics.Rendering.Pango.Types
60 exposed-modules: Graphics.Rendering.Pango
61 Graphics.Rendering.Pango.Font
62 Graphics.Rendering.Pango.Enums
63 Graphics.Rendering.Pango.Context
64 Graphics.Rendering.Pango.Layout
66 Graphics.Rendering.Pango.Markup
67 Graphics.Rendering.Pango.Cairo
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/pango-0.13.8.1/
H A Dpango.cabal18 Category: Graphics
24 x-Types-File: Graphics/Rendering/Pango/Types.chs
25 x-Types-ModName: Graphics.Rendering.Pango.Types
60 exposed-modules: Graphics.Rendering.Pango
61 Graphics.Rendering.Pango.Font
62 Graphics.Rendering.Pango.Enums
63 Graphics.Rendering.Pango.Context
64 Graphics.Rendering.Pango.Layout
66 Graphics.Rendering.Pango.Markup
67 Graphics.Rendering.Pango.Cairo
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp197 bool Graphics::gl3Support = false;
199 Graphics::Graphics(Context* context) : in Graphics() function in Urho3D::Graphics
248 Graphics::~Graphics() in ~Graphics()
482 void Graphics::Close() in Close()
572 bool Graphics::BeginFrame() in BeginFrame()
608 void Graphics::EndFrame() in EndFrame()
1364 void Graphics::Restore() in Restore()
1837 bool Graphics::GetDither() const in GetDither()
1879 void Graphics::OnWindowMoved() in OnWindowMoved()
2065 bool Graphics::GetGL3Support() in GetGL3Support()
[all …]
/dports/math/PDL/PDL-2.019/Graphics/TriD/TriD/
H A DWindow.pm9 sub PDL::Graphics::TriD::EventHandler::new;
11 package PDL::Graphics::TriD::Window;
12 use PDL::Graphics::TriD::ViewPort;
64 my $vp = new PDL::Graphics::TriD::ViewPort($x0,$y0,$x1,$y1);
72 use PDL::Graphics::TriD::ArcBall;
73 use PDL::Graphics::TriD::SimpleScaler;
74 use PDL::Graphics::TriD::Control3D;
75 if (defined($PDL::Graphics::TriD::offline) and $PDL::Graphics::TriD::offline==1 ) {
88 $ev->set_button(0,new PDL::Graphics::TriD::ArcCone(
91 $ev->set_button(2,new PDL::Graphics::TriD::SimpleScaler(
[all …]

1...<<11121314151617181920>>...1057