Home
last modified time | relevance | path

Searched refs:clipped_height (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dbitmap.c47 b->clipped_height = height; in allocbitmap()
104 bitmap->height = bitmap->clipped_height = height; in getbitmap()
268 bitmap->clipped_height = 0; in clipbitmap()
301 bitmap->clipped_height = ysize; in clipbitmap()
H A Dtypes.h133 int clipped_height; member
H A Dsprite.c705 if(bitmap->clipped_width <= 0 || bitmap->clipped_height <= 0) in encodesprite()
723 h = bitmap->clipped_height; in encodesprite()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/awt/
H A DAicasGraphicsBenchmark.java873 int clipped_height; in runSet_zeroClipping() local
878 clipped_height = 0; in runSet_zeroClipping()
886 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_zeroClipping()
888 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_zeroClipping()
900 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
902 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
911 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_withClipping()
913 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_withClipping()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/examples/gnu/classpath/examples/awt/
H A DAicasGraphicsBenchmark.java873 int clipped_height; in runSet_zeroClipping() local
878 clipped_height = 0; in runSet_zeroClipping()
886 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_zeroClipping()
888 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_zeroClipping()
900 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
902 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
911 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_withClipping()
913 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_withClipping()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/examples/gnu/classpath/examples/awt/
H A DAicasGraphicsBenchmark.java873 int clipped_height; in runSet_zeroClipping() local
878 clipped_height = 0; in runSet_zeroClipping()
886 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_zeroClipping()
888 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_zeroClipping()
900 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
902 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
911 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_withClipping()
913 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_withClipping()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/awt/
H A DAicasGraphicsBenchmark.java873 int clipped_height; in runSet_zeroClipping() local
878 clipped_height = 0; in runSet_zeroClipping()
886 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_zeroClipping()
888 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_zeroClipping()
900 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
902 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
911 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_withClipping()
913 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_withClipping()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/examples/gnu/classpath/examples/awt/
H A DAicasGraphicsBenchmark.java873 int clipped_height; in runSet_zeroClipping() local
878 clipped_height = 0; in runSet_zeroClipping()
886 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_zeroClipping()
888 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_zeroClipping()
900 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
902 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
911 g.fillRect(clipped_x - 1, clipped_y - 1, clipped_width + 2, clipped_height + 2); in runSet_withClipping()
913 g.clipRect(clipped_x, clipped_y, clipped_width, clipped_height); in runSet_withClipping()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmark.java1369 int clipped_height; in runSet_zeroClipping() local
1374 clipped_height = 0; in runSet_zeroClipping()
1393 clipped_height + 2); in runSet_zeroClipping()
1397 clipped_height); in runSet_zeroClipping()
1419 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
1421 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
1439 clipped_height + 2); in runSet_withClipping()
1444 clipped_height); in runSet_withClipping()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmark.java1369 int clipped_height; in runSet_zeroClipping() local
1374 clipped_height = 0; in runSet_zeroClipping()
1393 clipped_height + 2); in runSet_zeroClipping()
1397 clipped_height); in runSet_zeroClipping()
1419 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
1421 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
1439 clipped_height + 2); in runSet_withClipping()
1444 clipped_height); in runSet_withClipping()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmark.java1369 int clipped_height; in runSet_zeroClipping() local
1374 clipped_height = 0; in runSet_zeroClipping()
1393 clipped_height + 2); in runSet_zeroClipping()
1397 clipped_height); in runSet_zeroClipping()
1419 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
1421 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
1439 clipped_height + 2); in runSet_withClipping()
1444 clipped_height); in runSet_withClipping()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmark.java1369 int clipped_height; in runSet_zeroClipping() local
1374 clipped_height = 0; in runSet_zeroClipping()
1393 clipped_height + 2); in runSet_zeroClipping()
1397 clipped_height); in runSet_zeroClipping()
1419 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
1421 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
1439 clipped_height + 2); in runSet_withClipping()
1444 clipped_height); in runSet_withClipping()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmark.java1369 int clipped_height; in runSet_zeroClipping() local
1374 clipped_height = 0; in runSet_zeroClipping()
1393 clipped_height + 2); in runSet_zeroClipping()
1397 clipped_height); in runSet_zeroClipping()
1419 int clipped_height = 2 * size.height / 3; in runSet_withClipping() local
1421 int clipped_y = (size.height - clipped_height) / 2; in runSet_withClipping()
1439 clipped_height + 2); in runSet_withClipping()
1444 clipped_height); in runSet_withClipping()
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dcalc_8x.c173 sc->clipped_height = TI80_ROWS; in recv_screen_80()
223 sc->clipped_height = TI82_ROWS; in recv_screen()
230 sc->clipped_height = TI83_ROWS; in recv_screen()
237 sc->clipped_height = TI85_ROWS; in recv_screen()
244 sc->clipped_height = TI86_ROWS; in recv_screen()
/dports/editors/helix/helix-0.5.0/helix-view/src/
H A Dgraphics.rs52 let (clipped_width, clipped_height) = in new()
66 height: clipped_height, in new()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/tui-0.9.5/src/
H A Dlayout.rs375 let (clipped_width, clipped_height) = in new()
389 height: clipped_height, in new()
/dports/devel/desed/desed-1.2.0/cargo-crates/tui-0.9.5/src/
H A Dlayout.rs375 let (clipped_width, clipped_height) = in new()
389 height: clipped_height, in new()
/dports/net/oha/oha-0.4.7/cargo-crates/tui-0.16.0/src/
H A Dlayout.rs390 let (clipped_width, clipped_height) = in new()
404 height: clipped_height, in new()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/tui-0.16.0/src/
H A Dlayout.rs390 let (clipped_width, clipped_height) = in new()
404 height: clipped_height, in new()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/tui-0.16.0/src/
H A Dlayout.rs390 let (clipped_width, clipped_height) = in new()
404 height: clipped_height, in new()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/tui-0.16.0/src/
H A Dlayout.rs390 let (clipped_width, clipped_height) =
404 height: clipped_height,
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/tui-0.11.0/src/
H A Dlayout.rs377 let (clipped_width, clipped_height) = in new()
391 height: clipped_height, in new()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tui-0.16.0/src/
H A Dlayout.rs390 let (clipped_width, clipped_height) = in new()
404 height: clipped_height, in new()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-clip-tor-scan-converter.c372 grid_scaled_y_t clipped_height; member
637 cell->clipped_height = 0; in cell_list_alloc()
691 cell->clipped_height = 0; in cell_list_find_pair()
710 cell->clipped_height = 0; in cell_list_find_pair()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-clip-tor-scan-converter.c372 grid_scaled_y_t clipped_height; member
637 cell->clipped_height = 0; in cell_list_alloc()
691 cell->clipped_height = 0; in cell_list_find_pair()
710 cell->clipped_height = 0; in cell_list_find_pair()

12