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

  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 82 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/
scrollbar_render.cpp 124 wxGCDC* gcdc = wxDynamicCast(&dc, wxGCDC); local
125 wxGraphicsContext* gc = gcdc->GetGraphicsContext();
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 279 wxGCDC* gcdc = static_cast<wxGCDC*>(dc); local
280 wxGraphicsContext* gc = gcdc->GetGraphicsContext();
  /external/webkit/Source/WebKit/wx/
WebView.cpp 675 wxGCDC gcdc(dc);
682 WebCore::GraphicsContext gc(&gcdc);

Completed in 73 milliseconds