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

  /external/webkit/WebCore/svg/
SVGPreserveAspectRatio.cpp 64 SVGPreserveAspectRatio SVGPreserveAspectRatio::parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result)
SVGPreserveAspectRatio.h 73 static bool parsePreserveAspectRatio(Consumer* consumer, const String& value, bool validate = true)
78 consumer->setPreserveAspectRatioBaseValue(parsePreserveAspectRatio(begin, end, validate, result));
83 static SVGPreserveAspectRatio parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result);

Completed in 1592 milliseconds