Home
last modified time | relevance | path

Searched defs:PatternAttributes (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
DPatternAttributes.h31 struct PatternAttributes { struct
32 PatternAttributes() in PatternAttributes() argument
55 SVGLength x() const { return m_x; } in x()
56 SVGLength y() const { return m_y; } in y()
57 SVGLength width() const { return m_width; } in width()
58 SVGLength height() const { return m_height; } in height()
59 FloatRect viewBox() const { return m_viewBox; } in viewBox()
60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; } in preserveAspectRatio()
61 bool boundingBoxMode() const { return m_boundingBoxMode; } in boundingBoxMode()
62 bool boundingBoxModeContent() const { return m_boundingBoxModeContent; } in boundingBoxModeContent()
[all …]