Searched refs:B_CMAP8 (Results 101 - 125 of 174) sorted by relevance

1234567

/haiku/src/kits/interface/
H A DBitmap.cpp115 case B_CMAP8: case B_GRAY8:
636 - \c B_RGB32: The source buffer is supposed to contain \c B_CMAP8
642 \c B_RGB{32,24,16,15}[_BIG], \c B_CMAP8 and \c B_GRAY{8,1}.
668 if (colorSpace == B_CMAP8 && fColorSpace != B_CMAP8) {
669 // If in color space is B_CMAP8, but the bitmap's is another one,
690 \c B_RGB{32,24,16,15}[_BIG], \c B_CMAP8 and \c B_GRAY{8,1}.
737 \c B_RGB{32,24,16,15}[_BIG], \c B_CMAP8 and \c B_GRAY{8,1}.
790 \c B_RGB{32,24,16,15}[_BIG], \c B_CMAP8 and \c B_GRAY{8,1}.
820 \c B_RGB{32,24,16,15}[_BIG], \c B_CMAP8 an
[all...]
H A DDragger.cpp627 fBitmap = new BBitmap(BRect(0.0f, 0.0f, 7.0f, 7.0f), B_CMAP8, false, false);
628 fBitmap->SetBits(kHandBitmap, fBitmap->BitsLength(), 0, B_CMAP8);
H A DColorControl.cpp93 fPaletteMode = BScreen(B_MAIN_SCREEN_ID).ColorSpace() == B_CMAP8;
386 if ((fPaletteMode && mode == B_CMAP8)
387 || (!fPaletteMode && mode != B_CMAP8)) {
388 // not switching to or from B_CMAP8, break
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Dframebuffer.cpp78 return B_CMAP8;
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dbes.c764 case B_CMAP8:
832 case B_CMAP8:
H A Ddac.c252 case B_CMAP8:
/haiku/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive_icon.h10 const color_space kPrimaryImageColorSpace = B_CMAP8;
81 const color_space kSecondaryImageColorSpace = B_CMAP8;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_bes.c769 case B_CMAP8:
840 case B_CMAP8:
H A Dnv_dac2.c300 case B_CMAP8:
H A Dnv_general.c1938 case B_CMAP8: acc_mask = 0x0f; depth = 8; break;
1956 case B_CMAP8: acc_mask = 0x3f; depth = 8; break;
1991 case B_CMAP8: crtc_mask = 0x0f; break; /* 0x07 */
2007 case B_CMAP8: crtc_mask = 0x1f; break;
2030 case B_CMAP8: max_acc_width = 8176; break;
2052 case B_CMAP8: max_acc_width = 16320; break;
2082 case B_CMAP8: max_crtc_width = 16368; break; /* 16376 */
2098 case B_CMAP8: max_crtc_width = 16352; break;
/haiku/src/add-ons/accelerants/via/engine/
H A Dbes.c32 case B_CMAP8: depth = 8; break;
986 case B_CMAP8:
H A Ddac.c284 case B_CMAP8:
431 case B_CMAP8:
/haiku/src/kits/storage/
H A DNodeInfo.cpp207 bool otherColorSpace = (icon->ColorSpace() != B_CMAP8);
210 BBitmap bitmap(bounds, B_BITMAP_NO_SERVER_LINK, B_CMAP8);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp259 BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK, B_CMAP8);
260 BBitmap miniIcon(BRect(0, 0, 15, 15), B_BITMAP_NO_SERVER_LINK, B_CMAP8);
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_mode.cpp397 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
H A Drage128_mode.cpp432 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_acc.c63 case B_CMAP8:
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp84 if (fColorSpace == B_CMAP8) {
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp360 if (bitmap && bitmap->ColorSpace() == B_CMAP8) {
380 BBitmap* mimeBitmap = new(nothrow) BBitmap(BRect(0.0, 0.0, 15.0, 15.0), B_CMAP8);
392 printf("IconButton::SetIcon() - B_CMAP8 bitmap is not valid\n");
481 if (format == B_CMAP8) {
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_dac.c357 case B_CMAP8:
504 case B_CMAP8:
638 case B_CMAP8:
/haiku/src/apps/showimage/
H A DFilter.cpp301 fDither ? B_CMAP8 : srcImage->ColorSpace());
795 ASSERT(dest->ColorSpace() == B_CMAP8);
1042 case B_CMAP8: return 1;
1073 // Note: For B_CMAP8 InvertPixel inverts the color index not the color value!
/haiku/src/kits/shared/
H A DIconButton.cpp383 if (bitmap && bitmap->ColorSpace() == B_CMAP8) {
404 15.0), B_CMAP8);
421 printf("BIconButton::SetIcon() - B_CMAP8 bitmap is not valid\n");
596 if (format == B_CMAP8) {
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp618 case B_CMAP8:
862 case B_CMAP8:
899 if (fromspace == B_CMAP8) {
1291 case B_CMAP8:
1353 case B_CMAP8:
/haiku/src/build/libbe/interface/
H A DBitmap.cpp207 case B_CMAP8: case B_GRAY8:
1287 a conversion from or to \c B_CMAP8 has to be done.
1373 case B_CMAP8:
1732 - \c B_RGB32: The source buffer is supposed to contain \c B_CMAP8
1738 \c B_RGB{32,24,16,15}[_BIG], \c B_CMAP8 and \c B_GRAY{8,1}.
1768 // If in color space is B_CMAP8, but the bitmap's is another one,
1770 } else if (colorSpace == B_CMAP8 && fColorSpace != B_CMAP8)
1789 \c B_RGB{32,24,16,15}[_BIG], \c B_CMAP8 and \c B_GRAY{8,1}.
1898 case B_CMAP8
[all...]
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp40 case B_CMAP8:

Completed in 245 milliseconds

1234567