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

  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 98 m_data->m_view->StrokeRect(rect, getHaikuStrokeStyle());
225 m_data->m_view->StrokeRect(region.Frame(), B_MIXED_COLORS);
276 void GraphicsContext::strokeRect(const FloatRect& rect, float width)
283 m_data->m_view->StrokeRect(rect, getHaikuStrokeStyle());
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 547 class StrokeRect : public Operation {
549 StrokeRect(const FloatRect& rect, float lineWidth)
552 context->strokeRect(m_rect, m_lineWidth);
PlatformGraphicsContextRecording.cpp 908 void PlatformGraphicsContextRecording::strokeRect(const FloatRect& rect, float lineWidth)
912 appendDrawingOperation(NEW_OP(StrokeRect)(rect, lineWidth), bounds);
    [all...]

Completed in 36 milliseconds