HomeSort by relevance Sort by last modified time
    Searched refs:m_cgContext (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 44 : m_cgContext(cgContext)
95 RetainPtr<CGContextRef> m_cgContext;
GraphicsContextCG.cpp 134 ASSERT(m_data->m_cgContext);
135 return m_data->m_cgContext.get();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 78 CGContextRelease(m_data->m_cgContext.get());
80 setPaintingDisabled(!m_data->m_cgContext);
81 if (m_data->m_cgContext) {
112 CGContextDrawImage(m_data->m_cgContext.get(), dstRect, image);
128 CGContextDrawImage(m_data->m_cgContext.get(), CGRectMake(point.x(), point.y(), image->size().width(), image->size().height()), cgImage.get());
254 CGContextFlush(m_cgContext.get());

Completed in 1145 milliseconds