Home
last modified time | relevance | path

Searched defs:bitmapContext (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DChunkedUpdateDrawingAreaMac.cpp48 …RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(updateChunk->data(), updateCh… in paintIntoUpdateChunk() local
/external/webkit/Source/WebCore/platform/win/
DDragImageCGWin.cpp56 …CGContextRef bitmapContext = CGBitmapContextCreate(bits, bmpInfo.bmiHeader.biWidth, bmpInfo.bmiHea… in allocImage() local
74 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8, in createCgContextFromBitmap() local
DDragImageCairoWin.cpp58 cairo_surface_t* bitmapContext = cairo_image_surface_create_for_data((unsigned char*)bits, in allocImage() local
/external/webkit/Tools/WebKitTestRunner/cg/
DTestInvocationCG.cpp65 void computeMD5HashStringForContext(CGContextRef bitmapContext, char hashString[33]) in computeMD5HashStringForContext()
102 static void dumpBitmap(CGContextRef bitmapContext) in dumpBitmap()
/external/webkit/Source/WebKit2/Platform/cg/
DCGUtilities.cpp50 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGPoint destination, CGRe… in paintBitmapContext()
/external/webkit/Source/WebCore/platform/graphics/win/
DImageCGWin.cpp53 …RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(dibSection.dsBm.bmBits, dibSe… in create() local
DGraphicsContextCGWin.cpp107 …CGContextRef bitmapContext = CGBitmapContextCreate(pixelData.buffer(), pixelData.size().width(), p… in releaseWindowsContext() local
/external/webkit/Source/WebKit2/Shared/cg/
DShareableBitmapCG.cpp54 RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreateWithData(data(), in createGraphicsContext() local
/external/webkit/Tools/DumpRenderTree/cairo/
DPixelDumpSupportCairo.cpp66 cairo_t* bitmapContext = context->cairoContext(); in computeMD5HashStringForBitmapContext() local
/external/webkit/Tools/DumpRenderTree/cg/
DPixelDumpSupportCG.cpp73 CGContextRef bitmapContext = context->cgContext(); in computeMD5HashStringForBitmapContext() local
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp129 RetainPtr<CGContextRef> bitmapContext; in getImageData() local