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

  /external/webkit/Source/WebCore/svg/
SVGPreserveAspectRatio.cpp 35 : m_align(SVG_PRESERVEASPECTRATIO_XMIDYMID)
47 m_align = static_cast<SVGPreserveAspectRatioType>(align);
63 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_NONE;
92 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMIN;
94 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMID;
98 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMAX;
104 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMIN;
106 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMID;
110 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMAX;
118 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMAXYMIN
    [all...]
SVGPreserveAspectRatio.h 58 unsigned short align() const { return m_align; }
85 SVGPreserveAspectRatioType m_align; member in class:WebCore::SVGPreserveAspectRatio

Completed in 113 milliseconds