Searched defs:TransformInfo (Results 1 – 3 of 3) sorted by relevance
26 struct TransformInfo { struct39 static TransformInfo CreateInfoFromString(const std::string& transform); argument
61 struct TransformInfo { struct62 uint32_t sinkWinPhyX = 0; // projection area X coordinate in touch coordinate63 uint32_t sinkWinPhyY = 0; // projection area Y coordinate in touch coordinate64 uint32_t sinkProjPhyWidth = 0; // projection area width in touch coordinate65 uint32_t sinkProjPhyHeight = 0; // projection area height in touch coordinate66 double coeffWidth = 0.0; // sink width transform source coefficient67 double coeffHeight = 0.0; // sink height transform source coefficient
131 struct TransformInfo { struct132 uint8_t mappingFlag;133 std::vector<uint8_t> mapping;