Home
last modified time | relevance | path

Searched refs:graphics (Results 1 – 25 of 8238) sorted by relevance

12345678910>>...330

/dports/games/viruskiller/viruskiller-1.03/src/
H A Dresources.cpp31 graphics.quickSprite("TitleLogo", graphics.loadImage("gfx/main/title.png")); in loadResources()
32 graphics.quickSprite("PRLogo", graphics.loadImage("gfx/main/prlogo.gif")); in loadResources()
35 graphics.quickSprite("Presents", graphics.getString(true, "Presents")); in loadResources()
36 graphics.quickSprite("SDL", graphics.getString(true, "An SDL Game")); in loadResources()
46 graphics.quickSprite("HTML", graphics.loadImage("gfx/fileTypes/html.png")); in loadResources()
49 graphics.quickSprite("PDF", graphics.loadImage("gfx/fileTypes/pdf.png")); in loadResources()
51 graphics.quickSprite("RPM", graphics.loadImage("gfx/fileTypes/rpm.png")); in loadResources()
59 graphics.quickSprite("Zip", graphics.loadImage("gfx/fileTypes/tgz.png")); in loadResources()
63 graphics.quickSprite("Base1", graphics.loadImage("gfx/sprites/ie.png")); in loadResources()
64 graphics.quickSprite("Base2", graphics.loadImage("gfx/sprites/bin.png")); in loadResources()
[all …]
H A Dgame.cpp139 graphics.drawRect(200, 150, 400, 300, graphics.black, graphics.white, graphics.screen); in showInGameOptions()
171 graphics.drawRect(200, 150, 400, 300, graphics.black, graphics.white, graphics.screen); in showInGameOptions()
184 graphics.drawRect(200, 150, 400, 300, graphics.black, graphics.white, graphics.screen); in showInGameOptions()
194 graphics.drawRect(200, 150, 400, 300, graphics.black, graphics.white, graphics.screen); in showInGameOptions()
203 graphics.drawRect(200, 150, 400, 300, graphics.black, graphics.white, graphics.screen); in showInGameOptions()
218 graphics.drawRect(200, 150, 400, 300, graphics.black, graphics.white, graphics.screen); in showInGameOptions()
290 graphics.clearScreen(graphics.black); in GameOver()
323 graphics.clearScreen(graphics.black); in GameOver()
354 graphics.blit(graphics.infoBar, 0, 0, graphics.screen, false); in doGameStuff()
362 graphics.drawRect(275, 11, 152, 12, graphics.black, graphics.white, graphics.screen); in doGameStuff()
[all …]
H A Dhighscores.cpp46 graphics.drawString(175, startY, TXT_LEFT, graphics.screen, "Name"); in showHighScores()
47 graphics.drawString(375, startY, TXT_LEFT, graphics.screen, "Score"); in showHighScores()
48 graphics.drawString(475, startY, TXT_LEFT, graphics.screen, "Kills"); in showHighScores()
49 graphics.drawString(575, startY, TXT_LEFT, graphics.screen, "Level"); in showHighScores()
76 graphics.clearScreen(graphics.black); in addHighScore()
77 graphics.delay(500); in addHighScore()
115 graphics.clearScreen(graphics.black); in addHighScore()
138 graphics.drawString(400, 375, TXT_CENTERED, graphics.screen, "_"); in addHighScore()
141 graphics.clearScreen(graphics.black); in addHighScore()
171 graphics.clearScreen(graphics.black); in addHighScore()
[all …]
/dports/games/chroma/chroma-1.20/
H A Dchroma.nsi498 SetOutPath "$INSTDIR\graphics"
1041 SetOutPath "$INSTDIR\graphics"
1042 File "graphics\chroma-neon.chroma"
1320 SetOutPath "$INSTDIR\graphics"
1321 File "graphics\chroma-zen.chroma"
1322 File "graphics\curses.chroma"
1323 File "graphics\fallback.chroma"
1324 File "graphics\font.txt"
1325 File "graphics\font.ttf"
1326 File "graphics\icon.png"
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.c147 graphics->bounds.X = graphics->bounds.Y = graphics->bounds.Width = graphics->bounds.Height = 0; in gdip_graphics_common_init()
148graphics->orig_bounds.X = graphics->orig_bounds.Y = graphics->orig_bounds.Width = graphics->orig_b… in gdip_graphics_common_init()
155 graphics->dpi_x = graphics->dpi_y = 0; in gdip_graphics_common_init()
200 graphics->ct = cairo_create (graphics->metasurface); in gdip_graphics_metafile_init()
231 if (!graphics) in GdipCreateFromHDC()
291 if (!graphics) in GdipCreateFromHDC2()
306 if (!graphics) in GdipCreateFromHWND()
325 if (!graphics) in GdipCreateFromContext_macosx()
363 if (!graphics) in GdipCreateFromXDrawable_linux()
539 gdip_cairo_set_matrix (graphics, graphics->copy_of_ctm); in GdipRestoreGraphics()
[all …]
H A Dgraphics-cairo.c52 cairo_fill (graphics->ct); in fill_graphics_with_brush()
57 gdip_cairo_set_matrix (graphics, graphics->copy_of_ctm); in fill_graphics_with_brush()
67 cairo_stroke (graphics->ct); in stroke_graphics_with_pen()
72 gdip_cairo_set_matrix (graphics, graphics->copy_of_ctm); in stroke_graphics_with_pen()
106 cx += graphics->aa_offset_x; in make_ellipse()
107 cy += graphics->aa_offset_y; in make_ellipse()
732 cairo_save (graphics->ct); in cairo_FillRegion()
769 cairo_save (graphics->ct); in cairo_GraphicsClear()
839 work = graphics->clip; in cairo_SetGraphicsClip()
877 cairo_clip (graphics->ct); in cairo_SetGraphicsClip()
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgraphicsfill.c41 GpGraphics *graphics; in test_fillClosedCurve() local
237 GpGraphics *graphics; in test_fillClosedCurveI() local
442 GpGraphics *graphics; in test_fillClosedCurve2() local
1058 GpGraphics *graphics; in test_fillClosedCurve2I() local
1686 GpGraphics *graphics; in test_fillEllipse() local
1787 GpGraphics *graphics; in test_fillEllipseI() local
1888 GpGraphics *graphics; in test_fillPath() local
2036 GpGraphics *graphics; in test_fillPie() local
2293 GpGraphics *graphics; in test_fillPieI() local
2550 GpGraphics *graphics; in test_fillPolygon() local
[all …]
H A Dtestgraphicsdraw.c41 GpGraphics *graphics; in test_drawArc() local
298 GpGraphics *graphics; in test_drawArcI() local
555 GpGraphics *graphics; in test_drawBezier() local
608 GpGraphics *graphics; in test_drawBezierI() local
661 GpGraphics *graphics; in test_drawBeziers() local
861 GpGraphics *graphics; in test_drawBeziersI() local
1062 GpGraphics *graphics; in test_drawCurve() local
1253 GpGraphics *graphics; in test_drawCurveI() local
1449 GpGraphics *graphics; in test_drawCurve2() local
1948 GpGraphics *graphics; in test_drawCurve2I() local
[all …]
H A Dtestgraphics.c30 GpGraphics *graphics; in getImageGraphics() local
41 return graphics; in getImageGraphics()
70 GpGraphics *graphics; in test_createFromHDC() local
141 GpGraphics *graphics; in test_createFromHDC2() local
209 GpGraphics *graphics; in test_createFromHWND() local
247 GpGraphics *graphics; in test_createFromHWNDICM() local
274 GpGraphics *graphics; in test_hdc() local
319 GpGraphics *graphics; in test_compositingMode() local
393 GpGraphics *graphics; in test_compositingQuality() local
499 GpGraphics *graphics; in test_renderingOrigin() local
[all …]
/dports/games/blobwars/blobwars-2.00/src/
H A Dinfo.cpp64 graphics.blit(graphics.infoBar, 0, 0, graphics.screen, false); in doStatusBar()
71graphics.blit(graphics.getSprite("HealthBlock", true)->getCurrentFrame(), 60 + (i * 15), 7, graphi… in doStatusBar()
140 graphics.blit(graphics.infoBar, 0, 455, graphics.screen, false); in doStatusBar()
157 graphics.blit(graphics.infoBar, 0, 455, graphics.screen, false); in doStatusBar()
161 graphics.drawRect(265 - 1, 463 - 1, 200 + 2, 10 + 2, graphics.white, graphics.screen); in doStatusBar()
162 graphics.drawRect(265, 463, 200, 10, graphics.black, graphics.screen); in doStatusBar()
178 graphics.blit(graphics.infoBar, 0, 25, graphics.screen, false); in doStatusBar()
228 graphics.drawString(string, 5, 25, false, graphics.screen); in doPauseInfo()
235 graphics.drawString(string, col2, y, TXT_LEFT, graphics.screen); in doPauseInfo()
239 graphics.drawString(string, col2, y, TXT_LEFT, graphics.screen); in doPauseInfo()
[all …]
H A Dtitle.cpp163 SDL_FillRect(graphics.screen, NULL, graphics.black); in title()
251 graphics.blit(graphics.background, x, y, graphics.screen, false); in title()
267 graphics.blit(sdl, 320, 240, graphics.screen, true); in title()
314 graphics.blit(title, 320, 100, graphics.screen, true); in title()
424 SDL_FillRect(graphics.screen, NULL, graphics.black); in title()
544 SDL_FillRect(graphics.screen, NULL, graphics.black); in doCredits()
570 graphics.drawRect(0, 450, 640, 30, graphics.black, graphics.screen); in doCredits()
571 graphics.drawRect(0, 0, 640, 30, graphics.black, graphics.screen); in doCredits()
592 SDL_FillRect(graphics.screen, NULL, graphics.black); in doQuit()
599 graphics.blit(sequel, 160, 200, graphics.screen, true); in doQuit()
[all …]
H A Dhub.cpp30 graphics.drawRect(1, 1, image->w - 2, image->h - 2, graphics.black, graphics.white, image); in createStatsPanel()
241 graphics.drawRect(1, 1, image->w - 2, image->h - 2, graphics.black, graphics.white, image); in createObjectivesPanel()
341 graphics.drawRect(1, 1, image->w - 2, image->h - 2, graphics.black, graphics.white, image); in createMIAPanel()
437 SDL_FillRect(graphics.screen, NULL, graphics.black); in doHub()
438 graphics.delay(1000); in doHub()
440 graphics.free(); in doHub()
611 graphics.drawRect(10, 400, 620, 20, graphics.black, graphics.white, graphics.screen); in doHub()
613 graphics.drawString(string, 320, 409, true, graphics.screen, cache); in doHub()
616 graphics.drawRect(10, 430, 620, 40, graphics.black, graphics.white, graphics.screen); in doHub()
621 graphics.drawString(pos, 320, 15, true, graphics.screen, posCache); in doHub()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dgraphics.c240 graphics->exports.device_destroy(graphics->device); in gs_destroy()
530 graphics->verts.array = graphics->vbd->points; in gs_render_start()
531 graphics->norms.array = graphics->vbd->normals; in gs_render_start()
532 graphics->colors.array = graphics->vbd->colors; in gs_render_start()
570 (graphics->norms.num != graphics->verts.num)) { in gs_render_stop()
577 (graphics->colors.num != graphics->verts.num)) { in gs_render_stop()
630 graphics->vbd->points = graphics->verts.array; in gs_render_save()
631 graphics->vbd->normals = graphics->norms.array; in gs_render_save()
632 graphics->vbd->colors = graphics->colors.array; in gs_render_save()
633 graphics->vbd->num = graphics->verts.num; in gs_render_save()
[all …]
/dports/graphics/dia/dia-0.97.3/doc/en/
H A DMakefile.am3 figdir = graphics
59 graphics/adjacent.png \
62 graphics/greendots.png \
69 graphics/align-left.png \
71 graphics/align-menu.png \
77 graphics/align-top.png \
78 graphics/line-width.png \
80 graphics/line_icon.png \
82 graphics/line_props.png \
115 graphics/stacked.png \
[all …]
/dports/games/freedink-data/freedink-data-1.08.20170409/dink/
H A DDink.ini142 load_sequence graphics\lands\trees\tree- 32 NOTANIM
203 load_sequence graphics\struct\castle\cdoor- 68 75
204 load_sequence graphics\struct\castle\cgate- 69 75
433 load_sequence graphics\people\mom\c08w1- 351 100
434 load_sequence graphics\people\mom\c08w3- 353 100
436 load_sequence graphics\people\mom\c08w7- 357 100
437 load_sequence graphics\people\mom\c08w9- 359 100
529 load_sequence graphics\dink\crawl\ds-cr- 452 100
534 load_sequence graphics\inner\shelf- 459 NOTANIM
535 load_sequence graphics\inner\lab- 460 NOTANIM
[all …]
/dports/games/freedink-data/freedink-data-1.08.20170409/soundtest/
H A DDink.ini142 load_sequence graphics\lands\trees\tree- 32 NOTANIM
203 load_sequence graphics\struct\castle\cdoor- 68 75
204 load_sequence graphics\struct\castle\cgate- 69 75
433 load_sequence graphics\people\mom\c08w1- 351 100
434 load_sequence graphics\people\mom\c08w3- 353 100
436 load_sequence graphics\people\mom\c08w7- 357 100
437 load_sequence graphics\people\mom\c08w9- 359 100
529 load_sequence graphics\dink\crawl\ds-cr- 452 100
534 load_sequence graphics\inner\shelf- 459 NOTANIM
535 load_sequence graphics\inner\lab- 460 NOTANIM
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Doffplugin.cpp162 calcNormals (graphics[n-1].data, graphics[n].data); in read_rawgraphics()
166 graphics[n].data[0] = graphics[n].data[3] = graphics[n].data[6] = c[0]; in read_rawgraphics()
167 graphics[n].data[1] = graphics[n].data[4] = graphics[n].data[7] = c[1]; in read_rawgraphics()
168 graphics[n].data[2] = graphics[n].data[5] = graphics[n].data[8] = c[2]; in read_rawgraphics()
173 calcNormals (graphics[n-1].data, graphics[n].data); in read_rawgraphics()
211 graphics[n].data[0] = graphics[n].data[3] = graphics[n].data[6] = c[0]; in read_rawgraphics()
212 graphics[n].data[1] = graphics[n].data[4] = graphics[n].data[7] = c[1]; in read_rawgraphics()
213 graphics[n].data[2] = graphics[n].data[5] = graphics[n].data[8] = c[2]; in read_rawgraphics()
251 graphics[n].data[0] = graphics[n].data[3] = graphics[n].data[6] = c[0]; in read_rawgraphics()
252 graphics[n].data[1] = graphics[n].data[4] = graphics[n].data[7] = c[1]; in read_rawgraphics()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/
H A DGraphicsTests.cs87 graphics.Dispose(); in GetHdc_Disposed_ThrowsObjectDisposedException()
248 graphics.Dispose(); in ReleaseHdc_Disposed_ThrowsObjectDisposedException()
441 graphics.Dispose(); in CompositingMode_GetSetWhenDisposed_ThrowsArgumentException()
536 graphics.Dispose(); in CompositingQuality_GetSetWhenDisposed_ThrowsArgumentException()
549 graphics.Dispose(); in Dispose_MultipleTimesWithoutHdc_Success()
550 graphics.Dispose(); in Dispose_MultipleTimesWithoutHdc_Success()
563 graphics.GetHdc(); in Dispose_MultipleTimesWithHdc_Success()
565 graphics.Dispose(); in Dispose_MultipleTimesWithHdc_Success()
566 graphics.Dispose(); in Dispose_MultipleTimesWithHdc_Success()
598 graphics.Dispose(); in DpiX_GetWhenDisposed_ThrowsArgumentException()
[all …]
/dports/net/rssguard/rssguard-4.0.4/resources/
H A Dicons.qrc3 <file>./graphics/Faenza/actions/64/application-exit.png</file>
4 <file>./graphics/Faenza/actions/64/call-start.png</file>
5 <file>./graphics/Faenza/actions/64/dialog-no.png</file>
6 <file>./graphics/Faenza/actions/64/dialog-yes.png</file>
12 <file>./graphics/Faenza/actions/64/down.png</file>
17 <file>./graphics/Faenza/actions/64/go-down.png</file>
22 <file>./graphics/Faenza/actions/64/go-up.png</file>
46 <file>./graphics/Faenza/actions/64/up.png</file>
59 <file>./graphics/Faenza/index.theme</file>
115 <file>./graphics/Numix/22/actions/up.svg</file>
[all …]
/dports/games/libretro-prboom/libretro-prboom-cc80175/
H A DMakefile.prboomdata71 data/graphics/dig3.ppm data/graphics/dig4.ppm data/graphics/dig5.ppm \
72 data/graphics/dig6.ppm data/graphics/dig7.ppm data/graphics/dig8.ppm \
73 data/graphics/dig9.ppm data/graphics/diga.ppm data/graphics/digb.ppm \
74 data/graphics/digc.ppm data/graphics/digd.ppm data/graphics/dige.ppm \
75 data/graphics/digf.ppm data/graphics/digg.ppm data/graphics/digh.ppm \
76 data/graphics/digi.ppm data/graphics/digj.ppm data/graphics/digk.ppm \
77 data/graphics/digl.ppm data/graphics/digm.ppm data/graphics/dign.ppm \
78 data/graphics/digo.ppm data/graphics/digp.ppm data/graphics/digq.ppm \
79 data/graphics/digr.ppm data/graphics/digs.ppm data/graphics/digt.ppm \
80 data/graphics/digu.ppm data/graphics/digv.ppm data/graphics/digw.ppm \
[all …]
/dports/games/wizznic/Wizznic-1.1/src/
H A Ddraw.c42graphics.background = SDL_ConvertSurface( graphics.boardImg, graphics.boardImg->format, graphics.b… in initDraw()
146 if(graphics.boardImg) SDL_FreeSurface(graphics.boardImg); in cleanUpDraw()
153 if(graphics.tileImg) SDL_FreeSurface(graphics.tileImg); in cleanUpDraw()
159 if(graphics.tiles[i]) free(graphics.tiles[i]); in cleanUpDraw()
164 if(graphics.curImg) SDL_FreeSurface(graphics.curImg); in cleanUpDraw()
167 if(graphics.curSpr[0]) free(graphics.curSpr[0]); in cleanUpDraw()
170 if(graphics.curSpr[1]) free(graphics.curSpr[1]); in cleanUpDraw()
174 if(graphics.wallImg) SDL_FreeSurface(graphics.wallImg); in cleanUpDraw()
184 if(graphics.walls[i]) free(graphics.walls[i]); in cleanUpDraw()
213 if(graphics.curSpr[0]) free(graphics.curSpr[0]); in drawDisableCursor()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dgraphics.c35 rdpGraphics* graphics; in Bitmap_Alloc() local
36 graphics = context->graphics; in Bitmap_Alloc()
97 graphics = context->graphics; in Pointer_Alloc()
137 graphics = context->graphics; in Glyph_Alloc()
185 if (graphics) in graphics_new()
192 free(graphics); in graphics_new()
204 free(graphics); in graphics_new()
217 free(graphics); in graphics_new()
224 return graphics; in graphics_new()
229 if (graphics) in graphics_free()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/locales/
H A Dgraphics.pot3068 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 12
3073 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 16
3078 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 17
3083 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 18
3088 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 19
3093 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 20
3098 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 21
3103 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 22
3108 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 23
3113 # File: modules/graphics/demos/graphics.dem.gateway.sce, line: 24
[all …]
/dports/math/ogdf/OGDF/doc/examples/layout/
H A Duk_Pack_Bary_EC_FRENC.gml8 graphics [
23 graphics [
38 graphics [
53 graphics [
68 graphics [
83 graphics [
98 graphics [
113 graphics [
128 graphics [
143 graphics [
[all …]
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dcolor_chart.cpp7 namespace graphics { namespace
19 get_color_cache()["black"] = boost::bind(graphics::color_black); in color_cache_init()
20 get_color_cache()["white"] = boost::bind(graphics::color_white); in color_cache_init()
21 get_color_cache()["red"] = boost::bind(graphics::color_red); in color_cache_init()
22 get_color_cache()["green"] = boost::bind(graphics::color_green); in color_cache_init()
23 get_color_cache()["blue"] = boost::bind(graphics::color_blue); in color_cache_init()
24 get_color_cache()["yellow"] = boost::bind(graphics::color_yellow); in color_cache_init()
25 get_color_cache()["grey"] = boost::bind(graphics::color_grey); in color_cache_init()
26 get_color_cache()["snow"] = boost::bind(graphics::color_snow); in color_cache_init()
27 get_color_cache()["snow_2"] = boost::bind(graphics::color_snow_2); in color_cache_init()
[all …]

12345678910>>...330