Searched refs:getXAt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBasicShapes.h204 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 DBasicShapes.h164 Length getXAt(unsigned i) const { return m_values.at(2 * i); } function in class:WebCore::BasicShapePolygon

Completed in 53 milliseconds