OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGTransformable
(Results
1 - 25
of
28
) sorted by null
1
2
/external/webkit/Source/WebCore/svg/
SVGTextElement.idl
29
SVGTransformable
{
SVGAElement.idl
34
SVGTransformable
{
SVGClipPathElement.idl
34
SVGTransformable
SVGDefsElement.idl
33
SVGTransformable
{
SVGGElement.idl
33
SVGTransformable
{
SVGSwitchElement.idl
33
SVGTransformable
{
SVGTransformable.idl
29
interface [Conditional=SVG, ObjCProtocol, OmitConstructor]
SVGTransformable
: SVGLocatable {
SVGPolygonElement.idl
33
SVGTransformable
{
SVGPolylineElement.idl
33
SVGTransformable
{
SVGCircleElement.idl
34
SVGTransformable
{
SVGEllipseElement.idl
33
SVGTransformable
{
SVGForeignObjectElement.idl
33
SVGTransformable
{
SVGLineElement.idl
33
SVGTransformable
{
SVGTransformable.h
36
class
SVGTransformable
: virtual public SVGLocatable {
43
virtual ~
SVGTransformable
();
SVGStyledTransformableElement.cpp
74
if (
SVGTransformable
::isKnownAttribute(attr->name())) {
76
if (!
SVGTransformable
::parseTransformAttribute(newList, attr->value()))
103
if (attrName == anyQName() ||
SVGTransformable
::isKnownAttribute(attrName))
109
return
SVGTransformable
::isKnownAttribute(attrName) || SVGStyledLocatableElement::isKnownAttribute(attrName);
114
return
SVGTransformable
::nearestViewportElement(this);
119
return
SVGTransformable
::farthestViewportElement(this);
124
return
SVGTransformable
::getBBox(this, styleUpdateStrategy);
SVGTextElement.cpp
52
if (
SVGTransformable
::isKnownAttribute(attr->name())) {
54
if (!
SVGTransformable
::parseTransformAttribute(newList, attr->value()))
65
return
SVGTransformable
::nearestViewportElement(this);
70
return
SVGTransformable
::farthestViewportElement(this);
75
return
SVGTransformable
::getBBox(this, styleUpdateStrategy);
132
if (
SVGTransformable
::isKnownAttribute(attrName)) {
142
if (attrName == anyQName() ||
SVGTransformable
::isKnownAttribute(attrName))
SVGImageElement.idl
34
SVGTransformable
{
SVGRectElement.idl
34
SVGTransformable
{
SVGStyledTransformableElement.h
27
#include "
SVGTransformable
.h"
35
public
SVGTransformable
{
44
virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope mode) const { return
SVGTransformable
::localCoordinateSpaceTransform(mode); }
SVGTextElement.h
27
#include "
SVGTransformable
.h"
32
public
SVGTransformable
{
50
virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope mode) const { return
SVGTransformable
::localCoordinateSpaceTransform(mode); }
SVGUseElement.idl
34
SVGTransformable
{
SVGTransformable.cpp
25
#include "
SVGTransformable
.h"
93
SVGTransformable
::~
SVGTransformable
()
97
bool
SVGTransformable
::parseTransformValue(unsigned type, const UChar*& ptr, const UChar* end, SVGTransform& transform)
173
bool
SVGTransformable
::parseTransformAttribute(SVGTransformList& list, const AtomicString& transform)
179
bool
SVGTransformable
::parseTransformAttribute(SVGTransformList& list, const UChar*& currTransform, const UChar* end, TransformParsingMode mode)
209
bool
SVGTransformable
::isKnownAttribute(const QualifiedName& attrName)
SVGViewSpec.cpp
29
#include "
SVGTransformable
.h"
44
SVGTransformable
::parseTransformAttribute(m_transform, transform);
149
SVGTransformable
::parseTransformAttribute(m_transform, currViewSpec, end,
SVGTransformable
::DoNotClearList);
SVGPathElement.idl
34
SVGTransformable
{
SVGGradientElement.cpp
36
#include "
SVGTransformable
.h"
63
if (!
SVGTransformable
::parseTransformAttribute(newList, attr->value()))
Completed in 184 milliseconds
1
2