Searched refs:gcdc (Results 1 – 2 of 2) sorted by relevance
499 wxGCDC gcdc(dc); in OnPaint() local507 gcdc.SetDeviceOrigin(-offset.width(), -offset.height()); in OnPaint()513 WebCore::GraphicsContext gc(&gcdc); in OnPaint()
1671 Also, small fix to call PrepareDC(gcdc) when using wxGCDC because1672 on Linux the wxGCDC gcdc(dc) constructor will not retain the