Searched defs:PlatformBitmapBuffer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/cairo/
H A DPixelDumpSupportCairo.h44 typedef HBITMAP PlatformBitmapBuffer; typedef
46 typedef void* PlatformBitmapBuffer; typedef
51 static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, cairo_t* context)
71 BitmapContext(PlatformBitmapBuffer buffer, cairo_t* context)
77 PlatformBitmapBuffer m_buffer;
/external/webkit/Tools/DumpRenderTree/cg/
H A DPixelDumpSupportCG.h45 typedef void* PlatformBitmapBuffer; typedef
47 typedef HBITMAP PlatformBitmapBuffer; typedef
52 static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, CGContextRef context)
71 BitmapContext(PlatformBitmapBuffer buffer, CGContextRef context)
77 PlatformBitmapBuffer m_buffer;

Completed in 57 milliseconds