Home
last modified time | relevance | path

Searched refs:fill_background (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DSizeGrip.cs40 private bool fill_background; field in System.Windows.Forms.SizeGrip
49 fill_background = true; in SizeGrip()
58 return fill_background;
61 fill_background = value;
147 if (!is_virtual || fill_background) { in HandlePaint()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dsegar.c42 unsigned char fill_background; member
377 sv.fill_background=0; in WRITE_HANDLER()
391 sv.fill_background=0; in WRITE_HANDLER()
404 sv.fill_background=0; in WRITE_HANDLER()
413 sv.fill_background=1; in WRITE_HANDLER()
421 sv.fill_background=0; in WRITE_HANDLER()
525 if (sv.fill_background==1) in spaceod_vh_screenrefresh()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsegar_vidhrdw.c41 unsigned char fill_background; member
356 sv.fill_background=0; in WRITE_HANDLER()
370 sv.fill_background=0; in WRITE_HANDLER()
383 sv.fill_background=0; in WRITE_HANDLER()
392 sv.fill_background=1; in WRITE_HANDLER()
400 sv.fill_background=0; in WRITE_HANDLER()
505 if (sv.fill_background==1) in VIDEO_UPDATE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsegar_vidhrdw.c41 unsigned char fill_background; member
356 sv.fill_background=0; in WRITE_HANDLER()
370 sv.fill_background=0; in WRITE_HANDLER()
383 sv.fill_background=0; in WRITE_HANDLER()
392 sv.fill_background=1; in WRITE_HANDLER()
400 sv.fill_background=0; in WRITE_HANDLER()
505 if (sv.fill_background==1) in VIDEO_UPDATE()
/dports/graphics/libgxps/libgxps-0.3.1/tools/
H A Dgxps-image-converter.c80 if (image_converter->fill_background) { in gxps_converter_image_converter_begin_page()
173 image_converter->fill_background = TRUE; in gxps_image_converter_init()
H A Dgxps-image-converter.h45 guint fill_background : 1; member
H A Dgxps-png-converter.c100 image_converter->fill_background = !png_converter->bg_transparent; in gxps_png_converter_begin_document()
/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/test/
H A Dtest_layer.py9 layer.fill_background(colors.RED)
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A DNes_Ppu_Rendering.h37 void fill_background( int count );
H A DNes_Ppu_Rendering.cpp58 void Nes_Ppu_Rendering::fill_background( int count ) in fill_background() function in Nes_Ppu_Rendering
389 fill_background( count ); in draw_scanlines()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/benches/benches/
H A Drasterizer.rs74 fn fill_background(c: &mut Criterion) { in fill_background() function
200 fill_background,
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-0.3.0/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-0.3.1/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-0.3.1/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-0.3.1/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-0.3.1/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-0.3.0/benches/benches/
H A Drasterizer.rs75 fn fill_background(c: &mut Criterion) { in fill_background() function
201 fill_background,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsshade.c446 gs_gstate *pgs, bool fill_background) in gs_shading_do_fill_rectangle() argument
457 if (psh->params.Background && fill_background) { in gs_shading_do_fill_rectangle()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsshade.c445 gs_imager_state *pis, bool fill_background) in gs_shading_do_fill_rectangle() argument
456 if (psh->params.Background && fill_background) { in gs_shading_do_fill_rectangle()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsshade.c446 gs_gstate *pgs, bool fill_background) in gs_shading_do_fill_rectangle() argument
457 if (psh->params.Background && fill_background) { in gs_shading_do_fill_rectangle()

123