Home
last modified time | relevance | path

Searched refs:small_rect (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Drect.h78 static inline int rect_contains(const SpiceRect *big_rect, const SpiceRect *small_rect) in rect_contains() argument
80 return big_rect->left <= small_rect->left && big_rect->right >= small_rect->right && in rect_contains()
81 big_rect->top <= small_rect->top && big_rect->bottom >= small_rect->bottom; in rect_contains()
133 static inline int rect_contains(const SpiceRect& big_rect, const SpiceRect& small_rect) in rect_contains() argument
135 return rect_contains(&big_rect, &small_rect); in rect_contains()
/dports/devel/p5-SDL/SDL-2.548/t/
H A Dcore_surface.t76 my $small_rect = SDL::Rect->new( 0, 0, 64, 64 );
77 SDL::Video::blit_surface( $image, $small_rect, $surface, $small_rect );
111 SDL::Video::update_rects( $app, $small_rect );
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/System/Win32/
H A DConsole.hsc153 poke buf small_rect = do
154 (#poke SMALL_RECT, Left) buf (left small_rect)
155 (#poke SMALL_RECT, Top) buf (top small_rect)
156 (#poke SMALL_RECT, Right) buf (right small_rect)
157 (#poke SMALL_RECT, Bottom) buf (bottom small_rect)
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/daviddengcn/go-colortext/
H A Dct_win.go68 type small_rect struct { struct
76 SrWindow small_rect
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/termbox-go/termbox-go-58d4fcbce2a7/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/net/rclone/rclone-1.57.0/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/net/storj/storj-1.45.3/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/www/wuzz/wuzz-0.5.0/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/textproc/jid/jid-0.7.6/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct {
32 window small_rect
79 func (this *small_rect) uintptr() uintptr {
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) {
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) {
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/nsf/termbox-go/termbox-go-93860e161317/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
79 func (this *small_rect) uintptr() uintptr { argument
137 func set_console_window_info(h syscall.Handle, window *small_rect) (err error) { argument
178 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
397 orig_window small_rect
427 tmp_rect = small_rect{0, 0, 0, 0}
439 func get_term_size(out syscall.Handle) (coord, small_rect) {
493 window := small_rect{}
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go21 small_rect struct { struct
31 window small_rect
148 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
381 tmp_rect = small_rect{0, 0, 0, 0}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go21 small_rect struct { struct
31 window small_rect
148 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
381 tmp_rect = small_rect{0, 0, 0, 0}
/dports/textproc/peco/peco-v0.4.4/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go21 small_rect struct { struct
31 window small_rect
148 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
381 tmp_rect = small_rect{0, 0, 0, 0}
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go21 small_rect struct { struct
31 window small_rect
148 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
381 tmp_rect = small_rect{0, 0, 0, 0}
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go21 small_rect struct { struct
31 window small_rect
148 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
381 tmp_rect = small_rect{0, 0, 0, 0}
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Drepo-item-delegate.cpp89 const QRect &small_rect) in showTooltip() argument
92 viewport->mapToGlobal(small_rect.center() + rect.topLeft()); in showTooltip()
94 tool_tip_pos, text, viewport, small_rect.translated(rect.topLeft())); in showTooltip()
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
158 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
404 tmp_rect = small_rect{0, 0, 0, 0}
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/nsf/termbox-go/
H A Dtermbox_windows.go22 small_rect struct { struct
32 window small_rect
158 func write_console_output(h syscall.Handle, chars []char_info, dst small_rect) (err error) { argument
404 tmp_rect = small_rect{0, 0, 0, 0}
/dports/devel/py-game/pygame-2.1.0/test/
H A Drect_test.py1035 small_rect = rect.inflate(-2, -2)
1038 (small_rect.midleft, small_rect.midright),
1039 (small_rect.midtop, small_rect.midbottom),
1041 (small_rect.topleft, small_rect.bottomright),
1042 (small_rect.topright, small_rect.bottomleft),

12