Searched refs:colorSpace (Results 51 - 69 of 69) sorted by path

123

/haiku/src/kits/tracker/
H A DIconCache.cpp1846 color_space colorSpace, bool preallocate)
1850 fColorSpace(colorSpace)
1845 LazyBitmapAllocator(BSize size, color_space colorSpace, bool preallocate) argument
H A DIconCache.h492 color_space colorSpace = kDefaultIconDepth,
H A DThumbnails.cpp91 ScaleBitmap(BBitmap* source, BBitmap& dest, BRect bounds, color_space colorSpace) argument
93 dest = BBitmap(bounds, colorSpace, true);
116 ScaleBitmap(BBitmap* source, BBitmap& dest, BSize size, color_space colorSpace) argument
118 return ScaleBitmap(source, dest, BRect(BPoint(0, 0), size), colorSpace);
125 BSize requestedSize, color_space colorSpace)
129 fColorSpace(colorSpace)
269 GenerateThumbnail(Model* model, color_space colorSpace, BSize size) argument
290 *file, size, colorSpace);
124 GenerateThumbnailJob(Model* model, const BFile& file, BSize requestedSize, color_space colorSpace) argument
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp1125 ScreenSaverWindow::ScreenChanged(BRect frame, color_space colorSpace) argument
/haiku/src/servers/app/
H A DScreen.cpp109 Screen::SetMode(uint16 width, uint16 height, uint32 colorSpace, argument
114 mode.space = colorSpace;
126 Screen::SetBestMode(uint16 width, uint16 height, uint32 colorSpace, argument
138 int32 index = _FindBestMode(modes, count, width, height, colorSpace,
142 ", %g Hz%s) failed\n", width, height, colorSpace, frequency,
253 uint16 width, uint16 height, uint32 colorSpace, float frequency) const
266 + 100 * abs((int)(mode.space - colorSpace));
252 _FindBestMode(const display_mode* modes, uint32 count, uint16 width, uint16 height, uint32 colorSpace, float frequency) const argument
H A DServerApp.cpp752 color_space colorSpace; local
758 link.Read<color_space>(&colorSpace);
765 *fDesktop->HWInterface(), frame, colorSpace, flags,
842 uint32 colorSpace; local
843 if (link.Read<uint32>(&colorSpace) != B_OK)
847 64, 64, (color_space)colorSpace);
862 color_space colorSpace; local
870 link.Read<color_space>(&colorSpace);
879 frame, colorSpace, flags, bytesPerRow), true);
H A DServerBitmap.cpp135 color_space colorSpace)
141 bytesPerRow, fBytesPerRow, colorSpace, fSpace, fWidth, fHeight);
147 color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height)
153 bytesPerRow, fBytesPerRow, colorSpace, fSpace, from, to, width,
134 ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, color_space colorSpace) argument
146 ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height) argument
H A DServerBitmap.h76 int32 bytesPerRow, color_space colorSpace);
78 int32 bytesPerRow, color_space colorSpace,
H A DVirtualScreen.cpp180 uint32 colorSpace; local
182 screen->GetMode(width, height, colorSpace, frequency);
H A DWindow.cpp151 uint32 colorSpace; local
154 Screen()->GetMode(width, height, colorSpace, frequency);
/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.cpp7 BitmapDrawingEngine::BitmapDrawingEngine(color_space colorSpace) argument
9 fColorSpace(colorSpace),
H A DBitmapDrawingEngine.h16 color_space colorSpace = B_RGB32);
H A DHWInterface.cpp433 color_space colorSpace)
432 CheckOverlayRestrictions(int32 width, int32 height, color_space colorSpace) argument
H A DHWInterface.h154 int32 height, color_space colorSpace);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1335 color_space colorSpace)
1355 if (spaces[i] == (uint32)colorSpace)
1334 CheckOverlayRestrictions(int32 width, int32 height, color_space colorSpace) argument
H A DAccelerantHWInterface.h85 int32 height, color_space colorSpace);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp334 color_space colorSpace, uint32 flags)
344 Read(colorSpace);
358 BRect(0, 0, width - 1, height - 1), flags, colorSpace, bytesPerRow);
333 ReadBitmap(BBitmap** _bitmap, bool minimal, color_space colorSpace, uint32 flags) argument
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp33 get_bytes_per_row(color_space colorSpace, int32 width) argument
36 switch (colorSpace) {
93 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews,
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js631 function RemoteBitmap(remoteMessage, unsetAlpha, colorSpace, flags)
634 this.readFrom(remoteMessage, unsetAlpha, colorSpace, flags);
641 colorSpace, flags)
647 if (colorSpace != undefined) {
648 this.colorSpace = colorSpace;
651 this.colorSpace = remoteMessage.dataView.readUint32();
666 switch (this.colorSpace) {
769 console.warn('color space not implemented: ' + this.colorSpace);
1312 var colorSpace
[all...]

Completed in 128 milliseconds

123