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
32
) sorted by null
1
2
/external/webkit/Source/WebCore/svg/graphics/filters/
SVGFEImage.cpp
37
FEImage::FEImage(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio&
preserveAspectRatio
)
40
, m_preserveAspectRatio(
preserveAspectRatio
)
44
PassRefPtr<FEImage> FEImage::create(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio&
preserveAspectRatio
)
46
return adoptRef(new FEImage(filter, image,
preserveAspectRatio
));
/external/webkit/Source/WebCore/svg/
SVGViewSpec.h
62
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGFEImageElement.h
64
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGImageElement.h
74
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGSymbolElement.h
61
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGViewElement.h
62
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGMarkerElement.h
95
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGPatternElement.h
87
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGSymbolElement.cpp
33
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSymbolElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
SVGViewElement.cpp
37
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGViewElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
SVGFEImageElement.idl
33
readonly attribute SVGAnimatedPreserveAspectRatio
preserveAspectRatio
;
SVGFitToViewBox.idl
31
readonly attribute SVGAnimatedPreserveAspectRatio
preserveAspectRatio
;
SVGImageElement.idl
39
readonly attribute SVGAnimatedPreserveAspectRatio
preserveAspectRatio
;
SVGFitToViewBox.cpp
83
AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&
preserveAspectRatio
, float viewWidth, float viewHeight)
88
return
preserveAspectRatio
.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
SVGSVGElement.h
163
DECLARE_ANIMATED_PRESERVEASPECTRATIO(
PreserveAspectRatio
,
preserveAspectRatio
)
SVGFEImageElement.cpp
42
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGFEImageElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
172
return FEImage::create(filter, m_targetImage ? m_targetImage->copyImage() : m_cachedImage->image(),
preserveAspectRatio
());
SVGMarkerElement.cpp
45
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGMarkerElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
78
return SVGFitToViewBox::viewBoxToViewTransform(viewBox(),
preserveAspectRatio
(), viewWidth, viewHeight);
svgattrs.in
162
preserveAspectRatio
SVGImageElement.cpp
43
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGImageElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
SVGViewSpec.cpp
35
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGViewSpec, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
SVGPatternElement.cpp
56
DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGPatternElement, SVGNames::preserveAspectRatioAttr,
PreserveAspectRatio
,
preserveAspectRatio
)
258
attributes.setPreserveAspectRatio(current->
preserveAspectRatio
());
PatternAttributes.h
60
SVGPreserveAspectRatio
preserveAspectRatio
() const { return m_preserveAspectRatio; }
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGImage.cpp
130
if (imageElement->
preserveAspectRatio
().align() != SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_NONE)
131
imageElement->
preserveAspectRatio
().transformRect(destRect, srcRect);
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla
486
preserveAspectRatio
488
preserveaspectratio
/external/webkit/Source/WebCore/html/
AsyncImageResizer.h
71
PreserveAspectRatio
,
Completed in 1550 milliseconds
1
2