Searched refs:gcdc (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/wxcode/win/
H A Dscrollbar_render.cpp82 wxGCDC* gcdc = wxDynamicCast(dc, wxGCDC); local
83 if (gcdc) {
84 m_graphics = (Graphics*)gcdc->GetGraphicsContext()->GetNativeContext();
144 wxGCDC* gcdc = wxDynamicCast(&dc, wxGCDC); local
145 wxGraphicsContext* gc = gcdc->GetGraphicsContext();
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dscrollbar_render.cpp124 wxGCDC* gcdc = wxDynamicCast(&dc, wxGCDC); local
125 wxGraphicsContext* gc = gcdc->GetGraphicsContext();
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp279 wxGCDC* gcdc = static_cast<wxGCDC*>(dc); local
280 wxGraphicsContext* gc = gcdc->GetGraphicsContext();
/external/webkit/Source/WebKit/wx/
H A DWebView.cpp675 wxGCDC gcdc(dc);
682 WebCore::GraphicsContext gc(&gcdc);

Completed in 112 milliseconds