Home
last modified time | relevance | path

Searched refs:createByAdoptingBitmapAndContext (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/cg/
DPixelDumpSupportCG.h48 …static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, CGC… in createByAdoptingBitmapAndContext() function
/external/webkit/WebKitTools/DumpRenderTree/win/
DPixelDumpSupportWin.cpp67 return BitmapContext::createByAdoptingBitmapAndContext(bitmap, context); in getBitmapContextFromWebView()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm137 …RefPtr<BitmapContext> bitmapContext = BitmapContext::createByAdoptingBitmapAndContext(buffer, cont…
/external/webkit/WebKitTools/
DChangeLog189 (BitmapContext::createByAdoptingBitmapAndContext):