Searched refs:getXAt (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ | ||
H A D | CSSBasicShapes.h | 204 PassRefPtr<CSSPrimitiveValue> getXAt(unsigned i) const { return m_values.at(i * 2); } function in class:WebCore::CSSBasicShapePolygon |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ | ||
H A D | BasicShapes.h | 164 Length getXAt(unsigned i) const { return m_values.at(2 * i); } function in class:WebCore::BasicShapePolygon |
Completed in 50 milliseconds