Home
last modified time | relevance | path

Searched refs:paintBitmapContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/Platform/cg/
DCGUtilities.h32 void paintBitmapContext(CGContextRef, CGContextRef bitmapContext, CGPoint destination, CGRect sourc…
DCGUtilities.cpp50 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGPoint destination, CGRe… in paintBitmapContext() function
/external/webkit/Source/WebKit2/UIProcess/mac/
DBackingStoreMac.mm53 paintBitmapContext(context, m_bitmapContext.get(), rect.location(), rect);
74paintBitmapContext(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/
DChangeLog5983 Make paintBitmapContext use CGBitmapContextCreateImage, which creates a copy-on-write copy
5991 (WebKit::paintBitmapContext):
DChangeLog-2011-02-167340 (WebKit::paintBitmapContext):
7345 Use paintBitmapContext.
7350 Use paintBitmapContext.