Home
last modified time | relevance | path

Searched defs:PlatformDrawingContext (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DDrawingAreaProxy.h58 typedef CGContextRef PlatformDrawingContext; typedef
60 typedef HDC PlatformDrawingContext; typedef
62 typedef QPainter* PlatformDrawingContext; typedef
64 typedef cairo_t* PlatformDrawingContext; typedef
DDrawingAreaProxyImpl.cpp118 bool DrawingAreaProxyImpl::paint(const WebCore::IntRect&, PlatformDrawingContext) in paint() argument