Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wx/
DImageWx.cpp105 wxWindowDC* context = ctxt->platformContext(); in draw()
188 wxWindowDC* context = ctxt->platformContext(); in drawPattern()
DGraphicsContextWx.cpp94 wxWindowDC* context;
127 m_data->context = (wxWindowDC*)context; in platformInit()
301 wxWindowDC* windc = dynamic_cast<wxWindowDC*>(m_data->context); in clip()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h61 class wxWindowDC; variable
76 typedef wxWindowDC PlatformGraphicsContext;