KHTML
FloatPoint.h File Reference
#include "FloatSize.h"
#include <wtf/Platform.h>
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) |