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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEImageElement.h 44 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); }
SVGFitToViewBox.h 78 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); }
SVGImageElement.h 47 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); }
SVGPreserveAspectRatio.cpp 49 RefPtr<SVGPreserveAspectRatio> preserveAspectRatio = create();
51 preserveAspectRatio->m_align = m_align;
52 preserveAspectRatio->m_meetOrSlice = m_meetOrSlice;
54 return preserveAspectRatio.release();
PatternAttributes.h 60 SVGPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); }

Completed in 624 milliseconds