Searched defs:bitmapContext (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | ChunkedUpdateDrawingAreaMac.cpp | 48 …RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(updateChunk->data(), updateCh… in paintIntoUpdateChunk() local
|
/external/webkit/Source/WebCore/platform/win/ |
D | DragImageCGWin.cpp | 56 …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
|
D | DragImageCairoWin.cpp | 58 cairo_surface_t* bitmapContext = cairo_image_surface_create_for_data((unsigned char*)bits, in allocImage() local
|
/external/webkit/Tools/WebKitTestRunner/cg/ |
D | TestInvocationCG.cpp | 65 void computeMD5HashStringForContext(CGContextRef bitmapContext, char hashString[33]) in computeMD5HashStringForContext() 102 static void dumpBitmap(CGContextRef bitmapContext) in dumpBitmap()
|
/external/webkit/Source/WebKit2/Platform/cg/ |
D | CGUtilities.cpp | 50 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGPoint destination, CGRe… in paintBitmapContext()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | ImageCGWin.cpp | 53 …RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(dibSection.dsBm.bmBits, dibSe… in create() local
|
D | GraphicsContextCGWin.cpp | 107 …CGContextRef bitmapContext = CGBitmapContextCreate(pixelData.buffer(), pixelData.size().width(), p… in releaseWindowsContext() local
|
/external/webkit/Source/WebKit2/Shared/cg/ |
D | ShareableBitmapCG.cpp | 54 RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreateWithData(data(), in createGraphicsContext() local
|
/external/webkit/Tools/DumpRenderTree/cairo/ |
D | PixelDumpSupportCairo.cpp | 66 cairo_t* bitmapContext = context->cairoContext(); in computeMD5HashStringForBitmapContext() local
|
/external/webkit/Tools/DumpRenderTree/cg/ |
D | PixelDumpSupportCG.cpp | 73 CGContextRef bitmapContext = context->cgContext(); in computeMD5HashStringForBitmapContext() local
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContext3DCG.cpp | 129 RetainPtr<CGContextRef> bitmapContext; in getImageData() local
|