Searched refs:BitmapContext (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKitTools/DumpRenderTree/cg/ |
D | PixelDumpSupportCG.h | 46 class BitmapContext : public RefCounted<BitmapContext> { 48 …static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, CGC… in createByAdoptingBitmapAndContext() 50 return adoptRef(new BitmapContext(buffer, context)); in createByAdoptingBitmapAndContext() 53 ~BitmapContext() in ~BitmapContext() 67 BitmapContext(PlatformBitmapBuffer buffer, CGContextRef context) in BitmapContext() function 78 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bo…
|
D | PixelDumpSupportCG.cpp | 107 RefPtr<BitmapContext> context; in dumpWebViewAsPixelsAndCompareWithExpected()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | PixelDumpSupportWin.cpp | 37 PassRefPtr<BitmapContext> getBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bool … in getBitmapContextFromWebView() 67 return BitmapContext::createByAdoptingBitmapAndContext(bitmap, context); in getBitmapContextFromWebView()
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 106 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bo… 136 // The BitmapContext keeps the CGContextRef and the pixel buffer alive 137 …RefPtr<BitmapContext> bitmapContext = BitmapContext::createByAdoptingBitmapAndContext(buffer, cont…
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 189 (BitmapContext::createByAdoptingBitmapAndContext): 190 (BitmapContext::~BitmapContext): 191 (BitmapContext::cgContext): 192 (BitmapContext::BitmapContext):
|