|
| template<class CurveType > |
| static float | curveLength (PathTraversalState &traversalState, CurveType curve) |
| |
| static float | distanceLine (const FloatPoint &start, const FloatPoint &end) |
| |
| IntRect | enclosingIntRect (const FloatRect &rect) |
| |
| static QPainterPath | getPathStroke (const QPainterPath &path, const RenderObject *object, const RenderStyle *style) |
| |
| FloatRect | intersection (const FloatRect &a, const FloatRect &b) |
| |
| IntRect | intersection (const IntRect &a, const IntRect &b) |
| |
| static FloatPoint | midPoint (const FloatPoint &first, const FloatPoint &second) |
| |
| template<typename T > |
| float | narrowPrecisionToFloat (T) |
| |
| template<> |
| float | narrowPrecisionToFloat (double number) |
| |
| bool | operator!= (const FloatSize &a, const FloatSize &b) |
| |
| bool | operator!= (const FloatPoint &a, const FloatPoint &b) |
| |
| bool | operator!= (const IntPoint &a, const IntPoint &b) |
| |
| bool | operator!= (const IntSize &a, const IntSize &b) |
| |
| bool | operator!= (const FloatRect &a, const FloatRect &b) |
| |
| bool | operator!= (const IntRect &a, const IntRect &b) |
| |
| FloatSize | operator+ (const FloatSize &a, const FloatSize &b) |
| |
| FloatPoint | operator+ (const FloatPoint &a, const FloatSize &b) |
| |
| IntPoint | operator+ (const IntPoint &a, const IntSize &b) |
| |
| IntSize | operator+ (const IntSize &a, const IntSize &b) |
| |
| FloatSize & | operator+= (FloatSize &a, const FloatSize &b) |
| |
| FloatPoint & | operator+= (FloatPoint &a, const FloatSize &b) |
| |
| IntPoint & | operator+= (IntPoint &a, const IntSize &b) |
| |
| IntSize & | operator+= (IntSize &a, const IntSize &b) |
| |
| FloatSize | operator- (const FloatSize &a, const FloatSize &b) |
| |
| FloatSize | operator- (const FloatSize &size) |
| |
| FloatSize | operator- (const FloatPoint &a, const FloatPoint &b) |
| |
| FloatPoint | operator- (const FloatPoint &a, const FloatSize &b) |
| |
| IntSize | operator- (const IntPoint &a, const IntPoint &b) |
| |
| IntSize | operator- (const IntSize &a, const IntSize &b) |
| |
| IntPoint | operator- (const IntPoint &a, const IntSize &b) |
| |
| IntSize | operator- (const IntSize &size) |
| |
| FloatSize & | operator-= (FloatSize &a, const FloatSize &b) |
| |
| FloatPoint & | operator-= (FloatPoint &a, const FloatSize &b) |
| |
| IntPoint & | operator-= (IntPoint &a, const IntSize &b) |
| |
| IntSize & | operator-= (IntSize &a, const IntSize &b) |
| |
| bool | operator== (const FloatSize &a, const FloatSize &b) |
| |
| bool | operator== (const FloatPoint &a, const FloatPoint &b) |
| |
| bool | operator== (const IntPoint &a, const IntPoint &b) |
| |
| bool | operator== (const IntSize &a, const IntSize &b) |
| |
| bool | operator== (const FloatRect &a, const FloatRect &b) |
| |
| bool | operator== (const IntRect &a, const IntRect &b) |
| |
| bool | skipString (const QChar *&ptr, const QChar *end, const QChar *name, int length) |
| |
| bool | skipString (const QChar *&ptr, const QChar *end, const char *str) |
| |
| FloatRect | unionRect (const FloatRect &a, const FloatRect &b) |
| |
| IntRect | unionRect (const IntRect &a, const IntRect &b) |
| |