OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGLocatable
(Results
1 - 22
of
22
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGStyledLocatableElement.cpp
39
return
SVGLocatable
::nearestViewportElement(this);
44
return
SVGLocatable
::farthestViewportElement(this);
49
return
SVGLocatable
::getBBox(this, styleUpdateStrategy);
54
return
SVGLocatable
::computeCTM(this,
SVGLocatable
::NearestViewportScope, styleUpdateStrategy);
59
return
SVGLocatable
::computeCTM(this,
SVGLocatable
::ScreenScope, styleUpdateStrategy);
SVGStyledLocatableElement.h
25
#include "
SVGLocatable
.h"
33
virtual public
SVGLocatable
{
42
virtual AffineTransform localCoordinateSpaceTransform(
SVGLocatable
::CTMScope mode) const { return
SVGLocatable
::localCoordinateSpaceTransform(mode); }
SVGTransformable.idl
29
interface [Conditional=SVG, ObjCProtocol, OmitConstructor] SVGTransformable :
SVGLocatable
{
SVGLocatable.h
34
class
SVGLocatable
{
36
virtual ~
SVGLocatable
() { }
38
// '
SVGLocatable
' functions
58
virtual AffineTransform localCoordinateSpaceTransform(
SVGLocatable
::CTMScope) const { return AffineTransform(); }
SVGLocatable.idl
29
interface [Conditional=SVG, ObjCProtocol, OmitConstructor]
SVGLocatable
{
SVGTransformable.h
26
#include "
SVGLocatable
.h"
36
class SVGTransformable : virtual public
SVGLocatable
{
49
virtual AffineTransform localCoordinateSpaceTransform(
SVGLocatable
::CTMScope) const { return animatedLocalTransform(); }
SVGLocatable.cpp
26
#include "
SVGLocatable
.h"
45
SVGElement*
SVGLocatable
::nearestViewportElement(const SVGElement* element)
56
SVGElement*
SVGLocatable
::farthestViewportElement(const SVGElement* element)
67
FloatRect
SVGLocatable
::getBBox(const SVGElement* element, StyleUpdateStrategy styleUpdateStrategy)
80
AffineTransform
SVGLocatable
::computeCTM(const SVGElement* element, CTMScope mode, StyleUpdateStrategy styleUpdateStrategy)
107
AffineTransform
SVGLocatable
::getTransformToElement(SVGElement* target, ExceptionCode& ec, StyleUpdateStrategy styleUpdateStrategy) const
SVGStyledTransformableElement.cpp
48
return
SVGLocatable
::computeCTM(this,
SVGLocatable
::NearestViewportScope, styleUpdateStrategy);
53
return
SVGLocatable
::computeCTM(this,
SVGLocatable
::ScreenScope, styleUpdateStrategy);
SVGTextElement.cpp
80
return
SVGLocatable
::computeCTM(this,
SVGLocatable
::NearestViewportScope, styleUpdateStrategy);
85
return
SVGLocatable
::computeCTM(this,
SVGLocatable
::ScreenScope, styleUpdateStrategy);
SVGStyledTransformableElement.h
44
virtual AffineTransform localCoordinateSpaceTransform(
SVGLocatable
::CTMScope mode) const { return SVGTransformable::localCoordinateSpaceTransform(mode); }
SVGTextElement.h
50
virtual AffineTransform localCoordinateSpaceTransform(
SVGLocatable
::CTMScope mode) const { return SVGTransformable::localCoordinateSpaceTransform(mode); }
SVGElement.h
26
#include "
SVGLocatable
.h"
103
bool boundingBox(FloatRect&,
SVGLocatable
::StyleUpdateStrategy =
SVGLocatable
::AllowStyleUpdate) const;
SVGStyledElement.h
26
#include "
SVGLocatable
.h"
58
virtual AffineTransform localCoordinateSpaceTransform(
SVGLocatable
::CTMScope) const;
SVGSVGElement.idl
33
SVGLocatable
,
SVGSVGElement.h
168
virtual AffineTransform localCoordinateSpaceTransform(
SVGLocatable
::CTMScope) const;
SVGSVGElement.cpp
486
AffineTransform SVGSVGElement::localCoordinateSpaceTransform(
SVGLocatable
::CTMScope mode) const
495
else if (mode ==
SVGLocatable
::ScreenScope) {
SVGElement.cpp
192
bool SVGElement::boundingBox(FloatRect& rect,
SVGLocatable
::StyleUpdateStrategy styleUpdateStrategy) const
SVGStyledElement.cpp
422
AffineTransform SVGStyledElement::localCoordinateSpaceTransform(
SVGLocatable
::CTMScope) const
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.cpp
185
AffineTransform transform = element->getScreenCTM(
SVGLocatable
::DisallowStyleUpdate);
RenderSVGPath.cpp
178
AffineTransform nonScalingStrokeTransform = element->getScreenCTM(
SVGLocatable
::DisallowStyleUpdate);
/external/webkit/Source/WebCore/
Android.mk
[
all
...]
/external/webkit/Source/WebCore/page/
FrameView.cpp
76
#include "
SVGLocatable
.h"
[
all
...]
Completed in 143 milliseconds