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

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 39 : m_cgContext(cgContext)
87 RetainPtr<CGContextRef> m_cgContext;
GraphicsContextCG.cpp 166 ASSERT(m_data->m_cgContext);
167 return m_data->m_cgContext.get();
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 68 CGContextRelease(m_data->m_cgContext.get());
70 setPaintingDisabled(!m_data->m_cgContext);
71 if (m_data->m_cgContext) {
101 CGContextDrawImage(m_data->m_cgContext.get(), dstRect, image);
124 CGContextDrawImage(m_data->m_cgContext.get(), CGRectMake(point.x(), point.y(), image->size().width(), image->size().height()), cgImage.get());
250 CGContextFlush(m_cgContext.get());

Completed in 1377 milliseconds