Home
last modified time | relevance | path

Searched refs:screen_pixels (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/cannonball/cannonball-0.34/src/main/sdl2/
H A Drendergl.cpp126 if (screen_pixels) in init()
127 delete[] screen_pixels; in init()
128 screen_pixels = new uint32_t[src_width * src_height]; in init()
273 uint32_t* spix = screen_pixels; in draw_frame()
284 screen_pixels); // pointer in image memory in draw_frame()
H A Drendergles.cpp238 if (screen_pixels) in init()
239 delete[] screen_pixels; in init()
240 screen_pixels = new uint32_t[src_width * src_height]; in init()
487 uint32_t* spix = screen_pixels; in draw_frame()
497 screen_pixels); // pointer in image memory in draw_frame()
H A Drendersurface.cpp154 screen_pixels = (uint32_t*)surface->pixels; in init()
181 SDL_UpdateTexture(texture, NULL, screen_pixels, src_width * sizeof (Uint32)); in finalize_frame()
206 uint32_t* spix = screen_pixels; in draw_frame()
H A Drenderbase.hpp33 uint32_t *screen_pixels; member in RenderBase
H A Drenderbase.cpp8 screen_pixels = NULL; in RenderBase()
/dports/games/sarien/sarien-0.7.0/src/graphics/win32/
H A Dwin32.c70 void *screen_pixels; member
119 BYTE *p0 = g_screen.screen_pixels; /* Word aligned! */ in _putpixels_scale1()
131 BYTE *p0 = g_screen.screen_pixels, *p1; /* Word aligned! */ in _putpixels_scale2()
161 BYTE *p0 = g_screen.screen_pixels, *p1, *p2, *_p; /* Word aligned! */ in _putpixels_fixratio_scale2()
230 g_screen.screen_pixels, in MainWndProc()
250 g_screen.screen_pixels, in MainWndProc()
579 DIB_RGB_COLORS, (void **)(&g_screen.screen_pixels), NULL, 0); in init_vidmode()
582 if (g_screen.screen_bmp == NULL || g_screen.screen_pixels == NULL) { in init_vidmode()
/dports/games/caph/caph-1.1/include/
H A Dcaph.h28 extern uint8_t *screen_pixels;
/dports/games/caph/caph-1.1/src/
H A Dcaph.c121 uint8_t *screen_pixels; variable
331 screen_pixels = screen->pixels; in main()
H A Ddraw.c35 #define FB_ADDR(x,y) (((color_t *)screen_pixels) + screen_w * (y) + (x))
/dports/science/healpix/Healpix_3.50/src/idl/visu/
H A Dmollview.pro495 ; PXSIZE: number of horizontal screen_pixels / postscript_color_dots of the plot
499 ; PYSIZE: number of vertical screen_pixels or postscript_color_dots of the plot