Home
last modified time | relevance | path

Searched refs:wxWindowDC (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp95 wxWindowDC* context;
128 m_data->context = (wxWindowDC*)context; in GraphicsContext()
283 wxWindowDC* windc = dynamic_cast<wxWindowDC*>(m_data->context); in clip()
DImageWx.cpp104 wxWindowDC* context = ctxt->platformContext(); in draw()
188 wxWindowDC* context = ctxt->platformContext(); in drawPattern()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h56 class wxWindowDC; variable
71 typedef wxWindowDC PlatformGraphicsContext;