Home
last modified time | relevance | path

Searched defs:surface (Results 176 – 200 of 13130) sorted by relevance

12345678910>>...526

/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-os2-surface.c298 _cairo_os2_surface_blit_pixels (cairo_os2_surface_t *surface, in _cairo_os2_surface_blit_pixels()
438 _cairo_os2_surface_get_pixels_from_screen (cairo_os2_surface_t *surface, in _cairo_os2_surface_get_pixels_from_screen()
556 cairo_os2_surface_t *surface = (cairo_os2_surface_t *) abstract_surface; in _cairo_os2_surface_acquire_source_image() local
878 cairo_os2_surface_set_size (cairo_surface_t *surface, in cairo_os2_surface_set_size()
1010 cairo_os2_surface_refresh_window (cairo_surface_t *surface, in cairo_os2_surface_refresh_window()
1145 cairo_os2_surface_set_hwnd (cairo_surface_t *surface, in cairo_os2_surface_set_hwnd()
1190 cairo_os2_surface_set_manual_window_refresh (cairo_surface_t *surface, in cairo_os2_surface_set_manual_window_refresh()
1217 cairo_os2_surface_get_manual_window_refresh (cairo_surface_t *surface) in cairo_os2_surface_get_manual_window_refresh()
1246 cairo_os2_surface_get_hps (cairo_surface_t *surface, in cairo_os2_surface_get_hps()
1283 cairo_os2_surface_set_hps (cairo_surface_t *surface, in cairo_os2_surface_set_hps()
[all …]
H A Dcairo-type3-glyph-surface.c59 cairo_type3_glyph_surface_t *surface = cairo_container_of (clipper, in _cairo_type3_glyph_surface_clipper_intersect_clip_path() local
80 cairo_type3_glyph_surface_t *surface; in _cairo_type3_glyph_surface_create() local
118 _cairo_type3_glyph_surface_emit_image (cairo_type3_glyph_surface_t *surface, in _cairo_type3_glyph_surface_emit_image()
183 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_finish() local
194 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_paint() local
247 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_stroke() local
271 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_fill() local
292 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_show_glyphs() local
399 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_set_font_subsets_callback() local
413 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_analyze_glyph() local
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cairo-rs-0.14.3/src/
H A Dsvg.rs140 let surface = SvgSurface::for_stream(100., 100., buffer).unwrap(); localVariable
165 let surface = SvgSurface::new(100., 100., None::<&Path>).unwrap(); localVariable
173 let surface = SvgSurface::new(100., 100., Some(&file.path())).unwrap(); localVariable
181 let surface = SvgSurface::for_stream(100., 100., file).unwrap(); localVariable
196 let surface = unsafe { SvgSurface::for_raw_stream(100., 100., &mut file).unwrap() }; localVariable
232 let surface = SvgSurface::for_stream(100., 100., custom_writer).unwrap(); localVariable
254 let surface = SvgSurface::for_stream(20., 20., PanicWriter).unwrap(); localVariable
/dports/www/castor/castor-0.8.16/cargo-crates/cairo-rs-0.8.1/src/
H A Dsvg.rs135 let surface = SvgSurface::for_stream(100., 100., buffer).unwrap(); localVariable
160 let surface = SvgSurface::new(100., 100., None::<&Path>).unwrap(); localVariable
168 let surface = SvgSurface::new(100., 100., Some(&file.path())).unwrap(); localVariable
176 let surface = SvgSurface::for_stream(100., 100., file).unwrap(); localVariable
191 let surface = unsafe { SvgSurface::for_raw_stream(100., 100., &mut file).unwrap() }; localVariable
227 let surface = SvgSurface::for_stream(100., 100., custom_writer).unwrap(); localVariable
249 let surface = SvgSurface::for_stream(20., 20., PanicWriter).unwrap(); localVariable
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cairo-rs-0.14.9/src/
H A Dsvg.rs140 let surface = SvgSurface::for_stream(100., 100., buffer).unwrap(); localVariable
165 let surface = SvgSurface::new(100., 100., None::<&Path>).unwrap(); localVariable
173 let surface = SvgSurface::new(100., 100., Some(&file.path())).unwrap(); localVariable
181 let surface = SvgSurface::for_stream(100., 100., file).unwrap(); localVariable
196 let surface = unsafe { SvgSurface::for_raw_stream(100., 100., &mut file).unwrap() }; localVariable
232 let surface = SvgSurface::for_stream(100., 100., custom_writer).unwrap(); localVariable
254 let surface = SvgSurface::for_stream(20., 20., PanicWriter).unwrap(); localVariable
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/cairo-rs-0.14.9/src/
H A Dsvg.rs140 let surface = SvgSurface::for_stream(100., 100., buffer).unwrap(); localVariable
165 let surface = SvgSurface::new(100., 100., None::<&Path>).unwrap(); localVariable
173 let surface = SvgSurface::new(100., 100., Some(&file.path())).unwrap(); localVariable
181 let surface = SvgSurface::for_stream(100., 100., file).unwrap(); localVariable
196 let surface = unsafe { SvgSurface::for_raw_stream(100., 100., &mut file).unwrap() }; localVariable
232 let surface = SvgSurface::for_stream(100., 100., custom_writer).unwrap(); localVariable
254 let surface = SvgSurface::for_stream(20., 20., PanicWriter).unwrap(); localVariable
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cairo-rs/src/
H A Dsvg.rs140 let surface = SvgSurface::for_stream(100., 100., buffer).unwrap(); localVariable
165 let surface = SvgSurface::new(100., 100., None::<&Path>).unwrap(); localVariable
173 let surface = SvgSurface::new(100., 100., Some(&file.path())).unwrap(); localVariable
181 let surface = SvgSurface::for_stream(100., 100., file).unwrap(); localVariable
196 let surface = unsafe { SvgSurface::for_raw_stream(100., 100., &mut file).unwrap() }; localVariable
232 let surface = SvgSurface::for_stream(100., 100., custom_writer).unwrap(); localVariable
254 let surface = SvgSurface::for_stream(20., 20., PanicWriter).unwrap(); localVariable
/dports/net-im/fractal/fractal-4.4.0/vendor/cairo-rs/src/
H A Dsvg.rs135 let surface = SvgSurface::for_stream(100., 100., buffer).unwrap(); localVariable
160 let surface = SvgSurface::new(100., 100., None::<&Path>).unwrap(); localVariable
168 let surface = SvgSurface::new(100., 100., Some(&file.path())).unwrap(); localVariable
176 let surface = SvgSurface::for_stream(100., 100., file).unwrap(); localVariable
191 let surface = unsafe { SvgSurface::for_raw_stream(100., 100., &mut file).unwrap() }; localVariable
227 let surface = SvgSurface::for_stream(100., 100., custom_writer).unwrap(); localVariable
249 let surface = SvgSurface::for_stream(20., 20., PanicWriter).unwrap(); localVariable
/dports/lang/cjs/cjs-4.8.2/modules/
H A Dcairo-image-surface.cpp51 cairo_surface_t *surface; in GJS_NATIVE_CONSTRUCTOR_DECLARE() local
96 cairo_surface_t *surface; in createFromPNG_func() local
136 cairo_surface_t* surface = gjs_cairo_surface_get_surface(context, obj); in getFormat_func() local
163 cairo_surface_t* surface = gjs_cairo_surface_get_surface(context, obj); in getWidth_func() local
190 cairo_surface_t* surface = gjs_cairo_surface_get_surface(context, obj); in getHeight_func() local
217 cairo_surface_t* surface = gjs_cairo_surface_get_surface(context, obj); in getStride_func() local
245 cairo_surface_t *surface) in gjs_cairo_image_surface_from_surface()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/cairo-rs-0.14.1/src/
H A Dsvg.rs140 let surface = SvgSurface::for_stream(100., 100., buffer).unwrap(); localVariable
165 let surface = SvgSurface::new(100., 100., None::<&Path>).unwrap(); localVariable
173 let surface = SvgSurface::new(100., 100., Some(&file.path())).unwrap(); localVariable
181 let surface = SvgSurface::for_stream(100., 100., file).unwrap(); localVariable
196 let surface = unsafe { SvgSurface::for_raw_stream(100., 100., &mut file).unwrap() }; localVariable
232 let surface = SvgSurface::for_stream(100., 100., custom_writer).unwrap(); localVariable
254 let surface = SvgSurface::for_stream(20., 20., PanicWriter).unwrap(); localVariable
/dports/x11/sirula/sirula-1.0.0/cargo-crates/cairo-rs-0.14.7/src/
H A Dsvg.rs140 let surface = SvgSurface::for_stream(100., 100., buffer).unwrap(); localVariable
165 let surface = SvgSurface::new(100., 100., None::<&Path>).unwrap(); localVariable
173 let surface = SvgSurface::new(100., 100., Some(&file.path())).unwrap(); localVariable
181 let surface = SvgSurface::for_stream(100., 100., file).unwrap(); localVariable
196 let surface = unsafe { SvgSurface::for_raw_stream(100., 100., &mut file).unwrap() }; localVariable
232 let surface = SvgSurface::for_stream(100., 100., custom_writer).unwrap(); localVariable
254 let surface = SvgSurface::for_stream(20., 20., PanicWriter).unwrap(); localVariable
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-pdf-surface.c388 _path_covers_bbox (cairo_pdf_surface_t *surface, in _path_covers_bbox()
436 cairo_pdf_surface_t *surface; in _cairo_pdf_surface_create_for_stream_internal() local
658 _cairo_surface_is_pdf (cairo_surface_t *surface) in _cairo_surface_is_pdf()
668 _extract_pdf_surface (cairo_surface_t *surface, in _extract_pdf_surface()
801 cairo_pdf_surface_set_size (cairo_surface_t *surface, in cairo_pdf_surface_set_size()
1108 cairo_pdf_surface_t *surface = closure; in _cairo_pdf_surface_add_font() local
2425 cairo_pdf_surface_t *surface = abstract_surface; in _cairo_pdf_surface_finish() local
2590 cairo_pdf_surface_t *surface = abstract_surface; in _cairo_pdf_surface_start_page() local
6388 cairo_pdf_surface_t *surface = closure; in _cairo_pdf_surface_analyze_user_font_subset() local
6615 cairo_pdf_surface_t *surface = closure; in _cairo_pdf_surface_emit_unscaled_font_subset() local
[all …]
H A Dcairo-type3-glyph-surface.c59 cairo_type3_glyph_surface_t *surface = cairo_container_of (clipper, in _cairo_type3_glyph_surface_clipper_intersect_clip_path() local
80 cairo_type3_glyph_surface_t *surface; in _cairo_type3_glyph_surface_create() local
118 _cairo_type3_glyph_surface_emit_image (cairo_type3_glyph_surface_t *surface, in _cairo_type3_glyph_surface_emit_image()
183 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_finish() local
194 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_paint() local
247 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_stroke() local
271 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_fill() local
292 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_show_glyphs() local
399 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_set_font_subsets_callback() local
413 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_analyze_glyph() local
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-type3-glyph-surface.c59 cairo_type3_glyph_surface_t *surface = cairo_container_of (clipper, in _cairo_type3_glyph_surface_clipper_intersect_clip_path() local
80 cairo_type3_glyph_surface_t *surface; in _cairo_type3_glyph_surface_create() local
118 _cairo_type3_glyph_surface_emit_image (cairo_type3_glyph_surface_t *surface, in _cairo_type3_glyph_surface_emit_image()
183 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_finish() local
194 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_paint() local
247 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_stroke() local
271 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_fill() local
292 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_show_glyphs() local
399 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_set_font_subsets_callback() local
413 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_analyze_glyph() local
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-type3-glyph-surface.c57 cairo_type3_glyph_surface_t *surface = cairo_container_of (clipper, in _cairo_type3_glyph_surface_clipper_intersect_clip_path() local
77 cairo_type3_glyph_surface_t *surface; in _cairo_type3_glyph_surface_create() local
116 _cairo_type3_glyph_surface_emit_image (cairo_type3_glyph_surface_t *surface, in _cairo_type3_glyph_surface_emit_image()
181 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_finish() local
192 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_paint() local
245 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_stroke() local
269 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_fill() local
291 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_show_glyphs() local
402 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_set_font_subsets_callback() local
416 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_analyze_glyph() local
[all …]
H A Dcairo-tee-surface.c68 cairo_surface_t *surface; in _cairo_tee_surface_create_similar() local
102 cairo_tee_surface_t *surface = abstract_surface; in _cairo_tee_surface_finish() local
123 cairo_tee_surface_t *surface = abstract_surface; in _cairo_tee_surface_acquire_source_image() local
152 cairo_tee_surface_t *surface = abstract_surface; in _cairo_tee_surface_release_source_image() local
161 cairo_tee_surface_t *surface = abstract_surface; in _cairo_tee_surface_snapshot() local
183 cairo_tee_surface_t *surface = abstract_surface; in _cairo_tee_surface_get_extents() local
192 cairo_tee_surface_t *surface = abstract_surface; in _cairo_tee_surface_get_font_options() local
438 cairo_tee_surface_t *surface; in cairo_tee_surface_create() local
467 cairo_tee_surface_t *surface; in cairo_tee_surface_add() local
505 cairo_tee_surface_t *surface; in cairo_tee_surface_remove() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-type3-glyph-surface.c59 cairo_type3_glyph_surface_t *surface = cairo_container_of (clipper, in _cairo_type3_glyph_surface_clipper_intersect_clip_path() local
80 cairo_type3_glyph_surface_t *surface; in _cairo_type3_glyph_surface_create() local
118 _cairo_type3_glyph_surface_emit_image (cairo_type3_glyph_surface_t *surface, in _cairo_type3_glyph_surface_emit_image()
183 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_finish() local
194 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_paint() local
247 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_stroke() local
271 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_fill() local
292 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_show_glyphs() local
399 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_set_font_subsets_callback() local
413 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_analyze_glyph() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-type3-glyph-surface.c57 cairo_type3_glyph_surface_t *surface = cairo_container_of (clipper, in _cairo_type3_glyph_surface_clipper_intersect_clip_path() local
77 cairo_type3_glyph_surface_t *surface; in _cairo_type3_glyph_surface_create() local
116 _cairo_type3_glyph_surface_emit_image (cairo_type3_glyph_surface_t *surface, in _cairo_type3_glyph_surface_emit_image()
181 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_finish() local
192 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_paint() local
245 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_stroke() local
269 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_fill() local
291 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_show_glyphs() local
402 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_set_font_subsets_callback() local
416 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_analyze_glyph() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-type3-glyph-surface.c57 cairo_type3_glyph_surface_t *surface = cairo_container_of (clipper, in _cairo_type3_glyph_surface_clipper_intersect_clip_path() local
77 cairo_type3_glyph_surface_t *surface; in _cairo_type3_glyph_surface_create() local
116 _cairo_type3_glyph_surface_emit_image (cairo_type3_glyph_surface_t *surface, in _cairo_type3_glyph_surface_emit_image()
181 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_finish() local
192 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_paint() local
245 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_stroke() local
269 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_fill() local
291 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_show_glyphs() local
402 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_set_font_subsets_callback() local
416 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_analyze_glyph() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-type3-glyph-surface.c57 cairo_type3_glyph_surface_t *surface = cairo_container_of (clipper, in _cairo_type3_glyph_surface_clipper_intersect_clip_path() local
77 cairo_type3_glyph_surface_t *surface; in _cairo_type3_glyph_surface_create() local
116 _cairo_type3_glyph_surface_emit_image (cairo_type3_glyph_surface_t *surface, in _cairo_type3_glyph_surface_emit_image()
181 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_finish() local
192 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_paint() local
245 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_stroke() local
269 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_fill() local
291 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_show_glyphs() local
402 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_set_font_subsets_callback() local
416 cairo_type3_glyph_surface_t *surface = abstract_surface; in _cairo_type3_glyph_surface_analyze_glyph() local
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/render/software/
H A DSDL_render_sw.c100 SDL_Surface *surface; member
126 SW_CreateRendererForSurface(SDL_Surface * surface) in SW_CreateRendererForSurface()
184 SDL_Surface *surface; in SW_CreateRenderer() local
207 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_GetOutputSize() local
353 SDL_Surface *surface = data->surface; in SW_UpdateViewport() local
368 SDL_Surface *surface = data->surface; in SW_UpdateClipRect() local
382 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderClear() local
405 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderDrawPoints() local
454 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderDrawLines() local
502 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderFillRects() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/render/software/
H A DSDL_render_sw.c100 SDL_Surface *surface; member
126 SW_CreateRendererForSurface(SDL_Surface * surface) in SW_CreateRendererForSurface()
184 SDL_Surface *surface; in SW_CreateRenderer() local
207 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_GetOutputSize() local
353 SDL_Surface *surface = data->surface; in SW_UpdateViewport() local
368 SDL_Surface *surface = data->surface; in SW_UpdateClipRect() local
382 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderClear() local
405 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderDrawPoints() local
454 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderDrawLines() local
502 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderFillRects() local
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/render/software/
H A DSDL_render_sw.c100 SDL_Surface *surface; member
126 SW_CreateRendererForSurface(SDL_Surface * surface) in SW_CreateRendererForSurface()
184 SDL_Surface *surface; in SW_CreateRenderer() local
207 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_GetOutputSize() local
353 SDL_Surface *surface = data->surface; in SW_UpdateViewport() local
368 SDL_Surface *surface = data->surface; in SW_UpdateClipRect() local
382 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderClear() local
405 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderDrawPoints() local
454 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderDrawLines() local
502 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderFillRects() local
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/render/software/
H A DSDL_render_sw.c100 SDL_Surface *surface; member
126 SW_CreateRendererForSurface(SDL_Surface * surface) in SW_CreateRendererForSurface()
184 SDL_Surface *surface; in SW_CreateRenderer() local
207 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_GetOutputSize() local
356 SDL_Surface *surface = data->surface; in SW_UpdateViewport() local
371 SDL_Surface *surface = data->surface; in SW_UpdateClipRect() local
390 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderClear() local
413 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderDrawPoints() local
462 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderDrawLines() local
510 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderFillRects() local
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Dgfx2surface.c28 T_GFX2_Surface * surface; in New_GFX2_Surface() local
50 void Free_GFX2_Surface(T_GFX2_Surface * surface) in Free_GFX2_Surface()
56 byte Get_GFX2_Surface_pixel(const T_GFX2_Surface * surface, int x, int y) in Get_GFX2_Surface_pixel()
67 void Set_GFX2_Surface_pixel(T_GFX2_Surface * surface, int x, int y, byte value) in Set_GFX2_Surface_pixel()

12345678910>>...526