Searched refs:bitmap (Results 101 - 125 of 274) sorted by relevance

1234567891011

/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.h42 bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku-fatelf/src/add-ons/print/drivers/pcl6/
H A DRasterizer.h17 * Sets the bitmap to be rasterized
19 * can be used to rasterize the bitmap line per line or the method
21 * can be used to rasterize the entire bitmap at once.
24 * @param bitmap the bitamp to be rasterized.
26 * @return true if the bitmap is not empty and false if the bitmap is
29 bool SetBitmap(int x, int y, BBitmap* bitmap,
45 // The bounds of the bitmap to be rasterized
71 // The method is called for each line in the bitmap.
/haiku-fatelf/src/add-ons/print/drivers/postscript/
H A DPS.h24 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku-fatelf/src/add-ons/translators/raw/
H A Dmain.cpp113 BBitmap* bitmap; local
118 status = output.DetachBitmap(&bitmap);
131 view->DrawBitmap(bitmap, window->Bounds());
134 delete bitmap;
/haiku-fatelf/src/preferences/appearance/
H A DSysCursorAPI.cpp22 void set_syscursor(cursor_which which, const BBitmap *bitmap) argument
/haiku-fatelf/src/servers/app/
H A DBitmapManager.h41 void BitmapRemoved(ServerBitmap* bitmap);
H A DServerApp.cpp401 /*! \brief Acquires a reference of the desired bitmap, if available.
402 \param token ID token of the bitmap to find
403 \return The bitmap having that ID or NULL if not found
413 ServerBitmap* bitmap = _FindBitmap(token); local
414 if (bitmap == NULL)
417 bitmap->AcquireReference();
419 return bitmap;
576 ServerBitmap* bitmap = iterator->second; local
579 bitmap->Token(), bitmap
711 ServerBitmap* bitmap = NULL; local
768 ServerBitmap* bitmap = _FindBitmap(token); local
789 ServerBitmap* bitmap = GetBitmap(token); local
827 ServerBitmap* bitmap = NULL; local
3014 ServerBitmap* bitmap = GetBitmap(token); local
3317 ServerBitmap* bitmap = GetBitmap(bitmapToken); local
3369 _AddBitmap(ServerBitmap* bitmap) argument
3385 _DeleteBitmap(ServerBitmap* bitmap) argument
[all...]
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFSave.cpp38 GIFSave::GIFSave(BBitmap *bitmap, BPositionIO *output) argument
40 color_space cs = bitmap->ColorSpace();
50 palette = new SavePalette(bitmap, prefs->palette_size_in_bits);
58 width = bitmap->Bounds().IntegerWidth() + 1;
59 height = bitmap->Bounds().IntegerHeight() + 1;
129 this->bitmap = bitmap;
337 int bpr = bitmap->BytesPerRow();
338 color_space cs = bitmap->ColorSpace();
379 gifbits = (unsigned char *)bitmap
[all...]
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A DGalliumContext.cpp64 get_bitmap_size(context->bitmap, &bitmapWidth, &bitmapHeight);
234 GalliumContext::CreateContext(Bitmap *bitmap) argument
246 context->bitmap = bitmap;
247 context->colorSpace = get_bitmap_color_space(bitmap);
438 GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID) argument
460 if (!bitmap) {
488 context->bitmap = bitmap;
526 // We pass our destination bitmap t
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h20 // A field type displaying both a bitmap and a string so that the
21 // tree display looks nicer (both text and bitmap are indented)
25 BBitmapStringField(BBitmap* bitmap,
29 void SetBitmap(BBitmap* bitmap);
/haiku-fatelf/src/apps/resedit/
H A DBitmapView.h20 BitmapView(BRect frame, const char *name, BMessage *mod, BBitmap *bitmap,
31 virtual void SetBitmap(BBitmap *bitmap);
/haiku-fatelf/src/apps/showimage/
H A DImageCache.h35 BitmapOwner(BBitmap* bitmap);
47 BBitmap* bitmap; member in struct:CacheEntry
H A DShowImageView.h55 status_t SetImage(const entry_ref* ref, BBitmap* bitmap);
66 BBitmap* bitmap,
150 BBitmap* bitmap);
153 BBitmap* bitmap,
155 bool _OutputFormatForType(BBitmap* bitmap,
209 // the portion of the background bitmap the selection is made
/haiku-fatelf/src/libs/icon/
H A DIconRenderer.cpp208 IconRenderer::IconRenderer(BBitmap* bitmap) argument
209 : fBitmap(bitmap),
230 // attach rendering buffer to bitmap
231 fRenderingBuffer.attach((uint8*)bitmap->Bits(),
232 bitmap->Bounds().IntegerWidth() + 1,
233 bitmap->Bounds().IntegerHeight() + 1, bitmap->BytesPerRow());
235 fBaseRendererPre.clip_box(0, 0, bitmap->Bounds().IntegerWidth(),
236 bitmap->Bounds().IntegerHeight());
/haiku-fatelf/src/apps/drivesetup/
H A DPartitionList.h22 // A field type displaying both a bitmap and a string so that the
23 // tree display looks nicer (both text and bitmap are indented)
27 BBitmapStringField(BBitmap* bitmap,
31 void SetBitmap(BBitmap* bitmap);
/haiku-fatelf/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp105 LIPS4Driver::NextBand(BBitmap* bitmap, BPoint* offset) argument
111 if (bitmap == NULL) {
119 BRect bounds = bitmap->Bounds();
143 if (get_valid_rect(bitmap, &rc)) {
156 int delta = bitmap->BytesPerRow();
167 uchar* ptr = static_cast<uchar*>(bitmap->Bits())
225 DBGMSG(("band bitmap is clean.\n"));
/haiku-fatelf/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp131 BBitmap* bitmap = new BBitmap(Bounds(), 0, ColorSpace(), BytesPerRow()); local
132 memcpy(bitmap->Bits(), buffer, bitmap->BitsLength());
133 BBitmapStream bitmapStream(bitmap);
135 bitmapStream.DetachBitmap(&bitmap);
136 delete bitmap;
/haiku-fatelf/src/apps/deskbar/
H A DResourceSet.cpp810 BitmapTypeItem* bitmap = dynamic_cast<BitmapTypeItem*>(obj); local
811 if (bitmap)
812 return bitmap;
818 // Don't have a bitmap in the item -- we'll try to create one.
821 // Try to read as an archived bitmap.
825 bitmap = new BitmapTypeItem(&archive);
826 if (bitmap && bitmap->InitCheck() != B_OK) {
827 bitmap->Delete();
828 // allows us to delete this bitmap
[all...]
/haiku-fatelf/src/kits/interface/
H A DColumnTypes.cpp560 BBitmapField::BBitmapField(BBitmap *bitmap) argument
562 fBitmap(bitmap)
575 BBitmapField::SetBitmap(BBitmap* bitmap) argument
577 fBitmap = bitmap;
595 const BBitmap *bitmap = bitmapField->Bitmap(); local
597 if (bitmap != NULL) {
599 BRect r = bitmap->Bounds();
616 // setup drawing mode according to bitmap color space,
619 if (bitmap->ColorSpace() == B_RGBA32
620 || bitmap
[all...]
H A DBitmap.cpp14 contain bitmap data.
56 BBitmap::Private bitmap(sBitmapList.ItemAt(i));
57 bitmap.ReconnectToAppServer();
62 BBitmap::Private::Private(BBitmap* bitmap) argument
64 fBitmap(bitmap)
77 bitmap data (not including any padding) given a color space and a
138 /*! \brief Returns the number of bytes per row needed to store the bitmap
161 \param bounds The bitmap dimensions.
163 \param colorSpace The bitmap's color space.
164 \param bytesPerRow The number of bytes per row the bitmap shoul
765 ImportBits(const BBitmap* bitmap) argument
798 ImportBits(const BBitmap* bitmap, BPoint from, BPoint to, int32 width, int32 height) argument
[all...]
/haiku-fatelf/src/preferences/filetypes/
H A DIconView.cpp98 icon_for_type(const BMimeType& type, BBitmap& bitmap, icon_size size, argument
103 if (type.GetIcon(&bitmap, size) == B_OK)
113 if (preferredApp.GetIconForType(type.Type(), &bitmap, size) == B_OK)
123 if (superType.GetIcon(&bitmap, size) == B_OK)
132 &bitmap, size) == B_OK)
402 BBitmap* bitmap = new (nothrow) BBitmap(source);
403 if (bitmap == NULL || bitmap->InitCheck() != B_OK) {
404 delete bitmap;
408 *_bitmap = bitmap;
502 BBitmap* bitmap = new (nothrow) BBitmap(BRect(0, 0, size - 1, size - 1), local
[all...]
/haiku-fatelf/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp103 LIPS3Driver::NextBand(BBitmap* bitmap, BPoint* offset) argument
108 BRect bounds = bitmap->Bounds();
132 if (get_valid_rect(bitmap, &rc)) {
146 int delta = bitmap->BytesPerRow();
157 uchar* ptr = static_cast<uchar*>(bitmap->Bits())
215 DBGMSG(("band bitmap is clean.\n"));
/haiku-fatelf/src/add-ons/print/drivers/pcl5/
H A DPCL5.cpp90 PCL5Driver::NextBand(BBitmap* bitmap, BPoint* offset) argument
95 BRect bounds = bitmap->Bounds();
119 if (get_valid_rect(bitmap, &rc)) {
133 int delta = bitmap->BytesPerRow();
143 uchar* ptr = static_cast<uchar*>(bitmap->Bits())
203 DBGMSG(("band bitmap is clean.\n"));
/haiku-fatelf/src/bin/bash/builtins/
H A Devalstring.c259 struct fd_bitmap *bitmap; local
261 bitmap = new_fd_bitmap (FD_BITMAP_SIZE);
263 add_unwind_protect (dispose_fd_bitmap, bitmap);
316 (command, 0, NO_PIPE, NO_PIPE, bitmap);
319 dispose_fd_bitmap (bitmap);
/haiku-fatelf/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp408 void decompose_ft_bitmap_mono(const FT_Bitmap& bitmap, argument
415 const int8u* buf = (const int8u*)bitmap.buffer;
416 int pitch = bitmap.pitch;
417 sl.reset(x, x + bitmap.width);
421 buf += bitmap.pitch * (bitmap.rows - 1);
422 y += bitmap.rows;
425 for(i = 0; i < bitmap.rows; i++)
430 for(j = 0; j < bitmap.width; j++)
448 void decompose_ft_bitmap_gray8(const FT_Bitmap& bitmap, argument
[all...]

Completed in 325 milliseconds

1234567891011