HomeSort by relevance Sort by last modified time
    Searched full:polygonvalue (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp 87 RefPtr<CSSBasicShapePolygon> polygonValue = CSSBasicShapePolygon::create();
89 polygonValue->setWindRule(polygon->windRule());
92 polygonValue->appendPoint(pool.createValue(values.at(i), style), pool.createValue(values.at(i + 1), style));
94 basicShapeValue = polygonValue.release();
173 const CSSBasicShapePolygon* polygonValue = static_cast<const CSSBasicShapePolygon *>(basicShapeValue);
176 polygon->setWindRule(polygonValue->windRule());
177 const Vector<RefPtr<CSSPrimitiveValue> >& values = polygonValue->values();

Completed in 70 milliseconds