Searched refs:BitmapContext (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Tools/DumpRenderTree/cg/ |
D | PixelDumpSupportCG.h | 50 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…
|
D | PixelDumpSupportCG.cpp | 71 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) in computeMD5HashStringForBitmapContext() 109 void dumpBitmap(BitmapContext* context, const char* checksum) in dumpBitmap()
|
/external/webkit/Tools/DumpRenderTree/cairo/ |
D | PixelDumpSupportCairo.h | 49 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
|
D | PixelDumpSupportCairo.cpp | 64 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) in computeMD5HashStringForBitmapContext() 89 void dumpBitmap(BitmapContext* context, const char* checksum) in dumpBitmap()
|
/external/webkit/Tools/DumpRenderTree/ |
D | PixelDumpSupport.h | 36 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);
|
D | PixelDumpSupport.cpp | 48 RefPtr<BitmapContext> context; in dumpWebViewAsPixelsAndCompareWithExpected()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | PixelDumpSupportGtk.cpp | 38 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool, bool, bool, bool drawSelectionRect) in createBitmapContextFromWebView() 72 return BitmapContext::createByAdoptingBitmapAndContext(0, context); in createBitmapContextFromWebView()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | PixelDumpSupportWin.cpp | 47 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bo… in createBitmapContextFromWebView() 84 return BitmapContext::createByAdoptingBitmapAndContext(bitmap, context); in createBitmapContextFromWebView()
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 108 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/ |
D | ChangeLog-2009-06-16 | 4516 (BitmapContext::createByAdoptingBitmapAndContext): 4517 (BitmapContext::~BitmapContext): 4518 (BitmapContext::cgContext): 4519 (BitmapContext::BitmapContext):
|
D | ChangeLog-2010-05-24 | 34444 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.
|
D | ChangeLog-2011-02-16 | 28291 (BitmapContext::BitmapContext): There is no reason to check the value of the
|