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

touchgfx::Rect::intersect() const method

@fn bool Rect::intersect(int16_t otherX, int16_t otherY) const Determines whether specified point lies inside this rectangle. Determines whether specified point lies inside this rectangle.

Syntax

bool intersect(int16_t otherX,     int16_t otherY) const;

Arguments

otherX

The x coordinate of the point.

otherY

The y coordinate of the point.

Return value

true if point lies inside rectangle.

References

LocationReferrerScopeText
Types.hpp:231
bool intersect(int16_t otherX, int16_t otherY) const
Types.hpp:248
bool intersect(const Rect& other) const
Types.hpp:306touchgfx::Rect::operator&=()touchgfx::Rect
if (intersect(other))

Call Tree

Functions calling touchgfx::Rect::intersect() const
Functions called by touchgfx::Rect::intersect() const
all items filtered out
touchgfx::Rect::intersect() const
Data read by touchgfx::Rect::intersect() const
touchgfx::Rect::intersect() const