Searched refs:bitmapInfo (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinPixmap.c80 BITMAPINFO bitmapInfo;
83 memset(&bitmapInfo, 0, sizeof(bitmapInfo));
84 bitmapInfo.bmiHeader.biSize = sizeof(bitmapInfo.bmiHeader);
85 bitmapInfo.bmiHeader.biWidth = width;
86 bitmapInfo.bmiHeader.biHeight = height;
87 bitmapInfo.bmiHeader.biPlanes = planes;
88 bitmapInfo.bmiHeader.biBitCount = depth;
89 bitmapInfo
79 BITMAPINFO bitmapInfo; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinPixmap.c81 BITMAPINFO bitmapInfo;
84 memset(&bitmapInfo, 0, sizeof(bitmapInfo));
85 bitmapInfo.bmiHeader.biSize = sizeof(bitmapInfo.bmiHeader);
86 bitmapInfo.bmiHeader.biWidth = width;
87 bitmapInfo.bmiHeader.biHeight = height;
88 bitmapInfo.bmiHeader.biPlanes = planes;
89 bitmapInfo.bmiHeader.biBitCount = depth;
90 bitmapInfo
80 BITMAPINFO bitmapInfo; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/cg/
H A DShareableBitmapCG.cpp38 static CGBitmapInfo bitmapInfo(ShareableBitmap::Flags flags) function in namespace:WebKit
56 bitmapInfo(m_flags), releaseBitmapContextData, this));
94 RetainPtr<CGImageRef> image = adoptCF(CGImageCreate(m_size.width(), m_size.height(), 8, 32, m_size.width() * 4, colorSpace.get(), bitmapInfo(m_flags), dataProvider, 0, false, kCGRenderingIntentDefault));
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Modules/
H A D_coregraphics.m23 CGColorSpaceRef space, CGBitmapInfo bitmapInfo, CGBitmapContextReleaseDataCallback releaseCallback,
296 CGBitmapInfo bitmapInfo;
317 if (PyObjC_PythonToObjC(@encode(CGBitmapInfo), py_bitmapInfo, &bitmapInfo) == -1) {
339 ctx = CGBitmapContextCreate(data, width, height, bitsPerComponent, bytesPerRow, colorSpace, bitmapInfo);
405 CGBitmapInfo bitmapInfo;
430 if (PyObjC_PythonToObjC(@encode(CGBitmapInfo), py_bitmapInfo, &bitmapInfo) == -1) {
463 ctx = ptr_CGBitmapContextCreateWithData(data, width, height, bitsPerComponent, bytesPerRow, colorSpace, bitmapInfo, m_releasecallback, releaseInfo);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_coregraphics.m273 CGBitmapInfo bitmapInfo;
294 if (PyObjC_PythonToObjC(@encode(CGBitmapInfo), py_bitmapInfo, &bitmapInfo) == -1) {
316 ctx = CGBitmapContextCreate(data, width, height, bitsPerComponent, bytesPerRow, colorSpace, bitmapInfo);
382 CGBitmapInfo bitmapInfo;
407 if (PyObjC_PythonToObjC(@encode(CGBitmapInfo), py_bitmapInfo, &bitmapInfo) == -1) {
440 ctx = CGBitmapContextCreateWithData(data, width, height, bitsPerComponent, bytesPerRow, colorSpace, bitmapInfo, m_releasecallback, releaseInfo);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_coregraphics.m273 CGBitmapInfo bitmapInfo;
294 if (PyObjC_PythonToObjC(@encode(CGBitmapInfo), py_bitmapInfo, &bitmapInfo) == -1) {
316 ctx = CGBitmapContextCreate(data, width, height, bitsPerComponent, bytesPerRow, colorSpace, bitmapInfo);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebNodeHighlight.cpp158 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(size));
161 auto hbmp = adoptGDIObject(::CreateDIBSection(hdc.get(), &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0));
H A DFullscreenVideoController.cpp437 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(windowWidth, windowHeight)); local
438 m_bitmap = adoptGDIObject(::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0));
H A DWebView.cpp826 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(m_backingStoreSize)); local
829 m_backingStoreBitmap = SharedGDIObject<HBITMAP>::create(adoptGDIObject(::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0)));
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py233 # This bitmapInfo value specifies that we want the format where alpha is
236 bitmapInfo = kCGImageAlphaPremultipliedLast
248 myGetGenericRGBSpace(), bitmapInfo)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py233 # This bitmapInfo value specifies that we want the format where alpha is
236 bitmapInfo = kCGImageAlphaPremultipliedLast
248 myGetGenericRGBSpace(), bitmapInfo)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py233 # This bitmapInfo value specifies that we want the format where alpha is
236 bitmapInfo = kCGImageAlphaPremultipliedLast
248 myGetGenericRGBSpace(), bitmapInfo)
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXColor.c455 static uint32_t bitmapInfo = 0;
478 bitmapInfo = kCGBitmapByteOrder32Host;
501 rowbytes, rgbCspace, kCGImageAlphaFirst | bitmapInfo,
451 static uint32_t bitmapInfo = 0; local
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXDraw.c387 CGBitmapInfo bitmapInfo;
437 bitmapInfo = (image->byte_order == MSBFirst ?
446 bitsPerPixel, image->bytes_per_line, colorspace, bitmapInfo,
630 CGBitmapInfo bitmapInfo =
642 bitmapInfo = kCGImageAlphaOnly;
646 bitmapInfo |= kCGImageAlphaPremultipliedFirst;
655 colorspace, bitmapInfo);
382 CGBitmapInfo bitmapInfo; local
620 CGBitmapInfo bitmapInfo = local
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWKFullScreenWindowController.mm191 CGBitmapInfo bitmapInfo = CGImageGetBitmapInfo(sourceImage);
196 return adoptCF(CGImageCreate(width, height, bitsPerComponent, bitsPerPixel, bytesPerRow, colorSpace, bitmapInfo, provider.get(), 0, shouldInterpolate, intent));

Completed in 292 milliseconds