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

  /external/webkit/Source/WebCore/platform/mac/
LocalCurrentGraphicsContext.mm 34 m_savedNSGraphicsContext = 0;
38 m_savedNSGraphicsContext = [[NSGraphicsContext currentContext] retain];
47 if (m_savedNSGraphicsContext) {
48 [NSGraphicsContext setCurrentContext:m_savedNSGraphicsContext];
49 [m_savedNSGraphicsContext release];
LocalCurrentGraphicsContext.h 42 NSGraphicsContext* m_savedNSGraphicsContext;

Completed in 3392 milliseconds