Home
last modified time | relevance | path

Searched defs:gcdc (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/wxcode/win/
Dscrollbar_render.cpp82 wxGCDC* gcdc = wxDynamicCast(dc, wxGCDC); in GraphicsHDC() local
144 wxGCDC* gcdc = wxDynamicCast(&dc, wxGCDC); in wxRenderer_DrawScrollbar() local
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dscrollbar_render.cpp124 wxGCDC* gcdc = wxDynamicCast(&dc, wxGCDC); in wxRenderer_DrawScrollbar() local
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp279 wxGCDC* gcdc = static_cast<wxGCDC*>(dc); in paintButton() local
/external/webkit/Source/WebKit/wx/
DWebView.cpp675 wxGCDC gcdc(dc); in OnPaint() local