HomeSort by relevance Sort by last modified time
    Searched refs:PlatformBitmapBuffer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h 44 typedef HBITMAP PlatformBitmapBuffer;
46 typedef void* PlatformBitmapBuffer;
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/
PixelDumpSupportCG.h 45 typedef void* PlatformBitmapBuffer;
47 typedef HBITMAP PlatformBitmapBuffer;
52 static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, CGContextRef context)
71 BitmapContext(PlatformBitmapBuffer buffer, CGContextRef context)
77 PlatformBitmapBuffer m_buffer;

Completed in 215 milliseconds