Searched defs:PlatformDrawingContext (Results 1 - 1 of 1) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ | ||
H A D | DrawingAreaProxy.h | 58 typedef CGContextRef PlatformDrawingContext; typedef in namespace:WebKit 60 typedef HDC PlatformDrawingContext; typedef in namespace:WebKit 62 typedef QPainter* PlatformDrawingContext; typedef in namespace:WebKit 64 typedef cairo_t* PlatformDrawingContext; typedef in namespace:WebKit 82 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext) = 0; |
Completed in 47 milliseconds