KHTML
#include <FloatRect.h>
Definition at line 59 of file FloatRect.h.
◆ FloatRect() [1/4]
WebCore::FloatRect::FloatRect |
( |
| ) |
|
|
inline |
◆ FloatRect() [2/4]
◆ FloatRect() [3/4]
WebCore::FloatRect::FloatRect |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
width, |
|
|
float |
height |
|
) |
| |
|
inline |
◆ FloatRect() [4/4]
WebCore::FloatRect::FloatRect |
( |
const IntRect & |
r | ) |
|
◆ bottom()
float WebCore::FloatRect::bottom |
( |
| ) |
const |
|
inline |
◆ contains() [1/3]
bool WebCore::FloatRect::contains |
( |
const FloatPoint & |
point | ) |
const |
|
inline |
◆ contains() [2/3]
bool WebCore::FloatRect::contains |
( |
const FloatRect & |
other | ) |
const |
◆ contains() [3/3]
bool WebCore::FloatRect::contains |
( |
float |
px, |
|
|
float |
py |
|
) |
| const |
|
inline |
◆ height()
float WebCore::FloatRect::height |
( |
| ) |
const |
|
inline |
◆ inflate()
void WebCore::FloatRect::inflate |
( |
float |
d | ) |
|
|
inline |
◆ inflateX()
void WebCore::FloatRect::inflateX |
( |
float |
dx | ) |
|
|
inline |
◆ inflateY()
void WebCore::FloatRect::inflateY |
( |
float |
dy | ) |
|
|
inline |
◆ intersect()
void WebCore::FloatRect::intersect |
( |
const FloatRect & |
other | ) |
|
◆ intersects()
bool WebCore::FloatRect::intersects |
( |
const FloatRect & |
other | ) |
const |
◆ isEmpty()
bool WebCore::FloatRect::isEmpty |
( |
| ) |
const |
|
inline |
◆ location()
◆ move() [1/2]
void WebCore::FloatRect::move |
( |
const FloatSize & |
delta | ) |
|
|
inline |
◆ move() [2/2]
void WebCore::FloatRect::move |
( |
float |
dx, |
|
|
float |
dy |
|
) |
| |
|
inline |
◆ narrowPrecision()
FloatRect WebCore::FloatRect::narrowPrecision |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
width, |
|
|
double |
height |
|
) |
| |
|
static |
◆ right()
float WebCore::FloatRect::right |
( |
| ) |
const |
|
inline |
◆ scale()
void WebCore::FloatRect::scale |
( |
float |
s | ) |
|
◆ setHeight()
void WebCore::FloatRect::setHeight |
( |
float |
height | ) |
|
|
inline |
◆ setLocation()
void WebCore::FloatRect::setLocation |
( |
const FloatPoint & |
location | ) |
|
|
inline |
◆ setSize()
void WebCore::FloatRect::setSize |
( |
const FloatSize & |
size | ) |
|
|
inline |
◆ setWidth()
void WebCore::FloatRect::setWidth |
( |
float |
width | ) |
|
|
inline |
◆ setX()
void WebCore::FloatRect::setX |
( |
float |
x | ) |
|
|
inline |
◆ setY()
void WebCore::FloatRect::setY |
( |
float |
y | ) |
|
|
inline |
◆ size()
◆ unite()
void WebCore::FloatRect::unite |
( |
const FloatRect & |
other | ) |
|
◆ width()
float WebCore::FloatRect::width |
( |
| ) |
const |
|
inline |
◆ x()
float WebCore::FloatRect::x |
( |
| ) |
const |
|
inline |
◆ y()
float WebCore::FloatRect::y |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.