Searched refs:ComplementRect (Results 1 – 2 of 2) sorted by relevance
110 struct ComplementRect { struct111 AI ComplementRect(Rect rect) : fVals(-rect.fVals.zwxy()) {} in ComplementRect() function115 AI bool intersects(ComplementRect comp) const { return all(fVals < comp.fVals); } in intersects() argument
92 float4 comp = Rect::ComplementRect(rect).fVals; in intersects()