KHTML
FloatPoint.h File Reference
#include "FloatSize.h"
#include <wtf/Platform.h>
Include dependency graph for FloatPoint.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | WebCore::FloatPoint |
Namespaces | |
namespace | WebCore |
Functions | |
bool | WebCore::operator!= (const FloatPoint &a, const FloatPoint &b) |
FloatPoint | WebCore::operator+ (const FloatPoint &a, const FloatSize &b) |
FloatPoint & | WebCore::operator+= (FloatPoint &a, const FloatSize &b) |
FloatPoint | WebCore::operator- (const FloatPoint &a, const FloatSize &b) |
FloatSize | WebCore::operator- (const FloatPoint &a, const FloatPoint &b) |
FloatPoint & | WebCore::operator-= (FloatPoint &a, const FloatSize &b) |
bool | WebCore::operator== (const FloatPoint &a, const FloatPoint &b) |