Searched refs:bitmap (Results 226 - 250 of 295) sorted by relevance

1234567891011>>

/haiku/src/servers/app/drawing/
H A DDrawingEngine.h66 virtual status_t ReadBitmap(ServerBitmap *bitmap, bool drawCursor,
102 virtual void DrawBitmap(ServerBitmap* bitmap,
H A DDrawingEngine.cpp699 DrawingEngine::DrawBitmap(ServerBitmap* bitmap, const BRect& bitmapRect, argument
706 fPainter->DrawBitmap(bitmap, bitmapRect, viewRect, options);
1474 DrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor, BRect bounds) argument
1486 status_t result = bitmap->ImportBits(buffer->Bits(), buffer->BitsLength(),
1505 cursorArea.ImportBits(bitmap->Bits(), bitmap->BitsLength(),
1506 bitmap->BytesPerRow(), bitmap->ColorSpace(),
1523 bitmap->ImportBits(cursorArea.Bits(), cursorArea.BitsLength(),
/haiku/src/kits/translation/
H A DBitmapStream.cpp24 BBitmapStream::BBitmapStream(BBitmap* bitmap) argument
26 fBitmap = bitmap;
36 // Extract header information if bitmap is available
94 // Writes data to the bitmap starting at a specific position and size.
135 // Setup both host and Big Endian byte order bitmap headers
224 // so we don't know what bitmap to create?
235 // Sets _bitmap to point to the internal bitmap object.
/haiku/src/preferences/filetypes/
H A DIconView.h56 status_t GetIcon(BBitmap* bitmap) const;
175 extern status_t icon_for_type(const BMimeType& type, BBitmap& bitmap,
/haiku/headers/private/interface/
H A DColumnTypes.h199 BBitmapField(BBitmap* bitmap);
201 void SetBitmap(BBitmap* bitmap);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp457 ColorSlider::_FillBitmap(BBitmap* bitmap, SelectedColorMode mode, argument
460 int32 width = bitmap->Bounds().IntegerWidth();
461 int32 height = bitmap->Bounds().IntegerHeight();
462 uint32 bpr = bitmap->BytesPerRow();
464 uint8* bits = (uint8*)bitmap->Bits();
/haiku/src/preferences/mail/
H A DConfigWindow.cpp169 BitmapView(BBitmap *bitmap) argument
173 fBitmap = bitmap;
177 SetExplicitSize(bitmap->Bounds().Size());
364 BBitmap* bitmap = new (std::nothrow) BBitmap(BRect(0, 0, 63, 63), local
366 if (appFileInfo.GetIcon(bitmap, B_LARGE_ICON) == B_OK)
367 bitmapView = new BitmapView(bitmap);
369 delete bitmap;
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp166 void FractalEngine::WriteToBitmap(BBitmap* bitmap) argument
169 BSize size = bitmap->Bounds().Size();
176 bitmap->ImportBits(fRenderBuffer,
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp102 PCL6Driver::NextBand(BBitmap* bitmap, BPoint* offset) argument
131 bitmap, GetPageHeight());
180 offset->y += bitmap->Bounds().IntegerHeight()+1;
219 // write bitmap
333 // write bitmap byte size
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h46 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/apps/codycam/
H A DVideoConsumer.h121 status_t LocalSave(char* filename, BBitmap* bitmap);
/haiku/src/servers/app/
H A DEventDispatcher.h93 void SetDragMessage(BMessage& message, ServerBitmap* bitmap,
H A DServerWindow.cpp2041 BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(bitmapToken), true);
2042 if (bitmapToken == -1 || bitmap != NULL) {
2046 fCurrentView->SetViewBitmap(bitmap, srcRect, dstRect,
2055 if (bitmap == NULL || bitmap->Overlay() == NULL
2061 if (bitmap != NULL && bitmap->Overlay() != NULL) {
2062 bitmap->Overlay()->SetFlags(options);
2063 colorKey = bitmap->Overlay()->Color();
2071 // Attach color key for the overlay bitmap
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.h71 virtual void SetDragBitmap(const ServerBitmap* bitmap,
/haiku/src/apps/showimage/
H A DFilter.h105 // The bitmap the filter writes into
133 bool IsBitmapValid(BBitmap* bitmap) const;
/haiku/src/tests/servers/app/painter/
H A DPainter.h192 void DrawBitmap( const BBitmap* bitmap,
196 void DrawBitmap( const ServerBitmap* bitmap,
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp129 BBitmap** bitmap, BPoint* point, BHandler** handler)
131 InputTextView::GetDragParameters(dragMessage, bitmap, point, handler);
128 GetDragParameters(BMessage* dragMessage, BBitmap** bitmap, BPoint* point, BHandler** handler) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp827 uint32 bitmap[2]; local
828 memset(bitmap, 0, sizeof(bitmap));
830 bitmap[attrs[i] / 32] |= 1 << attrs[i] % 32;
833 uint32 bcount = bitmap[1] != 0 ? 2 : 1;
836 stream.AddUInt(bitmap[i]);
/haiku/src/kits/tracker/
H A DModel.cpp1447 BBitmap bitmap(rect, B_CMAP8);
1466 status_t result = volume.GetIcon(&bitmap, size);
1471 status_t err = nodeInfo.GetIcon(&bitmap, size);
1482 err = preferredAppType.GetIconForType(MimeType(), &bitmap, size);
1492 err = mimeType.GetIcon(&bitmap, size);
1509 err = preferredAppType.GetIconForType(MimeType(), &bitmap, size);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1299 console.warn('bitmap options not supported: ' + options);
1301 var bitmap = new RemoteBitmap(remoteMessage, this.unsetAlpha);
1302 context.drawImage(bitmap.canvas, bitmapRect.left, bitmapRect.top,
1316 console.warn('bitmap options not supported: ' + options);
1321 var bitmap = new RemoteBitmap(remoteMessage, this.unsetAlpha,
1324 context.drawImage(bitmap.canvas, 0, 0, bitmap.width,
1325 bitmap.height, rect.left, rect.top, rect.width(),
1720 console.warn('draw cursor in read bitmap not supported');
1924 var bitmap
[all...]
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp254 SavePalette::SavePalette(BBitmap* bitmap, int32 maxSizeInBits) argument
278 color_space cs = bitmap->ColorSpace();
291 BRect rect = bitmap->Bounds();
294 uint8* bits = (uint8*)bitmap->Bits();
295 uint32 bpr = bitmap->BytesPerRow();
/haiku/headers/os/interface/
H A DView.h206 void DragMessage(BMessage* message, BBitmap* bitmap,
208 void DragMessage(BMessage* message, BBitmap* bitmap,
275 void SetViewBitmap(const BBitmap* bitmap,
279 void SetViewBitmap(const BBitmap* bitmap,
696 status_t _SetViewBitmap(const BBitmap* bitmap,
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp389 // Scale the bitmap to 16x16
420 // draw the bitmap
430 const BBitmap* bitmap = bitmapRef->Bitmap(BITMAP_SIZE_16); local
431 if (bitmap != NULL && bitmap->IsValid()) {
434 parent->DrawBitmap(bitmap, bitmap->Bounds(), viewRect);
/haiku/src/kits/interface/
H A DDragger.cpp347 BBitmap* bitmap = DragBitmap(&offset, &mode); local
348 if (bitmap != NULL)
349 DragMessage(&archive, bitmap, mode, offset, this);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2333 // get the (cached) window icon bitmap
2335 const BBitmap* bitmap = app->FetchWindowIcon(local, minimized); local
2336 if (bitmap != NULL)
2337 iconWidth = bitmap->Bounds().Width();
2342 if (bitmap != NULL)
2352 if (bitmap != NULL) {
2360 // center bitmap horizontally and move text past icon
2361 if (bitmap != NULL) {
2362 p.y -= (bitmap->Bounds().bottom - bitmap
[all...]

Completed in 331 milliseconds

1234567891011>>