Home
last modified time | relevance | path

Searched refs:SPICE_CURSOR_FLAGS_FROM_CACHE (Results 1 – 11 of 11) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-spice.h625 SPICE_CURSOR_FLAGS_FROM_CACHE = (1 << 2), enumerator
633 { SPICE_CURSOR_FLAGS_FROM_CACHE, "FROM_CACHE" },
H A Dpacket-spice.c945 if (((width == 0) || (height == 0)) || (flags == SPICE_CURSOR_FLAGS_FROM_CACHE)) { in dissect_RedCursor()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-spice.h625 SPICE_CURSOR_FLAGS_FROM_CACHE = (1 << 2),
633 { SPICE_CURSOR_FLAGS_FROM_CACHE, "FROM_CACHE" },
H A Dpacket-spice.c945 if (((width == 0) || (height == 0)) || (flags == SPICE_CURSOR_FLAGS_FROM_CACHE)) {
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-spice.h625 SPICE_CURSOR_FLAGS_FROM_CACHE = (1 << 2),
633 { SPICE_CURSOR_FLAGS_FROM_CACHE, "FROM_CACHE" },
H A Dpacket-spice.c945 if (((width == 0) || (height == 0)) || (flags == SPICE_CURSOR_FLAGS_FROM_CACHE)) { in dissect_RedCursor()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-spice.h625 SPICE_CURSOR_FLAGS_FROM_CACHE = (1 << 2), enumerator
633 { SPICE_CURSOR_FLAGS_FROM_CACHE, "FROM_CACHE" },
H A Dpacket-spice.c945 if (((width == 0) || (height == 0)) || (flags == SPICE_CURSOR_FLAGS_FROM_CACHE)) { in dissect_RedCursor()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dcursor-channel.cpp64 red_cursor->flags |= SPICE_CURSOR_FLAGS_FROM_CACHE; in cursor_fill()
/dports/devel/spice-protocol/spice-protocol-0.14.3/spice/
H A Denums.h372 SPICE_CURSOR_FLAGS_FROM_CACHE = (1 << 2), enumerator
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dchannel-cursor.c396 if (scursor->flags & SPICE_CURSOR_FLAGS_FROM_CACHE) { in set_cursor()