Searched refs:NegateBotRight (Results 1 – 1 of 1) sorted by relevance
30 AI Rect(float l, float t, float r, float b) : fVals(NegateBotRight({l,t,r,b})) {} in Rect()32 AI Rect(const SkRect& r) : fVals(NegateBotRight(float4::Load(r.asScalars()))) {} in Rect()76 AI float4 ltrb() const { return NegateBotRight(fVals); } in ltrb()144 AI static float4 NegateBotRight(float4 vals) { // Returns [vals.xy, -vals.zw]. in NegateBotRight() function