Searched defs:SVGPreserveAspectRatio (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGPreserveAspectRatio.cpp25 #include "SVGPreserveAspectRatio.h"
33 SVGPreserveAspectRatio::SVGPreserveAspectRatio() function in class:WebCore::SVGPreserveAspectRatio
40 SVGPreserveAspectRatio::~SVGPreserveAspectRatio()
44 void SVGPreserveAspectRatio::setAlign(unsigned short align)
49 unsigned short SVGPreserveAspectRatio::align() const
54 void SVGPreserveAspectRatio::setMeetOrSlice(unsigned short meetOrSlice)
59 unsigned short SVGPreserveAspectRatio::meetOrSlice() const
64 SVGPreserveAspectRatio SVGPreserveAspectRati
[all...]
H A DSVGPreserveAspectRatio.h34 class SVGPreserveAspectRatio { class in namespace:WebCore
56 SVGPreserveAspectRatio();
57 virtual ~SVGPreserveAspectRatio();
83 static SVGPreserveAspectRatio parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result);

Completed in 559 milliseconds