Searched defs:SinkScreenInfo (Results 1 – 1 of 1) sorted by relevance
83 struct SinkScreenInfo { struct84 uint32_t sinkShowWidth = 0; // sink show width85 uint32_t sinkShowHeight = 0; // sink show height86 uint32_t sinkPhyWidth = 0; // sink touch screen width87 uint32_t sinkPhyHeight = 0; // sink touch screen height88 uint64_t sinkShowWinId = 0; // sink show window id89 uint32_t sinkWinShowX = 0; // sink show window x coordinate91 uint32_t sinkProjShowWidth = 0; // sink show window width92 uint32_t sinkProjShowHeight = 0; // sink show window height93 SrcScreenInfo srcScreenInfo;[all …]