webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SVGTransformable.h>
Public Types | |
enum | TransformParsingMode { ClearList, DoNotClearList } |
Public Types inherited from WebCore::SVGLocatable | |
enum | StyleUpdateStrategy { AllowStyleUpdate, DisallowStyleUpdate, AllowStyleUpdate, DisallowStyleUpdate } |
enum | CTMScope { NearestViewportScope, ScreenScope, NearestViewportScope, ScreenScope } |
enum | StyleUpdateStrategy { AllowStyleUpdate, DisallowStyleUpdate, AllowStyleUpdate, DisallowStyleUpdate } |
enum | CTMScope { NearestViewportScope, ScreenScope, NearestViewportScope, ScreenScope } |
Static Public Member Functions | |
static bool | parseTransformAttribute (SVGTransformListValues &, const UChar *&ptr, const UChar *end, TransformParsingMode=ClearList) |
static bool | parseTransformValue (SVGTransformValue::SVGTransformType, const UChar *&ptr, const UChar *end, SVGTransformValue &) |
static SVGTransformValue::SVGTransformType | parseTransformType (const String &) |
Static Public Member Functions inherited from WebCore::SVGLocatable | |
static SVGElement * | nearestViewportElement (const SVGElement *) |
static SVGElement * | farthestViewportElement (const SVGElement *) |
static SVGElement * | nearestViewportElement (const SVGElement *) |
static SVGElement * | farthestViewportElement (const SVGElement *) |
Additional Inherited Members | |
Static Protected Member Functions inherited from WebCore::SVGLocatable | |
static FloatRect | getBBox (SVGElement *, StyleUpdateStrategy) |
static AffineTransform | computeCTM (SVGElement *, CTMScope, StyleUpdateStrategy) |
static FloatRect | getBBox (SVGElement *, StyleUpdateStrategy) |
static AffineTransform | computeCTM (SVGElement *, CTMScope, StyleUpdateStrategy) |
|
virtual |
|
pure virtual |
Implemented in WebCore::SVGGraphicsElement, and WebCore::SVGTextElement.
|
inlineoverridevirtual |
Reimplemented from WebCore::SVGLocatable.
|
static |
|
static |
|
static |