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

123

/haiku/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/headers/libs/print/libprint/
H A DHalftone.h65 Halftone(color_space colorSpace, double gamma = 1.4,
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h318 uint16 hotX, uint16 hotY, color_space colorSpace, uint16 bytesPerRow,
/haiku/headers/private/interface/
H A DIcon.h34 color_space colorSpace, uint32 which);
H A DInterfacePrivate.h23 uint32& colorSpace);
24 int32 get_bytes_per_row(color_space colorSpace, int32 width);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp174 TDFX_GetColorSpaceParams(int colorSpace, uint8& bitsPerPixel) argument
179 switch (colorSpace) {
193 TRACE("Unsupported color space: 0x%X\n", colorSpace);
H A Daccelerant.h147 bool TDFX_GetColorSpaceParams(int colorSpace, uint8& bpp);
/haiku/src/add-ons/accelerants/ati/
H A Daccelerant.h71 bool (*GetColorSpaceParams)(int colorSpace, uint8& bpp,
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);
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);
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.h105 bool I810_GetColorSpaceParams(int colorSpace, uint8& bpp,
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/src/add-ons/accelerants/s3/
H A Daccel.h66 bool (*GetColorSpaceParams)(int colorSpace, uint32& bpp, uint32& maxPixelClk);
H A Dsavage_init.cpp21 Savage_GetColorSpaceParams(int colorSpace, uint32& bitsPerPixel, uint32& maxPixelClock) argument
27 switch (colorSpace) {
41 TRACE("Unsupported color space: 0x%X\n", colorSpace);
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);
/haiku/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 ) {
H A DVideoIn.h98 int Capture(color_space colorSpace, void * bits, int bitsLength,
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp415 PCL6Writer::SetColorSpace(ColorSpace colorSpace) argument
417 AppendData((uint8)colorSpace);
H A DPCL6Writer.h179 void SetColorSpace(ColorSpace colorSpace);
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp184 color_space colorSpace = format.u.raw_video.display.format; local
187 width, height, colorSpace);
209 fBitmap[i] = new BBitmap(bounds, bitmapFlags, colorSpace);
253 B_PRId32 " Colorspace %d: %s\n", i, width, height, colorSpace,
/haiku/src/libs/print/libprint/
H A DHalftone.cpp52 Halftone::Halftone(color_space colorSpace, double gamma, double min, argument
55 fPixelDepth = color_space2pixel_depth(colorSpace);
81 switch (colorSpace) {
/haiku/src/servers/app/drawing/
H A DOverlay.cpp231 Overlay::SetColorSpace(uint32 colorSpace) argument
239 switch (colorSpace) {
H A DOverlay.h41 void SetColorSpace(uint32 colorSpace);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h181 color_space colorSpace = B_RGB32,
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp40 OffscreenBitmap(BRect frame, color_space colorSpace);
56 OffscreenBitmap::OffscreenBitmap(BRect frame, color_space colorSpace) argument
58 , fColorSpace(colorSpace)

Completed in 152 milliseconds

123