Lines Matching full:uint2
898 * Utility function for returning an Element containing a uint2.2131 class UInt2 {2135 UInt2(uint32_t initX, uint32_t initY)2137 UInt2() : x(0), y(0) {}