KHTML
Path.h File Reference
#include "wtf/Platform.h"
#include "Document.h"
Include dependency graph for Path.h:

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

Go to the source code of this file.
Classes | |
class | WebCore::Path |
struct | WebCore::PathElement |
Namespaces | |
namespace | WebCore |
Typedefs | |
typedef void(* | WebCore::PathApplierFunction )(void *info, const PathElement *) |
typedef void | PlatformPath |
Enumerations | |
enum | WebCore::PathElementType { WebCore::PathElementMoveToPoint, WebCore::PathElementAddLineToPoint, WebCore::PathElementAddQuadCurveToPoint, WebCore::PathElementAddCurveToPoint, WebCore::PathElementCloseSubpath } |
enum | WebCore::WindRule { WebCore::RULE_NONZERO = 0, WebCore::RULE_EVENODD = 1 } |
Typedef Documentation
typedef void PlatformPath |