webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::DesktopVector Class Reference

#include <desktop_geometry.h>

Public Member Functions

 DesktopVector ()
 
 DesktopVector (int32_t x, int32_t y)
 
int32_t x () const
 
int32_t y () const
 
bool is_zero () const
 
bool equals (const DesktopVector &other) const
 
void set (int32_t x, int32_t y)
 
DesktopVector add (const DesktopVector &other) const
 
DesktopVector subtract (const DesktopVector &other) const
 
 DesktopVector ()
 
 DesktopVector (int32_t x, int32_t y)
 
int32_t x () const
 
int32_t y () const
 
bool is_zero () const
 
bool equals (const DesktopVector &other) const
 
void set (int32_t x, int32_t y)
 
DesktopVector add (const DesktopVector &other) const
 
DesktopVector subtract (const DesktopVector &other) const
 

Constructor & Destructor Documentation

◆ DesktopVector() [1/4]

webrtc::DesktopVector::DesktopVector ( )
inline

◆ DesktopVector() [2/4]

webrtc::DesktopVector::DesktopVector ( int32_t  x,
int32_t  y 
)
inline

◆ DesktopVector() [3/4]

webrtc::DesktopVector::DesktopVector ( )
inline

◆ DesktopVector() [4/4]

webrtc::DesktopVector::DesktopVector ( int32_t  x,
int32_t  y 
)
inline

Member Function Documentation

◆ add() [1/2]

DesktopVector webrtc::DesktopVector::add ( const DesktopVector other) const
inline

◆ add() [2/2]

DesktopVector webrtc::DesktopVector::add ( const DesktopVector other) const
inline

◆ equals() [1/2]

bool webrtc::DesktopVector::equals ( const DesktopVector other) const
inline

◆ equals() [2/2]

bool webrtc::DesktopVector::equals ( const DesktopVector other) const
inline

◆ is_zero() [1/2]

bool webrtc::DesktopVector::is_zero ( ) const
inline

◆ is_zero() [2/2]

bool webrtc::DesktopVector::is_zero ( ) const
inline

◆ set() [1/2]

void webrtc::DesktopVector::set ( int32_t  x,
int32_t  y 
)
inline

◆ set() [2/2]

void webrtc::DesktopVector::set ( int32_t  x,
int32_t  y 
)
inline

◆ subtract() [1/2]

DesktopVector webrtc::DesktopVector::subtract ( const DesktopVector other) const
inline

◆ subtract() [2/2]

DesktopVector webrtc::DesktopVector::subtract ( const DesktopVector other) const
inline

◆ x() [1/2]

int32_t webrtc::DesktopVector::x ( ) const
inline

◆ x() [2/2]

int32_t webrtc::DesktopVector::x ( ) const
inline

◆ y() [1/2]

int32_t webrtc::DesktopVector::y ( ) const
inline

◆ y() [2/2]

int32_t webrtc::DesktopVector::y ( ) const
inline

The documentation for this class was generated from the following file: