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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 102 m_contextCG = CGBitmapContextCreate(canvas->m_pixelData.get(),
106 CGContextTranslateCTM(m_contextCG.get(), 0, canvas->size().height());
107 CGContextScaleCTM(m_contextCG.get(), 1, -1);
108 m_context = adoptPtr(new GraphicsContext(m_contextCG.get()));
PlatformCanvas.h 93 RetainPtr<CGContextRef> m_contextCG;

Completed in 18 milliseconds