touchgfx::Rect::operator&=() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Rect::operator&=() method

@fn void Rect::operator&=(const Rect& other) Assigns this Rect to the intersection of the current Rect and the assigned Rect. Assigns this Rect to the intersection of the current Rect and the assigned Rect. The assignment will result in a Rect(0, 0, 0, 0) if they do not intersect.

Syntax

void operator &=(const Rect& other);

Arguments

other

The rect to intersect with.

References

LocationReferrerScopeText
Types.hpp:304
void operator &=(const Rect& other)
Types.hpp:290touchgfx::Rect::operator&() consttouchgfx::Rect
r &= other;

Call Tree

Functions calling touchgfx::Rect::operator&=()
Functions called by touchgfx::Rect::operator&=()
all items filtered out
touchgfx::Rect::operator&=()
Data read by touchgfx::Rect::operator&=()
Data written by touchgfx::Rect::operator&=()
touchgfx::Rect::operator&=()::newX
touchgfx::Rect::operator&=()::newY
all items filtered out
touchgfx::Rect::operator&=()
Type of touchgfx::Rect::operator&=()
touchgfx::Rect::operator&=()
int16_t
all items filtered out