Searched refs:bitmap (Results 1 - 25 of 237) sorted by relevance

12345678910

/macosx-10.9.5/libauto-185.5/tests/
H A Dtest_bitmaps.cpp30 Bitmap bitmap(64, bits);
31 bitmap.clear();
33 assert(bitmap.bits_are_clear(0, bitmap.size_in_bits()));
35 bitmap.set_bits(0, 16);
36 bitmap.set_bits(48, 16);
38 assert(!bitmap.bits_are_clear(0, 16));
39 assert(bitmap.bits_are_clear(16, 32));
40 assert(!bitmap.bits_are_clear(48, 16));
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dattributes.rb29 bitmap = @name_to_bitmap.assoc name
31 unless bitmap then
32 bitmap = @next_bitmap
34 @name_to_bitmap << [name, bitmap]
36 bitmap = bitmap.last
39 bitmap
43 # Returns a string representation of +bitmap+
45 def as_string bitmap
46 return 'none' if bitmap
[all...]
/macosx-10.9.5/dtrace-118.1/sys/
H A Dbitmap.h34 #pragma ident "@(#)bitmap.h 1.29 06/09/11 SMI"
65 #include <asm/bitmap.h>
70 * A bitmap is a vector of 1 or more ulong_t's.
94 * bitmap is a ulong_t *, bitindex an index_t
103 #define BT_WIM(bitmap, bitindex) \
104 ((bitmap)[(bitindex) >> BT_ULSHIFT])
112 #define BT_WIM32(bitmap, bitindex) \
113 ((bitmap)[(bitindex) >> BT_ULSHIFT32])
128 #define BT_TEST(bitmap, bitindex) \
129 ((BT_WIM((bitmap), (bitinde
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/qt/
H A DWebDragClientQt.cpp47 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(IntSize(pixmap->size()), ShareableBitmap::SupportsAlpha);
48 OwnPtr<GraphicsContext> graphicsContext = bitmap->createGraphicsContext();
51 return bitmap.release();
61 RefPtr<ShareableBitmap> bitmap = convertQPixmapToShareableBitmap(dragImage); local
63 if (bitmap && !bitmap->createHandle(handle))
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dhibparse.c52 hibernate_bitmap_t * bitmap = &list->bank_bitmap[0]; local
56 if ((page >= bitmap->first_page) && (page <= bitmap->last_page))
58 bitmap = (hibernate_bitmap_t *) &bitmap->bitmap[bitmap->bitmapwords];
61 bitmap = NULL;
63 return (bitmap);
70 hibernate_bitmap_t * bitmap local
92 hibernate_bitmap_t * bitmap; local
111 hibernate_bitmap_t * bitmap; local
124 hibernate_page_bitmap_count(hibernate_bitmap_t * bitmap, uint32_t set, uint32_t page) argument
167 hibernate_bitmap_t * bitmap; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebImage.cpp42 PassRefPtr<WebImage> WebImage::create(PassRefPtr<ShareableBitmap> bitmap) argument
44 return adoptRef(new WebImage(bitmap));
47 WebImage::WebImage(PassRefPtr<ShareableBitmap> bitmap) argument
48 : m_bitmap(bitmap)
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cg/
H A DWKImageCG.cpp41 if (!webImage->bitmap())
44 return webImage->bitmap()->makeCGImageCopy().leakRef();
54 if (!webImage->bitmap())
57 OwnPtr<GraphicsContext> graphicsContext = webImage->bitmap()->createGraphicsContext();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DBackingStore.cpp57 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::create(updateInfo.bitmapHandle); local
58 if (!bitmap)
64 ASSERT(bitmap->size() == updateSize);
67 incorporateUpdate(bitmap.get(), updateInfo);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py16 a bitmap image
20 bitmap = NSBitmapImageRep.imageRepWithData_(data)
21 self.bitmap = bitmap
22 self.data = bitmap.bitmapData()
23 self.rowbytes = bitmap.bytesPerRow()
24 self.pixbytes = bitmap.bitsPerPixel() / 8
25 self.rowCount = bitmap.pixelsHigh()
27 if bitmap.isPlanar():
29 if (bitmap
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py16 a bitmap image
20 bitmap = NSBitmapImageRep.imageRepWithData_(data)
21 self.bitmap = bitmap
22 self.data = bitmap.bitmapData()
23 self.rowbytes = bitmap.bytesPerRow()
24 self.pixbytes = bitmap.bitsPerPixel() // 8
25 self.rowCount = bitmap.pixelsHigh()
27 if bitmap.isPlanar():
29 if (bitmap
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/gtk/
H A DWebDragClientGtk.cpp50 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(imageSize, ShareableBitmap::SupportsAlpha); local
51 OwnPtr<GraphicsContext> graphicsContext = bitmap->createGraphicsContext();
54 return bitmap.release();
59 RefPtr<ShareableBitmap> bitmap = convertCairoSurfaceToShareableBitmap(dragImage); local
62 // If we have a bitmap, but cannot create a handle to it, we fail early.
63 if (bitmap && !bitmap->createHandle(handle))
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinPixmap.c29 * Allocates a new Win32 bitmap.
50 newTwdPtr->bitmap.depth = depth;
54 newTwdPtr->bitmap.colormap = DefaultColormap(display,
57 newTwdPtr->bitmap.colormap = twdPtr->window.winPtr->atts.colormap;
60 newTwdPtr->bitmap.colormap = twdPtr->bitmap.colormap;
68 newTwdPtr->bitmap.handle =
77 if (newTwdPtr->bitmap.handle == NULL) {
92 newTwdPtr->bitmap.handle = CreateDIBSection(dc, &bitmapInfo,
102 if (newTwdPtr->bitmap
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinPixmap.c30 * Allocates a new Win32 bitmap.
51 newTwdPtr->bitmap.depth = depth;
55 newTwdPtr->bitmap.colormap = DefaultColormap(display,
58 newTwdPtr->bitmap.colormap = twdPtr->window.winPtr->atts.colormap;
61 newTwdPtr->bitmap.colormap = twdPtr->bitmap.colormap;
69 newTwdPtr->bitmap.handle =
78 if (newTwdPtr->bitmap.handle == NULL) {
93 newTwdPtr->bitmap.handle = CreateDIBSection(dc, &bitmapInfo,
103 if (newTwdPtr->bitmap
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFUniChar.h59 CF_INLINE bool CFUniCharIsMemberOfBitmap(UTF16Char theChar, const uint8_t *bitmap) { argument
60 return (bitmap && (bitmap[(theChar) >> kCFUniCharBitShiftForByte] & (((uint32_t)1) << (theChar & kCFUniCharBitShiftForMask))) ? true : false);
63 CF_INLINE void CFUniCharAddCharacterToBitmap(UTF16Char theChar, uint8_t *bitmap) { argument
64 bitmap[(theChar) >> kCFUniCharBitShiftForByte] |= (((uint32_t)1) << (theChar & kCFUniCharBitShiftForMask));
67 CF_INLINE void CFUniCharRemoveCharacterFromBitmap(UTF16Char theChar, uint8_t *bitmap) { argument
68 bitmap[(theChar) >> kCFUniCharBitShiftForByte] &= ~(((uint32_t)1) << (theChar & kCFUniCharBitShiftForMask));
113 CF_EXPORT uint8_t CFUniCharGetBitmapForPlane(uint32_t charset, uint32_t plane, void *bitmap, bool isInverted);
163 // The second arg 'bitmap' has to be the pointer to a specific plane
164 CF_INLINE uint8_t CFUniCharGetBidiPropertyForCharacter(UTF16Char character, const uint8_t *bitmap) { argument
178 CFUniCharGetCombiningPropertyForCharacter(UTF16Char character, const uint8_t *bitmap) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A DWebNotificationPresenter.cpp37 QBitmap bitmap(mask);
38 setMask(bitmap);
44 messageLabel->setMask(bitmap);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/qt/
H A DWKImageQt.cpp37 return toImpl(imageRef)->bitmap()->createQImage().copy();
48 if (!webImage->bitmap())
50 OwnPtr<GraphicsContext> graphicsContext = webImage->bitmap()->createGraphicsContext();
/macosx-10.9.5/vim-53/src/
H A Dxpm_w32.c56 *hImage = img->bitmap;
57 *hShape = shp->bitmap;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Ddialog2.rb16 def bitmap method in class:TkDialog_Demo2
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Ddialog1.rb17 def bitmap method in class:TkDialog_Demo1
H A Ddialog2.rb17 def bitmap method in class:TkDialog_Demo2
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Diopb.h67 * IO permission bitmap.
80 * An IO permission map is a task segment with an IO permission bitmap.
85 isa_iopb bitmap; /* bitmap of mapped IO ports */ member in struct:iopb_tss
86 unsigned int barrier; /* bitmap barrier for CPU slop */
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dbitmaps.rb28 t.element_create('elemBmp', :bitmap,
31 :bitmap=>['question' ['selected']])
54 t.item_element_configure(i, 0, 'elemBmp', :bitmap=>name)
63 t.item_element_configure(i, 0, 'elemBmp', :bitmap=>name,
67 t.item_element_configure(i, 0, 'elemBmp', :bitmap=>name,
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DDIBPixelData.cpp34 DIBPixelData::DIBPixelData(HBITMAP bitmap) argument
36 initialize(bitmap);
39 void DIBPixelData::initialize(HBITMAP bitmap) argument
42 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo);
89 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP)); local
90 DIBPixelData pixelData(bitmap);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cg/
H A DShareableBitmapCG.cpp100 ShareableBitmap* bitmap = static_cast<ShareableBitmap*>(typelessBitmap); local
101 ASSERT_UNUSED(typelessData, bitmap->data() == typelessData);
102 bitmap->deref(); // Balanced by ref in createGraphicsContext.
107 ShareableBitmap* bitmap = static_cast<ShareableBitmap*>(typelessBitmap); local
108 ASSERT_UNUSED(typelessData, bitmap->data() == typelessData);
109 bitmap->deref(); // Balanced by ref in createCGImage.
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DImageBufferWinCE.cpp128 static PassRefPtr<Uint8ClampedArray> getImageData(const IntRect& rect, const SharedBitmap* bitmap) argument
132 const unsigned char* src = static_cast<const unsigned char*>(bitmap->bytes());
136 IntRect sourceRect(0, 0, bitmap->width(), bitmap->height());
143 src += (sourceRect.y() * bitmap->width() + sourceRect.x()) * 4;
146 int srcSkip = (bitmap->width() - sourceRect.width()) * 4;
189 SharedBitmap* bitmap = m_data.m_bitmap.get(); local
190 unsigned char* dst = (unsigned char*)bitmap->bytes();
195 destRect.intersect(IntRect(0, 0, bitmap->width(), bitmap
[all...]

Completed in 265 milliseconds

12345678910