HomeSort by relevance Sort by last modified time
    Searched full:m_graphics (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 81 m_graphics = NULL;
84 m_graphics = (Graphics*)gcdc->GetGraphicsContext()->GetNativeContext();
85 m_hdc = m_graphics->GetHDC();
95 if (m_graphics)
96 m_graphics->ReleaseHDC(m_hdc);
105 Graphics* m_graphics; member in class:GraphicsHDC

Completed in 299 milliseconds