Searched refs:wxPen (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | Pen.h | 32 class wxPen; variable 60 Pen(const wxPen&); 61 operator wxPen() const;
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 203 …m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyl… in drawRect() 216 …m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyl… in drawLine() 226 …m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyl… in drawEllipse() 235 …m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyl… in strokeArc() 250 …m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyl… in drawConvexPolygon() 332 m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), wxSOLID)); in drawLineForText() 340 m_data->context->SetPen(wxPen(*wxGREEN, 2, wxLONG_DASH)); in drawLineForMisspellingOrBadGrammar() 342 m_data->context->SetPen(wxPen(*wxRED, 2, wxLONG_DASH)); in drawLineForMisspellingOrBadGrammar() 452 … m_data->context->SetPen(wxPen(color, strokeThickness(), strokeStyleToWxPenStyle(strokeStyle()))); in setPlatformStrokeColor() 461 … m_data->context->SetPen(wxPen(strokeColor(), thickness, strokeStyleToWxPenStyle(strokeStyle()))); in setPlatformStrokeThickness()
|
D | PenWx.cpp | 64 Pen::Pen(const wxPen& p) in Pen() 72 Pen::operator wxPen() const in operator wxPen() 74 …return wxPen(wxColour(m_color.red(), m_color.blue(), m_color.green()), width(), penStyleToWxPenSty… in operator wxPen()
|
/external/webkit/WebCore/platform/wx/wxcode/gtk/ |
D | scrollbar_render.cpp | 116 dc.SetPen(wxPen(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNSHADOW))); in wxRenderer_DrawScrollbar()
|