Searched refs:bitmap (Results 176 - 200 of 274) sorted by relevance

1234567891011

/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylistItem.h84 virtual status_t GetIcon(BBitmap* bitmap,
/haiku-fatelf/src/bin/network/tcpdump/
H A Dappletalk.h78 u_int8_t bitmap; member in struct:atATP
/haiku-fatelf/src/libs/icon/
H A DIconRenderer.h53 IconRenderer(BBitmap* bitmap);
66 // be the same as bitmap passed
69 // used when no background bitmap
/haiku-fatelf/src/tests/servers/app/painter/
H A DPainter.cpp831 Painter::DrawBitmap(const BBitmap* bitmap, argument
834 if (bitmap && bitmap->IsValid()) {
835 // the native bitmap coordinate system
837 BRect actualBitmapRect(bitmap->Bounds());
840 srcBuffer.attach((uint8*)bitmap->Bits(),
843 bitmap->BytesPerRow());
845 _DrawBitmap(srcBuffer, bitmap->ColorSpace(), actualBitmapRect, bitmapRect, viewRect);
851 Painter::DrawBitmap(const ServerBitmap* bitmap, argument
854 if (bitmap
[all...]
/haiku-fatelf/src/kits/tracker/
H A DNavigator.cpp105 BNavigatorButton::SetPicture(BBitmap* bitmap, bool enabled, bool on) argument
107 if (bitmap) {
109 BView view(bitmap->Bounds(), "", 0, 0);
115 view.DrawBitmap(bitmap, BPoint(0, 0));
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp258 BBitmap* bitmap = new(std::nothrow) BBitmap(BRect(0.0, 0.0, 15.0, 15.0), local
261 BMessage message = make_color_drop_message(fColor, bitmap);
263 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(9.0, 9.0));
/haiku-fatelf/src/apps/screenshot/
H A DUtility.cpp68 BMessage* bitmap = new BMessage(); local
69 screenshot.Archive(bitmap);
70 clipboard->AddMessage("image/bitmap", bitmap);
111 // Write the screenshot bitmap to the file
146 // Import the cursor bitmap into wholeScreen
153 // Import the cursor area bitmap into wholeScreen
261 BView view(screenshot->Bounds(), "bitmap", B_FOLLOW_ALL_SIDES, 0);
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_fax3.h144 BitAcc |= ((uint32) bitmap[*cp++])<<BitsAvail; \
158 BitAcc |= ((uint32) bitmap[*cp++])<<BitsAvail; \
164 BitAcc |= ((uint32) bitmap[*cp++])<<BitsAvail; \
/haiku-fatelf/src/libs/print/libprint/
H A DHalftoneView.cpp92 const uchar* bitmap = buffer; local
95 const bool isSet = (*bitmap & (1 << bit)) != 0;
112 bitmap ++;
/haiku-fatelf/src/libs/tiff/
H A Dtif_fax3.h144 BitAcc |= ((uint32) bitmap[*cp++])<<BitsAvail; \
158 BitAcc |= ((uint32) bitmap[*cp++])<<BitsAvail; \
164 BitAcc |= ((uint32) bitmap[*cp++])<<BitsAvail; \
/haiku-fatelf/src/servers/app/drawing/html5/
H A DHTML5DrawingEngine.h36 virtual status_t ReadBitmap(ServerBitmap* bitmap,
63 virtual void DrawBitmap(ServerBitmap* bitmap,
158 status_t _ExtractBitmapRegions(ServerBitmap& bitmap,
/haiku-fatelf/src/servers/app/drawing/remote/
H A DRemoteDrawingEngine.h35 virtual status_t ReadBitmap(ServerBitmap* bitmap,
62 virtual void DrawBitmap(ServerBitmap* bitmap,
157 status_t _ExtractBitmapRegions(ServerBitmap& bitmap,
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfswhich.cpp212 Bitmap bitmap; local
213 status_t status = bitmap.SetTo(&disk);
219 printf("Block bitmap sees block %Ld as %s.\n", disk.ToBlock(run),
220 bitmap.UsedAt(disk.ToBlock(run)) ? "used" : "free");
312 printf("Block bitmap intersects (start %d, end %lu)\n", 1,
/haiku-fatelf/src/servers/app/decorator/
H A DDefaultDecorator.cpp264 // Invalidate the bitmap caches for the close/zoom button, when the
958 ServerBitmap* bitmap = tab->closeBitmaps[index]; local
959 if (bitmap == NULL) {
960 bitmap = _GetBitmapForButton(tab, COMPONENT_CLOSE_BUTTON,
962 tab->closeBitmaps[index] = bitmap;
965 _DrawButtonBitmap(bitmap, direct, rect);
1023 ServerBitmap* bitmap = tab->zoomBitmaps[index]; local
1024 if (bitmap == NULL) {
1025 bitmap = _GetBitmapForButton(tab, COMPONENT_ZOOM_BUTTON,
1027 tab->zoomBitmaps[index] = bitmap;
1583 _DrawButtonBitmap(ServerBitmap* bitmap, bool direct, BRect rect) argument
1759 UtilityBitmap* bitmap; member in struct:decorator_bitmap
1827 UtilityBitmap* bitmap = sBitmapDrawingEngine->ExportToBitmap(width, height, local
[all...]
/haiku-fatelf/src/kits/interface/
H A DView.cpp1356 // the chance *NOT* to need to drag a whole bitmap around but just a frame.
1358 // create a drag bitmap for the rect
1359 BBitmap* bitmap = new(std::nothrow) BBitmap(dragRect, B_RGBA32); local
1360 if (bitmap == NULL)
1363 uint32* bits = (uint32*)bitmap->Bits();
1364 uint32 bytesPerRow = bitmap->BytesPerRow();
1387 DragMessage(message, bitmap, B_OP_BLEND, offset, replyTo);
1407 // TODO: workaround for drags without a bitmap - should not be necessary if
1452 // before we can delete the bitmap
2482 BView::DrawBitmapAsync(const BBitmap* bitmap, BRec argument
2505 DrawBitmapAsync(const BBitmap* bitmap, BRect bitmapRect, BRect viewRect) argument
2512 DrawBitmapAsync(const BBitmap* bitmap, BRect viewRect) argument
2522 DrawBitmapAsync(const BBitmap* bitmap, BPoint where) argument
2543 DrawBitmapAsync(const BBitmap* bitmap) argument
2550 DrawBitmap(const BBitmap* bitmap, BRect bitmapRect, BRect viewRect, uint32 options) argument
2561 DrawBitmap(const BBitmap* bitmap, BRect bitmapRect, BRect viewRect) argument
2571 DrawBitmap(const BBitmap* bitmap, BRect viewRect) argument
2581 DrawBitmap(const BBitmap* bitmap, BPoint where) argument
2591 DrawBitmap(const BBitmap* bitmap) argument
3652 SetViewBitmap(const BBitmap* bitmap, BRect srcRect, BRect dstRect, uint32 followFlags, uint32 options) argument
3660 SetViewBitmap(const BBitmap* bitmap, uint32 followFlags, uint32 options) argument
5109 BBitmap* bitmap = new(std::nothrow) BBitmap(bounds, B_RGBA32, true); local
5627 _SetViewBitmap(const BBitmap* bitmap, BRect srcRect, BRect dstRect, uint32 followFlags, uint32 options) argument
[all...]
/haiku-fatelf/src/kits/storage/
H A DNodeInfo.cpp223 - \c B_BAD_VALUE: \c NULL \a icon, unsupported icon size \a k or bitmap
329 - \c B_BAD_VALUE: Unknown icon size \a k or bitmap dimensions (\a icon)
374 BBitmap bitmap(bounds, B_BITMAP_NO_SERVER_LINK, B_CMAP8);
375 error = bitmap.InitCheck();
377 error = bitmap.ImportBits(icon);
380 bitmap.Bits(), attrSize);
720 - \c B_BAD_VALUE: \c NULL \a icon, unsupported icon size \a iconSize or bitmap
858 bitmap dimensions (\a icon) and icon size (\a iconSize) do not match.
889 BBitmap* bitmap, icon_size iconSize)
892 return BNodeInfo::GetTrackerIcon(ref, bitmap, iconSiz
887 GetTrackerIcon__9BNodeInfoP9entry_refP7BBitmap9icon_size( BNodeInfo *nodeInfo, entry_ref* ref, BBitmap* bitmap, icon_size iconSize) argument
[all...]
/haiku-fatelf/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp102 PCL6Driver::NextBand(BBitmap* bitmap, BPoint* offset) argument
123 bitmap, GetPageHeight());
172 offset->y += bitmap->Bounds().IntegerHeight()+1;
211 // write bitmap
325 // write bitmap byte size
/haiku-fatelf/src/kits/app/
H A DNotification.cpp91 BBitmap bitmap(&icon);
92 ret = bitmap.InitCheck();
94 ret = SetIcon(&bitmap);
/haiku-fatelf/headers/build/os/interface/
H A DBitmap.h9 // contain bitmap data.
71 status_t ImportBits(const BBitmap *bitmap);
/haiku-fatelf/headers/os/interface/
H A DScreen.h50 status_t ReadBitmap(BBitmap* bitmap,
/haiku-fatelf/src/add-ons/translators/shared/
H A DBaseTranslator.cpp313 strcpy(outInfo->MIME, "image/x-be-bitmap");
418 TranslatorBitmap bitmap; local
419 result = identify_bits_header(inSource, outInfo, &bitmap);
421 result = DerivedCanHandleImageSize(bitmap.bounds.Width() + 1.0,
422 bitmap.bounds.Height() + 1.0);
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramView.h212 // set the background bitmap; does not refresh the display
214 BBitmap *bitmap);
276 // true if a bitmap is used for the background; false
283 // the background bitmap of the view
/haiku-fatelf/src/build/libbe/storage/
H A DNodeInfo.cpp215 - \c B_BAD_VALUE: \c NULL \a icon, unsupported icon size \a k or bitmap
311 - \c B_BAD_VALUE: Unknown icon size \a k or bitmap dimensions (\a icon)
354 BBitmap bitmap(bounds, B_BITMAP_NO_SERVER_LINK, B_CMAP8);
355 error = bitmap.InitCheck();
357 error = bitmap.ImportBits(icon);
360 bitmap.Bits(), attrSize);
592 - \c B_BAD_VALUE: \c NULL \a icon, unsupported icon size \a iconSize or bitmap
717 bitmap dimensions (\a icon) and icon size (\a iconSize) do not match.
/haiku-fatelf/src/preferences/filetypes/
H A DMimeTypeListView.cpp92 BBitmap bitmap(BRect(0, 0, B_MINI_ICON - 1, B_MINI_ICON - 1), B_RGBA32);
94 status_t status = icon_for_type(mimeType, bitmap, B_MINI_ICON);
99 status = icon_for_type(genericType, bitmap, B_MINI_ICON);
107 owner->DrawBitmap(&bitmap, point);
/haiku-fatelf/src/preferences/mail/
H A DFilterConfigView.cpp52 BBitmap *bitmap = new BBitmap(frame.OffsetToCopy(B_ORIGIN), B_RGBA32, local
54 BView *view = new BView(bitmap->Bounds(), NULL, 0, 0);
55 bitmap->AddChild(view);
78 DragMessage(&drag, bitmap, B_OP_ALPHA, point - frame.LeftTop(), this);

Completed in 241 milliseconds

1234567891011