Home
last modified time | relevance | path

Searched refs:m_cgContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextPlatformPrivateCG.h33 : m_cgContext(cgContext) in GraphicsContextPlatformPrivate()
41 CGContextRetain(m_cgContext); in GraphicsContextPlatformPrivate()
46 CGContextRelease(m_cgContext); in ~GraphicsContextPlatformPrivate()
83 CGContextRef m_cgContext; variable
DGraphicsContextCG.cpp88 ASSERT(m_data->m_cgContext); in platformContext()
89 return m_data->m_cgContext; in platformContext()
/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp68 CGContextRelease(m_data->m_cgContext); in GraphicsContext()
70 setPaintingDisabled(!m_data->m_cgContext); in GraphicsContext()
71 if (m_data->m_cgContext) { in GraphicsContext()
101 CGContextDrawImage(m_data->m_cgContext, dstRect, image); in releaseWindowsContext()
124 …CGContextDrawImage(m_data->m_cgContext, CGRectMake(point.x(), point.y(), image->size().width(), im… in drawWindowsBitmap()
246 CGContextFlush(m_cgContext); in flush()
/external/webkit/WebCore/
DChangeLog-2006-05-104127 (WebCore::GraphicsContext::platformContext): Added. Returns m_data->m_cgContext.
DChangeLog-2006-12-3137033 (WebCore::GraphicsContextPlatformPrivate:::m_cgContext):