Home
last modified time | relevance | path

Searched refs:PlatformBitmapBuffer (Results 1 – 2 of 2) sorted by relevance

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