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

  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.h 77 struct ArcTo {
98 PlatformPathElement(const ArcTo& data): m_type(PathArcTo) { m_data.m_arcToData = data; }
104 const ArcTo& arcTo() const { return m_data.m_arcToData; }
126 ArcTo m_arcToData;
PlatformPathWince.cpp 213 static void addArcPoints(PathPolygon& poly, const PlatformPathElement::ArcTo& data)
418 const ArcTo& data = m_data.m_arcToData;
464 // FIXME: there's no arcTo type for PathElement
515 addArcPoints(m_subpaths.last(), e.arcTo());
701 PlatformPathElement::ArcTo data = {
734 PlatformPathElement::ArcTo data = { { endX, endY }, { p.x(), p.y() }, { a, b }, !anticlockwise };
769 , i->arcTo().m_end.m_x, i->arcTo().m_end.m_y
770 , i->arcTo().m_center.m_x, i->arcTo().m_center.m_
    [all...]

Completed in 221 milliseconds