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

  /external/webkit/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 124 wxGCDC* gcdc = wxDynamicCast(&dc, wxGCDC); local
125 wxGraphicsContext* gc = gcdc->GetGraphicsContext();
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 278 wxGCDC* gcdc = static_cast<wxGCDC*>(dc); local
279 wxGraphicsContext* gc = gcdc->GetGraphicsContext();
  /external/webkit/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();

Completed in 100 milliseconds