#include <SkSize.h>
◆ equals()
◆ height()
◆ isEmpty()
bool SkSize::isEmpty |
( |
| ) |
const |
|
inline |
Returns true if either width or height are <= 0.
◆ isZero()
bool SkSize::isZero |
( |
| ) |
const |
|
inline |
Returns true iff fWidth == 0 && fHeight == 0.
◆ Make() [1/2]
◆ Make() [2/2]
◆ MakeEmpty()
static constexpr SkSize SkSize::MakeEmpty |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ set()
◆ setEmpty()
void SkSize::setEmpty |
( |
| ) |
|
|
inline |
Set the width and height to 0.
◆ toCeil()
◆ toFloor()
◆ toRound()
◆ width()
◆ fHeight
◆ fWidth
The documentation for this struct was generated from the following file: