Home | History | Annotate | Download | only in common

Lines Matching defs:Scissor

5077 struct Scissor {
5078 typedef Scissor ValueType;
5110 COMPILE_ASSERT(sizeof(Scissor) == 20,
5112 COMPILE_ASSERT(offsetof(Scissor, header) == 0,
5114 COMPILE_ASSERT(offsetof(Scissor, x) == 4,
5116 COMPILE_ASSERT(offsetof(Scissor, y) == 8,
5118 COMPILE_ASSERT(offsetof(Scissor, width) == 12,
5120 COMPILE_ASSERT(offsetof(Scissor, height) == 16,