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

#include <FontSelectionAlgorithm.h>

Public Member Functions

 FontSelectionValue ()=default
 
 FontSelectionValue (int x)
 
 FontSelectionValue (float x)
 
 operator float () const
 
FontSelectionValue operator+ (const FontSelectionValue other) const
 
FontSelectionValue operator- (const FontSelectionValue other) const
 
FontSelectionValue operator* (const FontSelectionValue other) const
 
FontSelectionValue operator/ (const FontSelectionValue other) const
 
FontSelectionValue operator- () const
 
bool operator== (const FontSelectionValue other) const
 
bool operator!= (const FontSelectionValue other) const
 
bool operator< (const FontSelectionValue other) const
 
bool operator<= (const FontSelectionValue other) const
 
bool operator> (const FontSelectionValue other) const
 
bool operator>= (const FontSelectionValue other) const
 
int16_t rawValue () const
 
 FontSelectionValue ()=default
 
 FontSelectionValue (int x)
 
 FontSelectionValue (float x)
 
 operator float () const
 
FontSelectionValue operator+ (const FontSelectionValue other) const
 
FontSelectionValue operator- (const FontSelectionValue other) const
 
FontSelectionValue operator* (const FontSelectionValue other) const
 
FontSelectionValue operator/ (const FontSelectionValue other) const
 
FontSelectionValue operator- () const
 
bool operator== (const FontSelectionValue other) const
 
bool operator!= (const FontSelectionValue other) const
 
bool operator< (const FontSelectionValue other) const
 
bool operator<= (const FontSelectionValue other) const
 
bool operator> (const FontSelectionValue other) const
 
bool operator>= (const FontSelectionValue other) const
 
int16_t rawValue () const
 

Static Public Member Functions

static FontSelectionValue maximumValue ()
 
static FontSelectionValue minimumValue ()
 
static FontSelectionValue clampFloat (float value)
 
static FontSelectionValue maximumValue ()
 
static FontSelectionValue minimumValue ()
 
static FontSelectionValue clampFloat (float value)
 

Constructor & Destructor Documentation

◆ FontSelectionValue() [1/6]

WebCore::FontSelectionValue::FontSelectionValue ( )
default

◆ FontSelectionValue() [2/6]

WebCore::FontSelectionValue::FontSelectionValue ( int  x)
inlineexplicit

◆ FontSelectionValue() [3/6]

WebCore::FontSelectionValue::FontSelectionValue ( float  x)
inlineexplicit

◆ FontSelectionValue() [4/6]

WebCore::FontSelectionValue::FontSelectionValue ( )
default

◆ FontSelectionValue() [5/6]

WebCore::FontSelectionValue::FontSelectionValue ( int  x)
inlineexplicit

◆ FontSelectionValue() [6/6]

WebCore::FontSelectionValue::FontSelectionValue ( float  x)
inlineexplicit

Member Function Documentation

◆ clampFloat() [1/2]

static FontSelectionValue WebCore::FontSelectionValue::clampFloat ( float  value)
inlinestatic

◆ clampFloat() [2/2]

static FontSelectionValue WebCore::FontSelectionValue::clampFloat ( float  value)
inlinestatic

◆ maximumValue() [1/2]

static FontSelectionValue WebCore::FontSelectionValue::maximumValue ( )
inlinestatic

◆ maximumValue() [2/2]

static FontSelectionValue WebCore::FontSelectionValue::maximumValue ( )
inlinestatic

◆ minimumValue() [1/2]

static FontSelectionValue WebCore::FontSelectionValue::minimumValue ( )
inlinestatic

◆ minimumValue() [2/2]

static FontSelectionValue WebCore::FontSelectionValue::minimumValue ( )
inlinestatic

◆ operator float() [1/2]

WebCore::FontSelectionValue::operator float ( ) const
inline

◆ operator float() [2/2]

WebCore::FontSelectionValue::operator float ( ) const
inline

◆ operator!=() [1/2]

bool WebCore::FontSelectionValue::operator!= ( const FontSelectionValue  other) const
inline

◆ operator!=() [2/2]

bool WebCore::FontSelectionValue::operator!= ( const FontSelectionValue  other) const

◆ operator*() [1/2]

FontSelectionValue WebCore::FontSelectionValue::operator* ( const FontSelectionValue  other) const
inline

◆ operator*() [2/2]

FontSelectionValue WebCore::FontSelectionValue::operator* ( const FontSelectionValue  other) const

◆ operator+() [1/2]

FontSelectionValue WebCore::FontSelectionValue::operator+ ( const FontSelectionValue  other) const
inline

◆ operator+() [2/2]

FontSelectionValue WebCore::FontSelectionValue::operator+ ( const FontSelectionValue  other) const

◆ operator-() [1/4]

FontSelectionValue WebCore::FontSelectionValue::operator- ( const FontSelectionValue  other) const

◆ operator-() [2/4]

FontSelectionValue WebCore::FontSelectionValue::operator- ( const FontSelectionValue  other) const
inline

◆ operator-() [3/4]

FontSelectionValue WebCore::FontSelectionValue::operator- ( ) const

◆ operator-() [4/4]

FontSelectionValue WebCore::FontSelectionValue::operator- ( ) const
inline

◆ operator/() [1/2]

FontSelectionValue WebCore::FontSelectionValue::operator/ ( const FontSelectionValue  other) const

◆ operator/() [2/2]

FontSelectionValue WebCore::FontSelectionValue::operator/ ( const FontSelectionValue  other) const
inline

◆ operator<() [1/2]

bool WebCore::FontSelectionValue::operator< ( const FontSelectionValue  other) const
inline

◆ operator<() [2/2]

bool WebCore::FontSelectionValue::operator< ( const FontSelectionValue  other) const

◆ operator<=() [1/2]

bool WebCore::FontSelectionValue::operator<= ( const FontSelectionValue  other) const

◆ operator<=() [2/2]

bool WebCore::FontSelectionValue::operator<= ( const FontSelectionValue  other) const
inline

◆ operator==() [1/2]

bool WebCore::FontSelectionValue::operator== ( const FontSelectionValue  other) const

◆ operator==() [2/2]

bool WebCore::FontSelectionValue::operator== ( const FontSelectionValue  other) const
inline

◆ operator>() [1/2]

bool WebCore::FontSelectionValue::operator> ( const FontSelectionValue  other) const

◆ operator>() [2/2]

bool WebCore::FontSelectionValue::operator> ( const FontSelectionValue  other) const
inline

◆ operator>=() [1/2]

bool WebCore::FontSelectionValue::operator>= ( const FontSelectionValue  other) const

◆ operator>=() [2/2]

bool WebCore::FontSelectionValue::operator>= ( const FontSelectionValue  other) const
inline

◆ rawValue() [1/2]

int16_t WebCore::FontSelectionValue::rawValue ( ) const
inline

◆ rawValue() [2/2]

int16_t WebCore::FontSelectionValue::rawValue ( ) const
inline

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