Home
last modified time | relevance | path

Searched refs:QueryImageAttributesReply (Results 1 – 5 of 5) sorted by relevance

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxv.rs3060 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, QueryImageAttributesReply>, Connec… in send() argument
3087 type Reply = QueryImageAttributesReply;
3089 …t, id: u32, width: u16, height: u16) -> Result<Cookie<'_, Conn, QueryImageAttributesReply>, Connec… in query_image_attributes() argument
3103 pub struct QueryImageAttributesReply { struct
3112 impl TryParse for QueryImageAttributesReply { implementation
3129 …let result = QueryImageAttributesReply { sequence, length, data_size, width, height, pitches, offs… in try_parse()
3136 impl QueryImageAttributesReply { impl
3605 …t, id: u32, width: u16, height: u16) -> Result<Cookie<'_, Self, QueryImageAttributesReply>, Connec… in xv_query_image_attributes() argument
H A Dmod.rs5075 XvQueryImageAttributes(xv::QueryImageAttributesReply),
6928 impl From<xv::QueryImageAttributesReply> for Reply {
6929 fn from(reply: xv::QueryImageAttributesReply) -> Reply { in from()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxv.rs3060 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, QueryImageAttributesReply>, Connec…
3087 type Reply = QueryImageAttributesReply;
3089 …t, id: u32, width: u16, height: u16) -> Result<Cookie<'_, Conn, QueryImageAttributesReply>, Connec…
3103 pub struct QueryImageAttributesReply {
3112 impl TryParse for QueryImageAttributesReply {
3129 …let result = QueryImageAttributesReply { sequence, length, data_size, width, height, pitches, offs…
3136 impl QueryImageAttributesReply {
3605 …t, id: u32, width: u16, height: u16) -> Result<Cookie<'_, Self, QueryImageAttributesReply>, Connec…
H A Dmod.rs5075 XvQueryImageAttributes(xv::QueryImageAttributesReply),
6928 impl From<xv::QueryImageAttributesReply> for Reply {
6929 fn from(reply: xv::QueryImageAttributesReply) -> Reply { in from()
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxv.py415 class QueryImageAttributesReply(xcffib.Reply): class
427 reply_type = QueryImageAttributesReply