Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/cg/
DPixelDumpSupportCG.h46 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…
DPixelDumpSupportCG.cpp107 RefPtr<BitmapContext> context; in dumpWebViewAsPixelsAndCompareWithExpected()
/external/webkit/WebKitTools/DumpRenderTree/win/
DPixelDumpSupportWin.cpp37 PassRefPtr<BitmapContext> getBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bool … in getBitmapContextFromWebView()
67 return BitmapContext::createByAdoptingBitmapAndContext(bitmap, context); in getBitmapContextFromWebView()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm106 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/
DChangeLog189 (BitmapContext::createByAdoptingBitmapAndContext):
190 (BitmapContext::~BitmapContext):
191 (BitmapContext::cgContext):
192 (BitmapContext::BitmapContext):