Searched refs:m_contextRef (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/mac/
H A DPluginViewMac.mm141 CGContextRelease(m_contextRef);
270 if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->setwindow || !m_contextRef)
290 m_contextRef, m_npWindow.x, m_npWindow.y, m_npWindow.width, m_npWindow.height,
313 CGContextRelease(m_contextRef);
314 m_contextRef = createBitmapContext(m_windowRect.size());
315 CGContextClearRect(m_contextRef, CGRectMake(0, 0, m_windowRect.width(), m_windowRect.height()));
329 if (context->paintingDisabled() || !m_contextRef)
332 CGContextSaveGState(m_contextRef);
342 CGContextClipToRect(m_contextRef, r);
346 CGContextClearRect(m_contextRef, CGRectMak
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h387 CGContextRef m_contextRef; member in class:WebCore::PluginView
H A DPluginView.cpp843 , m_contextRef(0)

Completed in 135 milliseconds