Home
last modified time | relevance | path

Searched refs:ImportBits (Results 1 – 25 of 36) sorted by relevance

12

/haiku/headers/os/interface/
H A DBitmap.h87 status_t ImportBits(const void* data, int32 length,
90 status_t ImportBits(const void* data, int32 length,
93 status_t ImportBits(const BBitmap* bitmap);
94 status_t ImportBits(const BBitmap* bitmap, BPoint from,
121 status_t ImportBits(const void* data, int32 length,
124 status_t ImportBits(const BBitmap* bitmap, BPoint from,
/haiku/src/kits/interface/
H A DMenuPrivate.cpp237 sMenuItemShift->ImportBits(kShiftBits, sizeof(kShiftBits), in CreateBitmaps()
239 sMenuItemControl->ImportBits(kCtrlBits, sizeof(kCtrlBits), in CreateBitmaps()
241 sMenuItemOption->ImportBits(kOptBits, sizeof(kOptBits), in CreateBitmaps()
243 sMenuItemAlt->ImportBits(kAltBits, sizeof(kAltBits), in CreateBitmaps()
245 sMenuItemMenu->ImportBits(kMenuBits, sizeof(kMenuBits), in CreateBitmaps()
H A DBitmap.cpp679 error = ImportBits(data, length, inBPR, offset, colorSpace); in SetBits()
709 BBitmap::ImportBits(const void* data, int32 length, int32 bpr, int32 offset, in ImportBits() function in BBitmap
756 BBitmap::ImportBits(const void* data, int32 length, int32 bpr, in ImportBits() function in BBitmap
781 BBitmap::ImportBits(const void* data, int32 length, int32 bpr, in ImportBits() function in BBitmap
784 return ImportBits(data, length, bpr, colorSpace, from, to, BSize(width - 1, height - 1)); in ImportBits()
803 BBitmap::ImportBits(const BBitmap* bitmap) in ImportBits() function in BBitmap
811 return ImportBits(bitmap->Bits(), bitmap->BitsLength(), in ImportBits()
835 BBitmap::ImportBits(const BBitmap* bitmap, BPoint from, BPoint to, BSize size) in ImportBits() function in BBitmap
843 return ImportBits(bitmap->Bits(), bitmap->BitsLength(), in ImportBits()
849 BBitmap::ImportBits(const BBitmap* bitmap, BPoint from, BPoint to, int32 width, int32 height) in ImportBits() function in BBitmap
[all …]
/haiku/headers/build/os/interface/
H A DBitmap.h69 status_t ImportBits(const void *data, int32 length, int32 bpr,
71 status_t ImportBits(const BBitmap *bitmap);
/haiku/src/servers/app/
H A DServerBitmap.h75 status_t ImportBits(const void *bits, int32 bitsLength,
77 status_t ImportBits(const void *bits, int32 bitsLength,
H A DServerBitmap.cpp134 ServerBitmap::ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, in ImportBits() function in ServerBitmap
146 ServerBitmap::ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, in ImportBits() function in ServerBitmap
/haiku/src/apps/screenshot/
H A DUtility.cpp144 wholeScreen->ImportBits(cursorBitmap, in MakeScreenshot()
148 wholeScreen->ImportBits(cursorAreaBitmap, in MakeScreenshot()
164 if (screenshot->ImportBits(wholeScreen, frame.LeftTop(), in MakeScreenshot()
H A DScreenshot.cpp229 fUtility->cursorAreaBitmap->ImportBits(fUtility->wholeScreen, in _New()
/haiku/src/tests/servers/app/cursor_test/
H A DCursorBitmapTest.cpp118 bitmap->ImportBits(kBitmapBits, sizeof(kBitmapBits), kBitmapWidth * 4, in ReadyToRun()
/haiku/src/kits/tracker/
H A DThumbnails.cpp186 cacheThumb->ImportBits(&tmp); in Execute()
367 result = icon->ImportBits(&thumb); in GetThumbnailFromAttr()
375 result = icon->ImportBits(&tmp); in GetThumbnailFromAttr()
H A DBitmaps.cpp193 return dest->ImportBits(data, (int32)length, size, B_CMAP8, in GetIconResource()
H A DIconMenuItem.cpp527 fDeviceIcon->ImportBits(icon); in SetIcon()
/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.cpp94 if (result->ImportBits(fBitmap->Bits(), fBitmap->BitsLength(), in ExportToBitmap()
H A DBitmapHWInterface.cpp65 backBitmap->ImportBits(fFrontBuffer->Bits(), in Initialize()
H A DDrawingEngine.cpp1486 status_t result = bitmap->ImportBits(buffer->Bits(), buffer->BitsLength(), in ReadBitmap()
1505 cursorArea.ImportBits(bitmap->Bits(), bitmap->BitsLength(), in ReadBitmap()
1523 bitmap->ImportBits(cursorArea.Bits(), cursorArea.BitsLength(), in ReadBitmap()
/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.cpp474 CHK(bitmap.ImportBits(&bitmap2) == B_OK); in test_import_bits()
621 CHK(bitmap.ImportBits(NULL) == B_BAD_VALUE); in ImportBitsA1()
634 CHK(bitmap.ImportBits(&bitmap2) == B_BAD_VALUE); in ImportBitsA2()
H A DBBitmapCases24 status_t ImportBits(const BBitmap *bitmap)
/haiku/src/apps/showimage/
H A DToolBarIcons.cpp645 kIcons[i].bitmap->ImportBits(&bitmap, BPoint(0, 0), BPoint(0, 0), in init_tool_bar_icons()
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp199 err = icon8->ImportBits(icon); in get_icon_data()
/haiku/docs/user/interface/
H A DBitmap.dox52 methods or you can use the ImportBits() method to copy the bits from an
447 the ImportBits() method which is the recommended replacement.
461 \fn status_t BBitmap::ImportBits(const void* data, int32 length, int32 bpr,
493 \fn status_t BBitmap::ImportBits(const void* data, int32 length,
524 \fn status_t BBitmap::ImportBits(const BBitmap* bitmap)
545 \fn status_t BBitmap::ImportBits(const BBitmap* bitmap, BPoint from,
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp476 || fCurrentIconBitmap->ImportBits(info->appIcon) != B_OK) { in SetAppInfo()
508 || fNormalIconBitmap->ImportBits(fCurrentIconBitmap) in IconWaitAnimationEnabled()
526 || fTintedIconBitmap->ImportBits(fNormalIconBitmap) in IconWaitAnimationEnabled()
578 fCurrentIconBitmap->ImportBits(fNormalIconBitmap); in IconWaitAnimationEnabled()
599 fCurrentIconBitmap->ImportBits(sourceBitmap, in _AnimateWaitIcon()
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp287 error = icon->ImportBits(buffer, attrSize, B_ANY_BYTES_PER_ROW, in GetIcon()
357 error = bitmap.ImportBits(icon); in SetIcon()
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp289 status_t err = conversionBitmap->ImportBits(fBitmap.buf(), in _ConvertColorSpace()
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1774 error = ImportBits(data, length, inBPR, offset, colorSpace); in SetBits()
1804 BBitmap::ImportBits(const void *data, int32 length, int32 bpr, int32 offset, in ImportBits() function in BBitmap
1962 BBitmap::ImportBits(const BBitmap *bitmap) in ImportBits() function in BBitmap
1974 error = ImportBits(bitmap->Bits(), bitmap->BitsLength(), in ImportBits()
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp176 bitmap->ImportBits(fRenderBuffer, in WriteToBitmap()

12