OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preserveaspectratio
(Results
1 - 25
of
31
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPreserveAspectRatio.cpp
36
animatedType->
preserveAspectRatio
().parse(string);
52
resetFromBaseValue<SVGAnimatedPreserveAspectRatio>(animatedTypes, type, &SVGAnimatedType::
preserveAspectRatio
);
75
const SVGPreserveAspectRatio& fromPreserveAspectRatio = m_animationElement->animationMode() == ToAnimation ? animated->
preserveAspectRatio
() : from->
preserveAspectRatio
();
76
const SVGPreserveAspectRatio& toPreserveAspectRatio = to->
preserveAspectRatio
();
77
SVGPreserveAspectRatio& animatedPreserveAspectRatio = animated->
preserveAspectRatio
();
SVGFitToViewBox.h
57
SVGPreserveAspectRatio
preserveAspectRatio
;
58
preserveAspectRatio
.parse(value);
59
target->setPreserveAspectRatioBaseValue(
preserveAspectRatio
);
SVGSymbolElement.cpp
33
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSymbolElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
39
REGISTER_LOCAL_ANIMATED_PROPERTY(
preserveAspectRatio
)
SVGViewElement.cpp
31
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGViewElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
36
REGISTER_LOCAL_ANIMATED_PROPERTY(
preserveAspectRatio
)
SVGViewSpec.h
78
// Custom animated '
preserveAspectRatio
' property.
79
PassRefPtr<SVGAnimatedPreserveAspectRatio>
preserveAspectRatio
();
82
void setPreserveAspectRatioBaseValue(const SVGPreserveAspectRatio&
preserveAspectRatio
) { m_preserveAspectRatio =
preserveAspectRatio
; }
SVGFEImageElement.h
67
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGSymbolElement.h
55
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGViewElement.h
62
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGFEImageElement.cpp
38
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGFEImageElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
43
REGISTER_LOCAL_ANIMATED_PROPERTY(
preserveAspectRatio
)
136
SVGPreserveAspectRatio
preserveAspectRatio
;
137
preserveAspectRatio
.parse(value);
138
setPreserveAspectRatioBaseValue(
preserveAspectRatio
);
SVGImageElement.cpp
40
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGImageElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
49
REGISTER_LOCAL_ANIMATED_PROPERTY(
preserveAspectRatio
)
127
SVGPreserveAspectRatio
preserveAspectRatio
;
128
preserveAspectRatio
.parse(value);
129
setPreserveAspectRatioBaseValue(
preserveAspectRatio
);
SVGAnimatedType.h
143
const SVGPreserveAspectRatio&
preserveAspectRatio
() const
146
return *m_data.
preserveAspectRatio
;
246
SVGPreserveAspectRatio&
preserveAspectRatio
()
249
return *m_data.
preserveAspectRatio
;
296
SVGPreserveAspectRatio*
preserveAspectRatio
;
SVGImageElement.h
73
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGPatternElement.h
80
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGFEImageElement.idl
27
readonly attribute SVGAnimatedPreserveAspectRatio
preserveAspectRatio
;
SVGFitToViewBox.idl
32
readonly attribute SVGAnimatedPreserveAspectRatio
preserveAspectRatio
;
SVGImageElement.idl
31
readonly attribute SVGAnimatedPreserveAspectRatio
preserveAspectRatio
;
SVGAnimatedType.cpp
77
delete m_data.
preserveAspectRatio
;
198
PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createPreserveAspectRatio(SVGPreserveAspectRatio*
preserveAspectRatio
)
200
ASSERT(
preserveAspectRatio
);
202
animatedType->m_data.
preserveAspectRatio
=
preserveAspectRatio
;
SVGViewSpec.cpp
46
// Define custom animated property '
preserveAspectRatio
'.
163
PassRefPtr<SVGAnimatedPreserveAspectRatio> SVGViewSpec::
preserveAspectRatio
()
259
SVGPreserveAspectRatio
preserveAspectRatio
;
260
if (!
preserveAspectRatio
.parse(ptr, end, false))
262
setPreserveAspectRatioBaseValue(
preserveAspectRatio
);
SVGFitToViewBox.cpp
100
AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&
preserveAspectRatio
, float viewWidth, float viewHeight)
105
return
preserveAspectRatio
.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
SVGMarkerElement.h
162
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGMarkerElement.cpp
56
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGMarkerElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
68
REGISTER_LOCAL_ANIMATED_PROPERTY(
preserveAspectRatio
)
SVGPatternElement.cpp
45
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGPatternElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
58
REGISTER_LOCAL_ANIMATED_PROPERTY(
preserveAspectRatio
)
SVGAttributeNames.in
160
preserveAspectRatio
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp
40
FEImage::FEImage(Filter* filter, PassRefPtr<Image> image, const SVGPreserveAspectRatio&
preserveAspectRatio
)
44
, m_preserveAspectRatio(
preserveAspectRatio
)
48
FEImage::FEImage(Filter* filter, Document& document, const String& href, const SVGPreserveAspectRatio&
preserveAspectRatio
)
52
, m_preserveAspectRatio(
preserveAspectRatio
)
56
PassRefPtr<FEImage> FEImage::createWithImage(Filter* filter, PassRefPtr<Image> image, const SVGPreserveAspectRatio&
preserveAspectRatio
)
58
return adoptRef(new FEImage(filter, image,
preserveAspectRatio
));
61
PassRefPtr<FEImage> FEImage::createWithIRIReference(Filter* filter, Document& document, const String& href, const SVGPreserveAspectRatio&
preserveAspectRatio
)
63
return adoptRef(new FEImage(filter, document, href,
preserveAspectRatio
));
/external/chromium_org/ui/keyboard/resources/images/
search.svg
6
preserveAspectRatio
="xMidYMid meet">
Completed in 256 milliseconds
1
2