Searched refs:paintBitmapContext (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebKit2/Platform/cg/ |
D | CGUtilities.h | 32 void paintBitmapContext(CGContextRef, CGContextRef bitmapContext, CGPoint destination, CGRect sourc…
|
D | CGUtilities.cpp | 50 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGPoint destination, CGRe… in paintBitmapContext() function
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | BackingStoreMac.mm | 53 paintBitmapContext(context, m_bitmapContext.get(), rect.location(), rect); 74 …paintBitmapContext(layerContext, m_bitmapContext.get(), CGPointZero, CGRectMake(0, 0, m_size.width… 139 paintBitmapContext(m_bitmapContext.get(), m_bitmapContext.get(), destination, scrollRect);
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 5983 Make paintBitmapContext use CGBitmapContextCreateImage, which creates a copy-on-write copy 5991 (WebKit::paintBitmapContext):
|
D | ChangeLog-2011-02-16 | 7340 (WebKit::paintBitmapContext): 7345 Use paintBitmapContext. 7350 Use paintBitmapContext.
|