#include "FloatPoint.h"Go to the source code of this file.
Namespaces | |
| namespace | WebCore |
Classes | |
| class | WebCore::FloatRect |
Functions | |
| FloatRect | WebCore::intersection (const FloatRect &a, const FloatRect &b) |
| FloatRect | WebCore::unionRect (const FloatRect &a, const FloatRect &b) |
| bool | WebCore::operator== (const FloatRect &a, const FloatRect &b) |
| bool | WebCore::operator!= (const FloatRect &a, const FloatRect &b) |
| IntRect | WebCore::enclosingIntRect (const FloatRect &rect) |