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

  /external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h 49 class BitmapContext : public RefCounted<BitmapContext> {
51 static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, cairo_t* context)
53 return adoptRef(new BitmapContext(buffer, context));
56 ~BitmapContext()
71 BitmapContext(PlatformBitmapBuffer buffer, cairo_t* context)
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.h 50 class BitmapContext : public RefCounted<BitmapContext> {
52 static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, CGContextRef context)
54 return adoptRef(new BitmapContext(buffer, context));
57 ~BitmapContext()
71 BitmapContext(PlatformBitmapBuffer buffer, CGContextRef context)
82 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bool sweepHorizontally, bool drawSelectionRect);

Completed in 346 milliseconds