KHTML
Namespaces | |
namespace | HTMLNames |
namespace | SVGNames |
namespace | XLinkNames |
Classes | |
class | AffineTransform |
class | FloatPoint |
class | FloatRect |
class | FloatSize |
class | IntPoint |
class | IntRect |
class | IntSize |
class | PathTraversalState |
Typedefs | |
typedef KHTMLView | Frame |
typedef khtml::Path | Path |
typedef RenderCanvas | RenderView |
typedef DOM::DOMString | String |
Functions | |
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<> | |
float | narrowPrecisionToFloat (double number) |
template<typename T > | |
float | narrowPrecisionToFloat (T) |
bool | operator!= (const FloatPoint &a, const FloatPoint &b) |
bool | operator!= (const FloatRect &a, const FloatRect &b) |
bool | operator!= (const FloatSize &a, const FloatSize &b) |
bool | operator!= (const IntPoint &a, const IntPoint &b) |
bool | operator!= (const IntRect &a, const IntRect &b) |
bool | operator!= (const IntSize &a, const IntSize &b) |
FloatPoint | operator+ (const FloatPoint &a, const FloatSize &b) |
FloatSize | operator+ (const FloatSize &a, const FloatSize &b) |
IntPoint | operator+ (const IntPoint &a, const IntSize &b) |
IntSize | operator+ (const IntSize &a, const IntSize &b) |
FloatPoint & | operator+= (FloatPoint &a, const FloatSize &b) |
FloatSize & | operator+= (FloatSize &a, const FloatSize &b) |
IntPoint & | operator+= (IntPoint &a, const IntSize &b) |
IntSize & | operator+= (IntSize &a, const IntSize &b) |
FloatSize | operator- (const FloatPoint &a, const FloatPoint &b) |
FloatPoint | operator- (const FloatPoint &a, const FloatSize &b) |
FloatSize | operator- (const FloatSize &a, const FloatSize &b) |
FloatSize | operator- (const FloatSize &size) |
IntSize | operator- (const IntPoint &a, const IntPoint &b) |
IntPoint | operator- (const IntPoint &a, const IntSize &b) |
IntSize | operator- (const IntSize &a, const IntSize &b) |
IntSize | operator- (const IntSize &size) |
FloatPoint & | operator-= (FloatPoint &a, const FloatSize &b) |
FloatSize & | operator-= (FloatSize &a, const FloatSize &b) |
IntPoint & | operator-= (IntPoint &a, const IntSize &b) |
IntSize & | operator-= (IntSize &a, const IntSize &b) |
bool | operator== (const FloatPoint &a, const FloatPoint &b) |
bool | operator== (const FloatRect &a, const FloatRect &b) |
bool | operator== (const FloatSize &a, const FloatSize &b) |
bool | operator== (const IntPoint &a, const IntPoint &b) |
bool | operator== (const IntRect &a, const IntRect &b) |
bool | operator== (const IntSize &a, const IntSize &b) |
bool | skipString (const QChar *&ptr, const QChar *end, const char *str) |
bool | skipString (const QChar *&ptr, const QChar *end, const QChar *name, int length) |
FloatRect | unionRect (const FloatRect &a, const FloatRect &b) |
IntRect | unionRect (const IntRect &a, const IntRect &b) |
Variables | |
static const double | animationFrameDelay = 0.025 |
static const float | kPathSegmentLengthTolerance = 0.00001f |
Typedef Documentation
◆ Frame
typedef KHTMLView WebCore::Frame |
◆ Path
typedef khtml::Path WebCore::Path |
Definition at line 37 of file PathTraversalState.h.
◆ RenderView
typedef RenderCanvas WebCore::RenderView |
Definition at line 9 of file RenderView.h.
◆ String
typedef DOM::DOMString WebCore::String |
Definition at line 8 of file PlatformString.h.
Function Documentation
◆ curveLength()
|
static |
Definition at line 120 of file PathTraversalState.cpp.
◆ distanceLine()
|
inlinestatic |
Definition at line 38 of file PathTraversalState.cpp.
◆ enclosingIntRect()
Definition at line 112 of file FloatRect.cpp.
◆ getPathStroke()
|
static |
Definition at line 45 of file RenderPathQt.cpp.
◆ intersection() [1/2]
Definition at line 148 of file FloatRect.h.
◆ intersection() [2/2]
◆ midPoint()
|
inlinestatic |
Definition at line 33 of file PathTraversalState.cpp.
◆ narrowPrecisionToFloat() [1/2]
|
inline |
Definition at line 43 of file FloatConversion.h.
◆ narrowPrecisionToFloat() [2/2]
◆ operator!=() [1/6]
|
inline |
Definition at line 135 of file FloatPoint.h.
◆ operator!=() [2/6]
Definition at line 167 of file FloatRect.h.
◆ operator!=() [3/6]
Definition at line 118 of file FloatSize.h.
◆ operator!=() [4/6]
Definition at line 145 of file IntPoint.h.
◆ operator!=() [5/6]
◆ operator!=() [6/6]
◆ operator+() [1/4]
|
inline |
Definition at line 115 of file FloatPoint.h.
◆ operator+() [2/4]
Definition at line 98 of file FloatSize.h.
◆ operator+() [3/4]
Definition at line 125 of file IntPoint.h.
◆ operator+() [4/4]
◆ operator+=() [1/4]
|
inline |
Definition at line 103 of file FloatPoint.h.
◆ operator+=() [2/4]
Definition at line 84 of file FloatSize.h.
◆ operator+=() [3/4]
Definition at line 113 of file IntPoint.h.
◆ operator+=() [4/4]
◆ operator-() [1/8]
|
inline |
Definition at line 120 of file FloatPoint.h.
◆ operator-() [2/8]
|
inline |
Definition at line 125 of file FloatPoint.h.
◆ operator-() [3/8]
Definition at line 103 of file FloatSize.h.
◆ operator-() [4/8]
Definition at line 108 of file FloatSize.h.
◆ operator-() [5/8]
Definition at line 130 of file IntPoint.h.
◆ operator-() [6/8]
Definition at line 135 of file IntPoint.h.
◆ operator-() [7/8]
◆ operator-() [8/8]
◆ operator-=() [1/4]
|
inline |
Definition at line 109 of file FloatPoint.h.
◆ operator-=() [2/4]
Definition at line 91 of file FloatSize.h.
◆ operator-=() [3/4]
Definition at line 119 of file IntPoint.h.
◆ operator-=() [4/4]
◆ operator==() [1/6]
|
inline |
Definition at line 130 of file FloatPoint.h.
◆ operator==() [2/6]
Definition at line 162 of file FloatRect.h.
◆ operator==() [3/6]
Definition at line 113 of file FloatSize.h.
◆ operator==() [4/6]
Definition at line 140 of file IntPoint.h.
◆ operator==() [5/6]
◆ operator==() [6/6]
◆ skipString() [1/2]
|
inline |
Definition at line 39 of file ParserUtilities.h.
◆ skipString() [2/2]
|
inline |
Definition at line 29 of file ParserUtilities.h.
◆ unionRect() [1/2]
Definition at line 155 of file FloatRect.h.
◆ unionRect() [2/2]
Variable Documentation
◆ animationFrameDelay
|
static |
Definition at line 41 of file SMILTimeContainer.cpp.
◆ kPathSegmentLengthTolerance
|
static |
Definition at line 31 of file PathTraversalState.cpp.
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.