Home
last modified time | relevance | path

Searched refs:BitmapContext (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/DumpRenderTree/cg/
DPixelDumpSupportCG.h50 class BitmapContext : public RefCounted<BitmapContext> {
52 …static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, CGC… in createByAdoptingBitmapAndContext()
54 return adoptRef(new BitmapContext(buffer, context)); in createByAdoptingBitmapAndContext()
57 ~BitmapContext() in ~BitmapContext()
71 BitmapContext(PlatformBitmapBuffer buffer, CGContextRef context) in BitmapContext() function
82 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bo…
DPixelDumpSupportCG.cpp71 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) in computeMD5HashStringForBitmapContext()
109 void dumpBitmap(BitmapContext* context, const char* checksum) in dumpBitmap()
/external/webkit/Tools/DumpRenderTree/cairo/
DPixelDumpSupportCairo.h49 class BitmapContext : public RefCounted<BitmapContext> {
51 …static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, cai… in createByAdoptingBitmapAndContext()
53 return adoptRef(new BitmapContext(buffer, context)); in createByAdoptingBitmapAndContext()
56 ~BitmapContext() in ~BitmapContext()
71 BitmapContext(PlatformBitmapBuffer buffer, cairo_t* context) in BitmapContext() function
DPixelDumpSupportCairo.cpp64 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) in computeMD5HashStringForBitmapContext()
89 void dumpBitmap(BitmapContext* context, const char* checksum) in dumpBitmap()
/external/webkit/Tools/DumpRenderTree/
DPixelDumpSupport.h36 class BitmapContext; variable
38 void computeMD5HashStringForBitmapContext(BitmapContext*, char hashString[33]);
39 PassRefPtr<BitmapContext> createPagedBitmapContext();
40 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bo…
41 void dumpBitmap(BitmapContext*, const char* checksum);
DPixelDumpSupport.cpp48 RefPtr<BitmapContext> context; in dumpWebViewAsPixelsAndCompareWithExpected()
/external/webkit/Tools/DumpRenderTree/gtk/
DPixelDumpSupportGtk.cpp38 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool, bool, bool, bool drawSelectionRect) in createBitmapContextFromWebView()
72 return BitmapContext::createByAdoptingBitmapAndContext(0, context); in createBitmapContextFromWebView()
/external/webkit/Tools/DumpRenderTree/win/
DPixelDumpSupportWin.cpp47 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bo… in createBitmapContextFromWebView()
84 return BitmapContext::createByAdoptingBitmapAndContext(bitmap, context); in createBitmapContextFromWebView()
/external/webkit/Tools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm108 static PassRefPtr<BitmapContext> createBitmapContext(size_t pixelsWide, size_t pixelsHigh, size_t& …
134 return BitmapContext::createByAdoptingBitmapAndContext(buffer, context);
137 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bo…
151 …RefPtr<BitmapContext> bitmapContext = createBitmapContext(pixelsWide, pixelsHigh, rowBytes, buffer…
268 PassRefPtr<BitmapContext> createPagedBitmapContext()
276 …RefPtr<BitmapContext> bitmapContext = createBitmapContext(pageWidthInPixels, numberOfPages * (page…
/external/webkit/Tools/
DChangeLog-2009-06-164516 (BitmapContext::createByAdoptingBitmapAndContext):
4517 (BitmapContext::~BitmapContext):
4518 (BitmapContext::cgContext):
4519 (BitmapContext::BitmapContext):
DChangeLog-2010-05-2434444 the generic BitmapContext signature.
34448 Provide Cairo version of the BitmapContext structure so that
34450 (BitmapContext::createByAdoptingBitmapAndContext):
34451 (BitmapContext::~BitmapContext):
34452 (BitmapContext::cairoContext):
34453 (BitmapContext::BitmapContext):
34457 BitmapContext signature.
DChangeLog-2011-02-1628291 (BitmapContext::BitmapContext): There is no reason to check the value of the