Searched refs:colorSpace (Results 1 - 25 of 74) sorted by relevance

123

/haiku-fatelf/src/add-ons/accelerants/intel_810/
H A Di810_init.cpp23 I810_GetColorSpaceParams(int colorSpace, uint8& bitsPerPixel, argument
30 switch (colorSpace) {
41 TRACE("Unsupported color space: 0x%X\n", colorSpace);
/haiku-fatelf/headers/private/interface/
H A DInterfacePrivate.h23 uint32& colorSpace);
24 int32 get_bytes_per_row(color_space colorSpace, int32 width);
/haiku-fatelf/headers/build/os/interface/
H A DBitmap.h38 BBitmap(BRect bounds, uint32 flags, color_space colorSpace,
41 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews = false,
66 color_space colorSpace);
70 int32 offset, color_space colorSpace);
89 void InitObject(BRect bounds, color_space colorSpace, uint32 flags,
/haiku-fatelf/headers/os/interface/
H A DBitmap.h48 color_space colorSpace,
51 BBitmap(BRect bounds, color_space colorSpace,
83 int32 offset, color_space colorSpace);
88 color_space colorSpace);
90 int32 bpr, color_space colorSpace,
127 color_space colorSpace, uint32 flags,
/haiku-fatelf/src/servers/app/
H A DBitmapDrawingEngine.h13 color_space colorSpace = B_RGB32);
H A DServerBitmap.cpp138 color_space colorSpace)
144 bytesPerRow, fBytesPerRow, colorSpace, fSpace, fWidth, fHeight);
150 color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height)
156 bytesPerRow, fBytesPerRow, colorSpace, fSpace, from, to, width,
137 ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, color_space colorSpace) argument
149 ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height) argument
H A DBitmapDrawingEngine.cpp7 BitmapDrawingEngine::BitmapDrawingEngine(color_space colorSpace) argument
9 fColorSpace(colorSpace),
H A DScreen.cpp111 Screen::SetMode(uint16 width, uint16 height, uint32 colorSpace, argument
116 mode.space = colorSpace;
128 Screen::SetBestMode(uint16 width, uint16 height, uint32 colorSpace, argument
140 int32 index = _FindBestMode(modes, count, width, height, colorSpace,
250 uint16 width, uint16 height, uint32 colorSpace, float frequency) const
263 + 100 * abs(mode.space - colorSpace);
249 _FindBestMode(const display_mode* modes, uint32 count, uint16 width, uint16 height, uint32 colorSpace, float frequency) const argument
H A DServerBitmap.h77 int32 bytesPerRow, color_space colorSpace);
79 int32 bytesPerRow, color_space colorSpace,
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DPictureTestWindow.h38 void RunTests(int32 testIndex, color_space colorSpace);
H A DPictureTest.h23 void SetColorSpace(color_space colorSpace) { fColorSpace = colorSpace; } argument
H A DPictureTestWindow.cpp155 color_space colorSpace = colorSpaces[csIndex]; local
157 switch (colorSpace) {
182 RunTests(testIndex, colorSpace);
187 PictureTestWindow::RunTests(int32 testIndex, color_space colorSpace) argument
204 test->SetColorSpace(colorSpace);
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A Dbitmap_wrapper.h25 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
H A DGalliumContext.h51 color_space colorSpace; member in struct:hgl_context
H A Dbitmap_wrapper.cpp26 create_bitmap(int32 width, int32 height, color_space colorSpace) argument
28 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace);
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A Doverlay.cpp37 OverlaySupportedFeatures(uint32 colorSpace) argument
39 (void)colorSpace; // avoid compiler warning for unused arg
48 AllocateOverlayBuffer(color_space colorSpace, uint16 width, uint16 height) argument
52 TRACE("AllocateOverlayBuffer() width %u, height %u, colorSpace 0x%lx\n",
53 width, height, colorSpace);
65 switch (colorSpace) {
73 colorSpace);
146 ovBuff->space = colorSpace;
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Doverlay.cpp37 OverlaySupportedFeatures(uint32 colorSpace) argument
39 (void)colorSpace; // avoid compiler warning for unused arg
48 AllocateOverlayBuffer(color_space colorSpace, uint16 width, uint16 height) argument
52 TRACE("AllocateOverlayBuffer() width %u, height %u, colorSpace 0x%lx\n",
53 width, height, colorSpace);
73 if (colorSpace != B_YCbCr422) {
76 colorSpace);
142 ovBuff->space = colorSpace;
H A Drage128_init.cpp33 Rage128_GetColorSpaceParams(int colorSpace, uint8& bitsPerPixel, uint32& maxPixelClock) argument
39 switch (colorSpace) {
53 TRACE("Unsupported color space: 0x%X\n", colorSpace);
H A Dmach64_init.cpp127 Mach64_GetColorSpaceParams(int colorSpace, uint8& bitsPerPixel, uint32& maxPixelClock) argument
135 switch (colorSpace) {
149 TRACE("Unsupported color space: 0x%X\n", colorSpace);
/haiku-fatelf/src/add-ons/accelerants/s3/
H A Dtrio64_init.cpp39 Trio64_GetColorSpaceParams(int colorSpace, uint32& bitsPerPixel, uint32& maxPixelClock) argument
45 switch (colorSpace) {
55 TRACE("Unsupported color space: 0x%X\n", colorSpace);
H A Dvirge_init.cpp47 Virge_GetColorSpaceParams(int colorSpace, uint32& bitsPerPixel, uint32& maxPixelClock) argument
57 switch (colorSpace) {
67 TRACE("Unsupported color space: 0x%X\n", colorSpace);
/haiku-fatelf/src/kits/interface/
H A DBitmap.cpp79 \param colorSpace The color space.
85 get_raw_bytes_per_row(color_space colorSpace, int32 width) argument
88 switch (colorSpace) {
140 \param colorSpace The color space.
146 get_bytes_per_row(color_space colorSpace, int32 width) argument
148 int32 bpr = get_raw_bytes_per_row(colorSpace, width);
163 \param colorSpace The bitmap's color space.
169 BBitmap::BBitmap(BRect bounds, uint32 flags, color_space colorSpace, argument
185 _InitObject(bounds, colorSpace, flags, bytesPerRow, screenID);
191 \param colorSpace Th
198 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, bool needsContiguous) argument
625 SetBits(const void* data, int32 length, int32 offset, color_space colorSpace) argument
679 ImportBits(const void* data, int32 length, int32 bpr, int32 offset, color_space colorSpace) argument
727 ImportBits(const void* data, int32 length, int32 bpr, color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height) argument
1002 _InitObject(BRect bounds, color_space colorSpace, uint32 flags, int32 bytesPerRow, screen_id screenID) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp365 int CVideoIn::Capture(color_space colorSpace, void * bits, int bitsLength, argument
383 /*PRINT(("colorSpace:%x, bitsLength: %d, fBufferLength: %d, bytesPerRow: %d, fBufferBytesPerRow: %d\n",
384 colorSpace, bitsLength, fBufferLength, bytesPerRow, fBufferBytesPerRow ));*/
388 if (colorSpace == B_YCbCr422 && bitsLength <= fBufferLength && bytesPerRow == fBufferBytesPerRow) {
392 else if (colorSpace == B_RGB32 && bitsLength <= 2 * fBufferLength && bytesPerRow == 2 * fBufferBytesPerRow) {
401 else if (colorSpace == B_RGB16 && bitsLength <= fBufferLength && bytesPerRow == fBufferBytesPerRow) {
410 else if (colorSpace == B_RGB15 && bitsLength <= fBufferLength && bytesPerRow == fBufferBytesPerRow) {
418 else if (colorSpace == B_GRAY8 && 2 * bitsLength <= fBufferLength && 2 * bytesPerRow == fBufferBytesPerRow) {
440 else if( colorSpace == B_NO_COLOR_SPACE ) {
/haiku-fatelf/src/add-ons/accelerants/vesa/
H A Dhooks.cpp46 vesa_overlay_supported_features(uint32 colorSpace) argument
56 vesa_allocate_overlay_buffer(color_space colorSpace, uint16 width, argument
59 debug_printf("allocate_overlay_buffer(width %u, height %u, colorSpace %u)\n",
60 width, height, colorSpace);
66 buffer->space = colorSpace;
176 color_space colorSpace, uint16 bytesPerRow, const uint8* bitmapData)
175 vesa_set_cursor_bitmap(uint16 width, uint16 height, uint16 hotX, uint16 hotY, color_space colorSpace, uint16 bytesPerRow, const uint8* bitmapData) argument
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImage.h68 Image(PDF* pdf, int imageID, const char* fileName, int width, int height, color_space colorSpace, int mask);

Completed in 251 milliseconds

123