HomeSort by relevance Sort by last modified time
    Searched defs:SVGPreserveAspectRatio (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPreserveAspectRatio.cpp 25 #include "SVGPreserveAspectRatio.h"
34 SVGPreserveAspectRatio::SVGPreserveAspectRatio()
40 void SVGPreserveAspectRatio::setAlign(unsigned short align, ExceptionCode& ec)
50 void SVGPreserveAspectRatio::setMeetOrSlice(unsigned short meetOrSlice, ExceptionCode& ec)
60 SVGPreserveAspectRatio SVGPreserveAspectRatio::parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result)
62 SVGPreserveAspectRatio aspectRatio;
159 void SVGPreserveAspectRatio::transformRect(FloatRect& destRect, FloatRect& srcRect)
165 case SVGPreserveAspectRatio::SVG_MEETORSLICE_UNKNOWN
    [all...]
SVGPreserveAspectRatio.h 33 class SVGPreserveAspectRatio {
55 SVGPreserveAspectRatio();
80 static SVGPreserveAspectRatio parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result);
90 struct SVGPropertyTraits<SVGPreserveAspectRatio> {
91 static SVGPreserveAspectRatio initialValue() { return SVGPreserveAspectRatio(); }
92 static String toString(const SVGPreserveAspectRatio& type) { return type.valueAsString(); }

Completed in 437 milliseconds