OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_preserveaspectratio
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h
82
SVGPreserveAspectRatio& preserveAspectRatioCurrentValue() { return
m_preserveAspectRatio
; }
83
SVGPreserveAspectRatio preserveAspectRatioBaseValue() const { return
m_preserveAspectRatio
; }
84
void setPreserveAspectRatioBaseValue(const SVGPreserveAspectRatio& preserveAspectRatio) {
m_preserveAspectRatio
= preserveAspectRatio; }
109
SVGPreserveAspectRatio
m_preserveAspectRatio
;
PatternAttributes.h
38
,
m_preserveAspectRatio
()
60
SVGPreserveAspectRatio preserveAspectRatio() const { return
m_preserveAspectRatio
; }
98
m_preserveAspectRatio
= value;
144
SVGPreserveAspectRatio
m_preserveAspectRatio
;
SVGViewSpec.cpp
184
return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio>(ownerType->contextElement(), preserveAspectRatioPropertyInfo(), ownerType->
m_preserveAspectRatio
);
199
m_preserveAspectRatio
= SVGPreserveAspectRatio();
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp
46
,
m_preserveAspectRatio
(preserveAspectRatio)
54
,
m_preserveAspectRatio
(preserveAspectRatio)
74
m_preserveAspectRatio
.transformRect(paintRect, srcRect);
112
m_preserveAspectRatio
.transformRect(destRect, srcRect);
SVGFEImage.h
61
SVGPreserveAspectRatio
m_preserveAspectRatio
;
Completed in 29 milliseconds