Home
last modified time | relevance | path

Searched refs:Graphics (Results 201 – 225 of 24103) sorted by relevance

12345678910>>...965

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/macventure/
H A Dgui.h52 using namespace Graphics::MacGUIConstants;
129 const Graphics::Font& getCurrentFont();
172 Graphics::ManagedSurface _screen;
173 Graphics::MacWindowManager _wm;
179 Graphics::MacWindow *_controlsWindow;
180 Graphics::MacWindow *_mainGameWindow;
182 Graphics::MacWindow *_selfWindow;
183 Graphics::MacWindow *_exitsWindow;
184 Graphics::MacWindow *_diplomaWindow;
186 Graphics::MacMenu *_menu;
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/macventure/
H A Dgui.h52 using namespace Graphics::MacGUIConstants;
129 const Graphics::Font& getCurrentFont();
172 Graphics::ManagedSurface _screen;
173 Graphics::MacWindowManager _wm;
179 Graphics::MacWindow *_controlsWindow;
180 Graphics::MacWindow *_mainGameWindow;
182 Graphics::MacWindow *_selfWindow;
183 Graphics::MacWindow *_exitsWindow;
184 Graphics::MacWindow *_diplomaWindow;
186 Graphics::MacMenu *_menu;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/avalanche/
H A Dgraphics.h101 Graphics::Surface ghostLoadPicture(Common::File &file, Common::Point &coord);
172 Graphics::Surface _background;
173 Graphics::Surface _backup;
178 Graphics::Surface _scrolls;
179 Graphics::Surface _surface;
180 Graphics::Surface _menu;
183 Graphics::Surface _nimStone;
184 Graphics::Surface _nimInitials[3];
185 Graphics::Surface _nimLogo;
188 Graphics::Surface _seuPictures[99];
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/avalanche/
H A Dgraphics.h101 Graphics::Surface ghostLoadPicture(Common::File &file, Common::Point &coord);
172 Graphics::Surface _background;
173 Graphics::Surface _backup;
178 Graphics::Surface _scrolls;
179 Graphics::Surface _surface;
180 Graphics::Surface _menu;
183 Graphics::Surface _nimStone;
184 Graphics::Surface _nimInitials[3];
185 Graphics::Surface _nimLogo;
188 Graphics::Surface _seuPictures[99];
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/image/
H A Djpeg.cpp58 Graphics::PixelFormat JPEGDecoder::getByteOrderRgbPixelFormat() const { in getByteOrderRgbPixelFormat()
60 return Graphics::PixelFormat(3, 8, 8, 8, 0, 16, 8, 0, 0); in getByteOrderRgbPixelFormat()
62 return Graphics::PixelFormat(3, 8, 8, 8, 0, 0, 8, 16, 0); in getByteOrderRgbPixelFormat()
66 const Graphics::Surface *JPEGDecoder::getSurface() const { in getSurface()
74 const Graphics::Surface *JPEGDecoder::decodeFrame(Common::SeekableReadStream &stream) { in decodeFrame()
81 Graphics::PixelFormat JPEGDecoder::getPixelFormat() const { in getPixelFormat()
186 J_COLOR_SPACE fromScummvmPixelFormat(const Graphics::PixelFormat &format) { in fromScummvmPixelFormat()
189 Graphics::PixelFormat pixelFormat; in fromScummvmPixelFormat()
201 { Graphics::PixelFormat(3, 8, 8, 8, 0, 0, 8, 16, 0), JCS_EXT_BGR, JCS_EXT_RGB } in fromScummvmPixelFormat()
210 { Graphics::PixelFormat(4, 8, 8, 8, 8, 8, 16, 24, 0), JCS_EXT_BGRA, JCS_EXT_ARGB } in fromScummvmPixelFormat()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/gfx/osystem/
H A Drender_ticket.cpp46 _surface = new Graphics::Surface(); in RenderTicket()
61 if (_transform._angle != Graphics::kDefaultAngle) { in RenderTicket()
62 Graphics::TransparentSurface src(*_surface, false); in RenderTicket()
63 Graphics::Surface *temp; in RenderTicket()
75 Graphics::TransparentSurface src(*_surface, false); in RenderTicket()
76 Graphics::Surface *temp; in RenderTicket()
111 Graphics::TransparentSurface src(*getSurface(), false); in drawToSurface()
119 src.setAlphaMode(Graphics::ALPHA_OPAQUE); in drawToSurface()
121 src.setAlphaMode(Graphics::ALPHA_FULL); in drawToSurface()
153 src.setAlphaMode(Graphics::ALPHA_OPAQUE); in drawToSurface()
[all …]
/dports/games/scummvm/scummvm-2.5.1/image/
H A Djpeg.cpp58 Graphics::PixelFormat JPEGDecoder::getByteOrderRgbPixelFormat() const { in getByteOrderRgbPixelFormat()
60 return Graphics::PixelFormat(3, 8, 8, 8, 0, 16, 8, 0, 0); in getByteOrderRgbPixelFormat()
62 return Graphics::PixelFormat(3, 8, 8, 8, 0, 0, 8, 16, 0); in getByteOrderRgbPixelFormat()
66 const Graphics::Surface *JPEGDecoder::getSurface() const { in getSurface()
74 const Graphics::Surface *JPEGDecoder::decodeFrame(Common::SeekableReadStream &stream) { in decodeFrame()
81 Graphics::PixelFormat JPEGDecoder::getPixelFormat() const { in getPixelFormat()
186 J_COLOR_SPACE fromScummvmPixelFormat(const Graphics::PixelFormat &format) { in fromScummvmPixelFormat()
189 Graphics::PixelFormat pixelFormat; in fromScummvmPixelFormat()
201 { Graphics::PixelFormat(3, 8, 8, 8, 0, 0, 8, 16, 0), JCS_EXT_BGR, JCS_EXT_RGB } in fromScummvmPixelFormat()
210 { Graphics::PixelFormat(4, 8, 8, 8, 8, 8, 16, 24, 0), JCS_EXT_BGRA, JCS_EXT_ARGB } in fromScummvmPixelFormat()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/opengl/
H A Dopengl-graphics.cpp194 Common::List<Graphics::PixelFormat> formats; in getSupportedFormats()
427 Graphics::PixelFormat requestedFormat; in initSize()
583 Graphics::Surface *OpenGLGraphicsManager::lockScreen() { in lockScreen()
641 … const Graphics::PixelFormat &srcFmt, const Graphics::PixelFormat &dstFmt, in multiplyColorWithAlpha()
685 Graphics::PixelFormat inputFormat; in setMouseCursor()
703 Graphics::PixelFormat textureFormat; in setMouseCursor()
729 Graphics::Surface *dst = _cursor->getSurface(); in setMouseCursor()
796 const Graphics::Font *font = getFontOSD(); in osdMessageUpdateSurface()
836 white, Graphics::kTextAlignCenter); in osdMessageUpdateSurface()
967 … OpenGLGraphicsManager::notifyContextCreate(const Graphics::PixelFormat &defaultFormat, const Grap… in notifyContextCreate()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dgraphics.cpp37 Graphics::Graphics(StarTrekEngine *vm) : _vm(vm), _egaMode(false) { in Graphics() function in StarTrek::Graphics
69 Graphics::~Graphics() { in ~Graphics()
160 void Graphics::fadeinScreen() { in fadeinScreen()
172 void Graphics::fadeoutScreen() { in fadeoutScreen()
226 void Graphics::clearPri() { in clearPri()
284 void Graphics::drawSprite(const Sprite &sprite, ::Graphics::Surface *surface) { in drawSprite()
514 const ::Graphics::PixelFormat format = ::Graphics::PixelFormat::createFormatCLUT8(); in drawAllSprites()
515 ::Graphics::Surface surface; in drawAllSprites()
594 void Graphics::updateScreen() { in updateScreen()
656 void Graphics::pushSprites() { in pushSprites()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/Imaging/
H A DMetafileTests.cs139 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrEmfType_Success()
160 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrInvalidEmfType_ThrowsArgumentException()
190 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrEmfTypeString_Success()
209 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrRectangleF_Success()
231 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrRectangleFMetafileFrameUnit_Success()
243 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrRectangleFMetafileFrameUnitEmfType_Success()
256 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrRectangleFMetafileFrameUnitEmfTypeString_Success()
267 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrRectangle_Success()
279 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrRectangleMetafileFrameUnit_Success()
291 using (Graphics g = Graphics.FromImage(bmp)) in Ctor_IntPtrRectangleMetafileFrameUnitEmfType_Success()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel_V1.h43 void drawButtonBackground (Graphics&, Button&, const Colour& backgroundColour,
46 void drawToggleButton (Graphics&, ToggleButton&,
49 void drawTickBox (Graphics&, Component&, float x, float y, float w, float h,
53 void drawProgressBar (Graphics&, ProgressBar&, int width, int height,
57 void drawScrollbarButton (Graphics&, ScrollBar&, int width, int height,
61 void drawScrollbar (Graphics&, ScrollBar&, int x, int y, int width, int height,
68 void drawTextEditorOutline (Graphics&, int width, int height, TextEditor&) override;
71 void drawPopupMenuBackground (Graphics&, int width, int height) override;
75 void drawComboBox (Graphics&, int width, int height, bool isButtonDown,
81 void drawLinearSlider (Graphics&, int x, int y, int width, int height,
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel_V1.h43 void drawButtonBackground (Graphics&, Button&, const Colour& backgroundColour,
46 void drawToggleButton (Graphics&, ToggleButton&,
49 void drawTickBox (Graphics&, Component&, float x, float y, float w, float h,
53 void drawProgressBar (Graphics&, ProgressBar&, int width, int height,
57 void drawScrollbarButton (Graphics&, ScrollBar&, int width, int height,
61 void drawScrollbar (Graphics&, ScrollBar&, int x, int y, int width, int height,
68 void drawTextEditorOutline (Graphics&, int width, int height, TextEditor&) override;
71 void drawPopupMenuBackground (Graphics&, int width, int height) override;
75 void drawComboBox (Graphics&, int width, int height, bool isButtonDown,
81 void drawLinearSlider (Graphics&, int x, int y, int width, int height,
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/alfont/
H A Dalfont.cpp34 Graphics::Font *ALFONT_FONT::getFont() { in getFont()
38 Graphics::TTFRenderMode renderMode = Graphics::kTTFRenderModeMonochrome; in getFont()
40 renderMode = Graphics::kTTFRenderModeLight; in getFont()
41Graphics::Font *font = Graphics::loadTTFFont(_ttfData, _size, Graphics::kTTFSizeModeCharacter, 0, … in getFont()
44 Graphics::WinFont *winfont = new Graphics::WinFont(); in getFont()
83 Graphics::ManagedSurface &surf = **bmp; in alfont_textout()
84 Graphics::Font *fnt = font->getFont(); in alfont_textout()
95 Graphics::Font *srcFnt = refFont->getFont(); in alfont_textout()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DBufferedGraphics.Windows.cs17 private Graphics _bufferedGraphicsSurface;
18 private readonly Graphics _targetGraphics;
28 …internal BufferedGraphics(Graphics bufferedGraphicsSurface, BufferedGraphicsContext context, Graph… in BufferedGraphics()
77 public Graphics Graphics => _bufferedGraphicsSurface; field in System.Drawing.BufferedGraphics
90 RenderInternal(new HandleRef(Graphics, _targetDC), this); in Render()
97 public void Render(Graphics target) in Render()
124 IntPtr sourceDC = buffer.Graphics.GetHdc(); in RenderInternal()
129 new HandleRef(buffer.Graphics, sourceDC), 0, 0, RasterOp); in RenderInternal()
133 buffer.Graphics.ReleaseHdcInternal(sourceDC); in RenderInternal()
/dports/games/pioneer/pioneer-20210723/src/
H A DPlanet.h11 namespace Graphics {
25 …virtual void SubRender(Graphics::Renderer *r, const matrix4x4d &viewTran, const vector3d &camPos) …
35 void GenerateRings(Graphics::Renderer *renderer);
36 void DrawGasGiantRings(Graphics::Renderer *r, const matrix4x4d &modelView);
40 RefCountedPtr<Graphics::Texture> m_ringTexture;
41 Graphics::VertexArray m_ringVertices;
42 std::unique_ptr<Graphics::Material> m_ringMaterial;
43 Graphics::RenderState *m_ringState;
46 std::unique_ptr<Graphics::VertexArray> m_atmosphereVertices;
47 std::unique_ptr<Graphics::Material> m_atmosphereMaterial;
H A DNavLights.cpp18 static RefCountedPtr<Graphics::Texture> texHalos4x4;
19 static RefCountedPtr<Graphics::Material> matHalos4x4;
49 void NavLights::Init(Graphics::Renderer *renderer) in Init()
82 m_billboardTris(Graphics::ATTRIB_POSITION | Graphics::ATTRIB_NORMAL), in NavLights()
88 Graphics::Renderer *renderer = model->GetRenderer(); in NavLights()
184 Graphics::MaterialDescriptor desc; in Render()
185 desc.effect = Graphics::EFFECT_BILLBOARD_ATLAS; in Render()
191 Graphics::RenderStateDesc rsd; in Render()
192 rsd.blendMode = Graphics::BLEND_ADDITIVE; in Render()
203 Graphics::VertexBufferDesc vbd; in Render()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/gui/
H A Dgui_load_image.cpp35 Graphics::ManagedSurface *GUI_LoadImage(int w, int h, uint8 *pal, uint8 *data) { in GUI_LoadImage()
36 Graphics::ManagedSurface *image = new Graphics::ManagedSurface(w, h, in GUI_LoadImage()
37 Graphics::PixelFormat::createFormatCLUT8()); in GUI_LoadImage()
56 static Graphics::ManagedSurface *the_font = NULL;
57 static Graphics::ManagedSurface *the_font_6x8 = NULL;
58 static Graphics::ManagedSurface *the_font_gump = NULL;
60 Graphics::ManagedSurface *GUI_DefaultFont(void) { in GUI_DefaultFont()
67 Graphics::ManagedSurface *GUI_Font6x8(void) { in GUI_Font6x8()
74 Graphics::ManagedSurface *GUI_FontGump(void) { in GUI_FontGump()
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/opengl/
H A Dopengl-graphics.cpp210 Common::List<Graphics::PixelFormat> formats; in getSupportedFormats()
502 Graphics::PixelFormat requestedFormat; in initSize()
665 Graphics::Surface *OpenGLGraphicsManager::lockScreen() { in lockScreen()
722 const Graphics::PixelFormat &srcFmt, const Graphics::PixelFormat &dstFmt, in multiplyColorWithAlpha()
766 Graphics::PixelFormat inputFormat; in setMouseCursor()
791 Graphics::PixelFormat textureFormat; in setMouseCursor()
822 Graphics::Surface *dst = _cursor->getSurface(); in setMouseCursor()
889 const Graphics::Font *font = getFontOSD(); in osdMessageUpdateSurface()
972 Graphics::Surface *dst = _osdIconSurface->getSurface(); in displayActivityIconOnOSD()
1058 … OpenGLGraphicsManager::notifyContextCreate(const Graphics::PixelFormat &defaultFormat, const Grap… in notifyContextCreate()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/director/
H A Dcachedmactext.h28 namespace Graphics {
43 Graphics::MacWindowManager *_wm;
44 Graphics::MacFont *_macFont;
45 Graphics::MacText *_macText;
46 Graphics::TextAlign _align;
48 Graphics::ManagedSurface *_surface;
54 Graphics::MacWindowManager *const wm = NULL
56 void setWm(Graphics::MacWindowManager *wm);
59 const Graphics::ManagedSurface *getSurface();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wage/
H A Dgui.h72 using namespace Graphics::MacWindowConstants;
148 const Graphics::MacFont *getConsoleMacFont();
149 const Graphics::Font *getConsoleFont();
150 const Graphics::Font *getTitleFont();
153 void loadBorder(Graphics::MacWindow *target, Common::String filename, bool active);
156 Graphics::ManagedSurface _screen;
162 Graphics::MacWindowManager _wm;
163 Graphics::MacWindow *_sceneWindow;
164 Graphics::MacTextWindow *_consoleWindow;
167 Graphics::ManagedSurface _console;
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/wage/
H A Dgui.h72 using namespace Graphics::MacWindowConstants;
148 const Graphics::MacFont *getConsoleMacFont();
149 const Graphics::Font *getConsoleFont();
150 const Graphics::Font *getTitleFont();
153 …void loadBorder(Graphics::MacWindow *target, const char *border[], uint height, uint32 flags, int …
156 Graphics::ManagedSurface _screen;
162 Graphics::MacWindowManager *_wm;
163 Graphics::MacWindow *_sceneWindow;
164 Graphics::MacTextWindow *_consoleWindow;
167 Graphics::ManagedSurface _console;
[all …]
/dports/graphics/p5-Graphics-ColorNames/Graphics-ColorNames-2.11/
H A DMETA.yml2 name: Graphics-ColorNames
32 Graphics::ColorNames:
33 file: lib/Graphics/ColorNames.pm
35 Graphics::ColorNames::HTML:
36 file: lib/Graphics/ColorNames/HTML.pm
38 Graphics::ColorNames::Netscape:
39 file: lib/Graphics/ColorNames/Netscape.pm
41 Graphics::ColorNames::Windows:
42 file: lib/Graphics/ColorNames/Windows.pm
44 Graphics::ColorNames::X:
[all …]
/dports/games/scummvm/scummvm-2.5.1/video/
H A Dmve_decoder.h37 namespace Graphics {
58 Graphics::Surface _decodeSurface0;
59 Graphics::Surface _decodeSurface1;
60 Graphics::Surface _frameSurface;
71 Graphics::PixelFormat _pixelFormat;
91 void copyBlock_8bit(Graphics::Surface &dst, Common::MemoryReadStream &s, int block);
92 void copyBlock_16bit(Graphics::Surface &dst, Common::MemoryReadStream &s, int block);
93 void copyBlock(Graphics::Surface &dst, Graphics::Surface &src, int block, int offset = 0);
94 …void copyBlock(Graphics::Surface &dst, Graphics::Surface &src, int dx, int dy, int off_x, int off_…
109 Graphics::PixelFormat getPixelFormat() const;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/chewy/
H A Dgraphics.cpp40 Graphics::Graphics(ChewyEngine *vm) : _vm(vm) { in Graphics() function in Chewy::Graphics
45 Graphics::~Graphics() { in ~Graphics()
75 void Graphics::drawRect(Common::Rect r, byte color) { in drawRect()
76 ::Graphics::Surface *screen = g_system->lockScreen(); in drawRect()
84 void Graphics::loadFont(Common::String filename) { in loadFont()
89 ::Graphics::Surface *screen = g_system->lockScreen(); in drawTransparent()
104 ::Graphics::Surface *textSurface = _font->getLine(text); in drawText()
112 void Graphics::playVideo(uint num) { in playVideo()
164 void Graphics::setDescSurface(Common::Point pos) { in setDescSurface()
170 ::Graphics::Surface *s = g_system->lockScreen(); in setDescSurface()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/chewy/
H A Dgraphics.cpp40 Graphics::Graphics(ChewyEngine *vm) : _vm(vm) { in Graphics() function in Chewy::Graphics
45 Graphics::~Graphics() { in ~Graphics()
75 void Graphics::drawRect(Common::Rect r, byte color) { in drawRect()
76 ::Graphics::Surface *screen = g_system->lockScreen(); in drawRect()
84 void Graphics::loadFont(Common::String filename) { in loadFont()
89 ::Graphics::Surface *screen = g_system->lockScreen(); in drawTransparent()
104 ::Graphics::Surface *textSurface = _font->getLine(text); in drawText()
112 void Graphics::playVideo(uint num) { in playVideo()
164 void Graphics::setDescSurface(Common::Point pos) { in setDescSurface()
170 ::Graphics::Surface *s = g_system->lockScreen(); in setDescSurface()
[all …]

12345678910>>...965