Lines Matching refs:Short4
892 * Utility function for returning an Element containing a short4.2068 class Short4 {2072 Short4(short initX, short initY, short initZ, short initW)2074 Short4() : x(0), y(0), z(0), w(0) {}