#include <Length.h>
|
| Length (LengthType=Auto) |
|
| Length (int value, LengthType, bool hasQuirk=false) |
|
| Length (LayoutUnit value, LengthType, bool hasQuirk=false) |
|
| Length (float value, LengthType, bool hasQuirk=false) |
|
| Length (double value, LengthType, bool hasQuirk=false) |
|
WEBCORE_EXPORT | Length (Ref< CalculationValue > &&) |
|
| Length (const Length &) |
|
| Length (Length &&) |
|
Length & | operator= (const Length &) |
|
Length & | operator= (Length &&) |
|
| ~Length () |
|
void | setValue (LengthType, int value) |
|
void | setValue (LengthType, float value) |
|
void | setValue (LengthType, LayoutUnit value) |
|
Length & | operator*= (float) |
|
void | setHasQuirk (bool) |
|
bool | operator== (const Length &) const |
|
bool | operator!= (const Length &) const |
|
float | value () const |
|
int | intValue () const |
|
float | percent () const |
|
CalculationValue & | calculationValue () const |
|
LengthType | type () const |
|
bool | isAuto () const |
|
bool | isCalculated () const |
|
bool | isFixed () const |
|
bool | isMaxContent () const |
|
bool | isMinContent () const |
|
bool | isPercent () const |
|
bool | isRelative () const |
|
bool | isUndefined () const |
|
bool | isFillAvailable () const |
|
bool | isFitContent () const |
|
bool | hasQuirk () const |
|
bool | isZero () const |
|
bool | isPositive () const |
|
bool | isNegative () const |
|
bool | isPercentOrCalculated () const |
|
bool | isIntrinsic () const |
|
bool | isIntrinsicOrAuto () const |
|
bool | isSpecified () const |
|
bool | isSpecifiedOrIntrinsic () const |
|
float | nonNanCalculatedValue (int maxValue) const |
|
| Length (LengthType=Auto) |
|
| Length (int value, LengthType, bool hasQuirk=false) |
|
| Length (LayoutUnit value, LengthType, bool hasQuirk=false) |
|
| Length (float value, LengthType, bool hasQuirk=false) |
|
| Length (double value, LengthType, bool hasQuirk=false) |
|
WEBCORE_EXPORT | Length (Ref< CalculationValue > &&) |
|
| Length (const Length &) |
|
| Length (Length &&) |
|
Length & | operator= (const Length &) |
|
Length & | operator= (Length &&) |
|
| ~Length () |
|
void | setValue (LengthType, int value) |
|
void | setValue (LengthType, float value) |
|
void | setValue (LengthType, LayoutUnit value) |
|
Length & | operator*= (float) |
|
void | setHasQuirk (bool) |
|
bool | operator== (const Length &) const |
|
bool | operator!= (const Length &) const |
|
float | value () const |
|
int | intValue () const |
|
float | percent () const |
|
CalculationValue & | calculationValue () const |
|
LengthType | type () const |
|
bool | isAuto () const |
|
bool | isCalculated () const |
|
bool | isFixed () const |
|
bool | isMaxContent () const |
|
bool | isMinContent () const |
|
bool | isPercent () const |
|
bool | isRelative () const |
|
bool | isUndefined () const |
|
bool | isFillAvailable () const |
|
bool | isFitContent () const |
|
bool | hasQuirk () const |
|
bool | isZero () const |
|
bool | isPositive () const |
|
bool | isNegative () const |
|
bool | isPercentOrCalculated () const |
|
bool | isIntrinsic () const |
|
bool | isIntrinsicOrAuto () const |
|
bool | isSpecified () const |
|
bool | isSpecifiedOrIntrinsic () const |
|
float | nonNanCalculatedValue (int maxValue) const |
|
◆ Length() [1/16]
◆ Length() [2/16]
WebCore::Length::Length |
( |
int |
value, |
|
|
LengthType |
type, |
|
|
bool |
hasQuirk = false |
|
) |
| |
|
inline |
◆ Length() [3/16]
◆ Length() [4/16]
WebCore::Length::Length |
( |
float |
value, |
|
|
LengthType |
type, |
|
|
bool |
hasQuirk = false |
|
) |
| |
|
inline |
◆ Length() [5/16]
WebCore::Length::Length |
( |
double |
value, |
|
|
LengthType |
type, |
|
|
bool |
hasQuirk = false |
|
) |
| |
|
inline |
◆ Length() [6/16]
◆ Length() [7/16]
WebCore::Length::Length |
( |
const Length & |
other | ) |
|
|
inline |
◆ Length() [8/16]
WebCore::Length::Length |
( |
Length && |
other | ) |
|
|
inline |
◆ ~Length() [1/2]
WebCore::Length::~Length |
( |
| ) |
|
|
inline |
◆ Length() [9/16]
◆ Length() [10/16]
◆ Length() [11/16]
◆ Length() [12/16]
WebCore::Length::Length |
( |
float |
value, |
|
|
LengthType |
, |
|
|
bool |
hasQuirk = false |
|
) |
| |
◆ Length() [13/16]
WebCore::Length::Length |
( |
double |
value, |
|
|
LengthType |
, |
|
|
bool |
hasQuirk = false |
|
) |
| |
◆ Length() [14/16]
◆ Length() [15/16]
WebCore::Length::Length |
( |
const Length & |
| ) |
|
◆ Length() [16/16]
WebCore::Length::Length |
( |
Length && |
| ) |
|
◆ ~Length() [2/2]
WebCore::Length::~Length |
( |
| ) |
|
◆ calculationValue() [1/2]
◆ calculationValue() [2/2]
◆ hasQuirk() [1/2]
bool WebCore::Length::hasQuirk |
( |
| ) |
const |
|
inline |
◆ hasQuirk() [2/2]
bool WebCore::Length::hasQuirk |
( |
| ) |
const |
◆ intValue() [1/2]
int WebCore::Length::intValue |
( |
| ) |
const |
◆ intValue() [2/2]
int WebCore::Length::intValue |
( |
| ) |
const |
|
inline |
◆ isAuto() [1/2]
bool WebCore::Length::isAuto |
( |
| ) |
const |
◆ isAuto() [2/2]
bool WebCore::Length::isAuto |
( |
| ) |
const |
|
inline |
◆ isCalculated() [1/2]
bool WebCore::Length::isCalculated |
( |
| ) |
const |
|
inline |
◆ isCalculated() [2/2]
bool WebCore::Length::isCalculated |
( |
| ) |
const |
◆ isFillAvailable() [1/2]
bool WebCore::Length::isFillAvailable |
( |
| ) |
const |
|
inline |
◆ isFillAvailable() [2/2]
bool WebCore::Length::isFillAvailable |
( |
| ) |
const |
◆ isFitContent() [1/2]
bool WebCore::Length::isFitContent |
( |
| ) |
const |
|
inline |
◆ isFitContent() [2/2]
bool WebCore::Length::isFitContent |
( |
| ) |
const |
◆ isFixed() [1/2]
bool WebCore::Length::isFixed |
( |
| ) |
const |
|
inline |
◆ isFixed() [2/2]
bool WebCore::Length::isFixed |
( |
| ) |
const |
◆ isIntrinsic() [1/2]
bool WebCore::Length::isIntrinsic |
( |
| ) |
const |
◆ isIntrinsic() [2/2]
bool WebCore::Length::isIntrinsic |
( |
| ) |
const |
|
inline |
◆ isIntrinsicOrAuto() [1/2]
bool WebCore::Length::isIntrinsicOrAuto |
( |
| ) |
const |
◆ isIntrinsicOrAuto() [2/2]
bool WebCore::Length::isIntrinsicOrAuto |
( |
| ) |
const |
|
inline |
◆ isMaxContent() [1/2]
bool WebCore::Length::isMaxContent |
( |
| ) |
const |
|
inline |
◆ isMaxContent() [2/2]
bool WebCore::Length::isMaxContent |
( |
| ) |
const |
◆ isMinContent() [1/2]
bool WebCore::Length::isMinContent |
( |
| ) |
const |
|
inline |
◆ isMinContent() [2/2]
bool WebCore::Length::isMinContent |
( |
| ) |
const |
◆ isNegative() [1/2]
bool WebCore::Length::isNegative |
( |
| ) |
const |
◆ isNegative() [2/2]
bool WebCore::Length::isNegative |
( |
| ) |
const |
|
inline |
◆ isPercent() [1/2]
bool WebCore::Length::isPercent |
( |
| ) |
const |
|
inline |
◆ isPercent() [2/2]
bool WebCore::Length::isPercent |
( |
| ) |
const |
◆ isPercentOrCalculated() [1/2]
bool WebCore::Length::isPercentOrCalculated |
( |
| ) |
const |
|
inline |
◆ isPercentOrCalculated() [2/2]
bool WebCore::Length::isPercentOrCalculated |
( |
| ) |
const |
◆ isPositive() [1/2]
bool WebCore::Length::isPositive |
( |
| ) |
const |
|
inline |
◆ isPositive() [2/2]
bool WebCore::Length::isPositive |
( |
| ) |
const |
◆ isRelative() [1/2]
bool WebCore::Length::isRelative |
( |
| ) |
const |
◆ isRelative() [2/2]
bool WebCore::Length::isRelative |
( |
| ) |
const |
|
inline |
◆ isSpecified() [1/2]
bool WebCore::Length::isSpecified |
( |
| ) |
const |
|
inline |
◆ isSpecified() [2/2]
bool WebCore::Length::isSpecified |
( |
| ) |
const |
◆ isSpecifiedOrIntrinsic() [1/2]
bool WebCore::Length::isSpecifiedOrIntrinsic |
( |
| ) |
const |
◆ isSpecifiedOrIntrinsic() [2/2]
bool WebCore::Length::isSpecifiedOrIntrinsic |
( |
| ) |
const |
|
inline |
◆ isUndefined() [1/2]
bool WebCore::Length::isUndefined |
( |
| ) |
const |
|
inline |
◆ isUndefined() [2/2]
bool WebCore::Length::isUndefined |
( |
| ) |
const |
◆ isZero() [1/2]
bool WebCore::Length::isZero |
( |
| ) |
const |
◆ isZero() [2/2]
bool WebCore::Length::isZero |
( |
| ) |
const |
|
inline |
◆ nonNanCalculatedValue() [1/2]
float WebCore::Length::nonNanCalculatedValue |
( |
int |
maxValue | ) |
const |
◆ nonNanCalculatedValue() [2/2]
float WebCore::Length::nonNanCalculatedValue |
( |
int |
maxValue | ) |
const |
◆ operator!=() [1/2]
bool WebCore::Length::operator!= |
( |
const Length & |
other | ) |
const |
|
inline |
◆ operator!=() [2/2]
bool WebCore::Length::operator!= |
( |
const Length & |
| ) |
const |
◆ operator*=() [1/2]
Length& WebCore::Length::operator*= |
( |
float |
| ) |
|
◆ operator*=() [2/2]
Length & WebCore::Length::operator*= |
( |
float |
value | ) |
|
|
inline |
◆ operator=() [1/4]
◆ operator=() [2/4]
◆ operator=() [3/4]
◆ operator=() [4/4]
◆ operator==() [1/2]
bool WebCore::Length::operator== |
( |
const Length & |
other | ) |
const |
|
inline |
◆ operator==() [2/2]
bool WebCore::Length::operator== |
( |
const Length & |
| ) |
const |
◆ percent() [1/2]
float WebCore::Length::percent |
( |
| ) |
const |
◆ percent() [2/2]
float WebCore::Length::percent |
( |
| ) |
const |
|
inline |
◆ setHasQuirk() [1/2]
void WebCore::Length::setHasQuirk |
( |
bool |
hasQuirk | ) |
|
|
inline |
◆ setHasQuirk() [2/2]
void WebCore::Length::setHasQuirk |
( |
bool |
| ) |
|
◆ setValue() [1/6]
◆ setValue() [2/6]
◆ setValue() [3/6]
◆ setValue() [4/6]
◆ setValue() [5/6]
◆ setValue() [6/6]
◆ type() [1/2]
◆ type() [2/2]
◆ value() [1/2]
float WebCore::Length::value |
( |
| ) |
const |
◆ value() [2/2]
float WebCore::Length::value |
( |
| ) |
const |
|
inline |
◆ m_calculationValueHandle
unsigned WebCore::Length::m_calculationValueHandle |
◆ m_floatValue
float WebCore::Length::m_floatValue |
◆ m_intValue
int WebCore::Length::m_intValue |
◆ WTF_MAKE_FAST_ALLOCATED
WebCore::Length::WTF_MAKE_FAST_ALLOCATED |
The documentation for this struct was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/Length.h
- Source/WebCore/platform/Length.cpp