Lines Matching defs:right
19 * SIMD rect implementation. Vales are stored internally in the form: [left, top, -right, -bot].
22 * (negative meaning, left >= right or top >= bot).
65 AI const float4& vals() const { return fVals; } // [left, top, -right, -bot].
66 AI float4& vals() { return fVals; } // [left, top, -right, -bot].
72 AI float right() const { return -fVals.z(); }
80 AI void setRight(float right) { fVals.z() = -right; }
108 // A rect stored in a complementary form of: [right, bottom, -left, -top]. Store a local
112 float4 fVals; // [right, bottom, -left, -top]
150 float4 fVals; // [left, top, -right, -bottom]