Searched defs:getHaikuStrokeStyle (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp98 m_data->m_view->StrokeRect(rect, getHaikuStrokeStyle());
110 m_data->m_view->StrokeLine(point1, point2, getHaikuStrokeStyle());
121 m_data->m_view->StrokeEllipse(rect, getHaikuStrokeStyle());
129 m_data->m_view->StrokeArc(rect, startAngle, angleSpan, getHaikuStrokeStyle());
149 m_data->m_view->StrokePolygon(bPoints, pointsLength, true, getHaikuStrokeStyle());
283 m_data->m_view->StrokeRect(rect, getHaikuStrokeStyle());
490 pattern GraphicsContext::getHaikuStrokeStyle() function in class:WebCore::GraphicsContext
512 // FIXME: see getHaikuStrokeStyle.

Completed in 66 milliseconds