Searched refs:ColorSpace (Results 101 - 112 of 112) sorted by relevance

12345

/haiku/src/apps/deskbar/
H A DBarApp.cpp1091 if (icon->ColorSpace() == B_RGBA32) {
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1054 switch (fBitmap->ColorSpace()) {
/haiku/src/kits/interface/
H A DColorControl.cpp93 fPaletteMode = BScreen(B_MAIN_SCREEN_ID).ColorSpace() == B_CMAP8;
H A DTextView.cpp2543 BTextView::ColorSpace() const function in class:BTextView
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp249 && (buffer->ColorSpace() == B_RGBA32
250 || buffer->ColorSpace() == B_RGB32)) {
/haiku/src/preferences/screen/
H A DScreenWindow.cpp402 if (kColorSpaces[i].space == screen.ColorSpace())
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp415 fCurrentSettings.depth = screen.ColorSpace();
1106 fNextSettings.depth = BScreen(this).ColorSpace();
2897 SetColorSpace(&fBitmapBuffer, fOffscreen->ColorSpace());
/haiku/src/apps/magnify/
H A DMagnify.cpp1313 color_space colorSpace = BScreen(Window()).ColorSpace();
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp581 mini->ColorSpace());
583 large->ColorSpace());
/haiku/src/servers/app/
H A DServerWindow.cpp3913 bitmap->ColorSpace(), info.options, bitmap->Bits(),
H A DDesktop.cpp3622 update.AddInt32("mode", screen->ColorSpace());
H A DServerApp.cpp1336 fLink.Attach<color_space>(cursor->ColorSpace());

Completed in 203 milliseconds

12345