touchgfx::Rect::operator&() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Rect::operator&() const

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

@fn Rect Rect::operator&(const Rect& other) const Gets a rectangle describing the intersecting area between this rectangle and the supplied rectangle. Gets a rectangle describing the intersecting area between this rectangle and the supplied rectangle.

Syntax

Rect operator &(const Rect& other) const;

Arguments

other

The other rectangle.

Return value

Intersecting rectangle or Rect(0, 0, 0, 0) in case of no intersection.

References

LocationText
Types.hpp:287
Rect operator &(const Rect& other) const

Call Tree

Functions called by touchgfx::Rect::operator&() const
touchgfx::Rect::operator&() const
touchgfx::Rect::~Rect()
all items filtered out
Data read by touchgfx::Rect::operator&() const
touchgfx::Rect::operator&() const::r
all items filtered out
touchgfx::Rect::operator&() const
Type of touchgfx::Rect::operator&() const
touchgfx::Rect::operator&() const
all items filtered out