Searched refs:color (Results 326 - 350 of 410) sorted by relevance

<<11121314151617

/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp707 // being. The color space conversion is handled in CopyBackToFront()
749 // update color palette configuration if necessary
1223 const rgb_color& color, bool autoSync)
1233 fAccFillRect(fEngineToken, _NativeColor(color), fRectParams, count);
1348 // check color space
1431 // CursorData()[1] is color depth (always monochrome)
1678 AccelerantHWInterface::_NativeColor(const rgb_color& color) const
1685 return RGBColor(color).GetColor8();
1691 return RGBColor(color).GetColor15();
1695 return RGBColor(color)
1222 FillRegion( BRegion& region, const rgb_color& color, bool autoSync) argument
[all...]
/haiku/src/apps/diskprobe/
H A DDataView.cpp581 const rgb_color color = {0, 0, 0}; local
588 AddLine(BPoint(firstLine.left + 1, firstLine.top), firstLine.RightTop(), color); local
589 AddLine(BPoint(firstLine.right, firstLine.top + 1), BPoint(firstLine.right, bottom), color); local
611 AddLine(rect.LeftTop(), rect.LeftBottom(), color);
612 AddLine(BPoint(rect.left + 1, rect.bottom), rect.RightBottom(), color); local
620 AddLine(firstLine.LeftTop(), firstLine.LeftBottom(), color);
625 AddLine(BPoint(rect.left + 1, rect.top), BPoint(right, rect.top), color); local
634 AddLine(lastLine.RightBottom(), BPoint(lastLine.right, lastLine.top + 1), color);
637 AddLine(BPoint(lastLine.right, lastLine.top), BPoint(firstLine.right, lastLine.top), color); local
/haiku/headers/libs/print/libprint/
H A DJobData.h250 // in color mode.
355 void SetColor(Color color);
767 JobData::SetColor(Color color) argument
769 fColor = color;
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp176 // force config views to all have the same color
404 rgb_color color; local
405 if (message->FindColor(ui_color_name(B_PANEL_TEXT_COLOR), &color)
407 fInfoText->SetFontAndColor(be_plain_font, B_FONT_ALL, &color);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h78 void SetHighColor(const rgb_color& color);
82 void SetLowColor(const rgb_color& color);
112 // draws a solid one pixel wide line of color c, no blending
163 // fills a solid rect with color c, no blending
174 // fills a solid rect with color c, no blending, no clipping
269 void _SetRendererColor(const rgb_color& color) const;
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp336 int32 color = message->FindInt32("color"); local
342 fProgressBars[x]->UpdateColors(color, fade);
343 fCpuButtons[x]->UpdateColors(color);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h353 rgb_color color);
H A DMediaRoutingView.cpp307 const rgb_color *color; // [e.moon 21nov99] fixed const error local
309 reinterpret_cast<const void **>(&color), &size) == B_OK)
310 _changeBackground(*color);
1037 rgb_color color; local
1038 color.alpha = 255;
1040 archive->FindInt8("bgRed", (int8*)&color.red) == B_OK &&
1041 archive->FindInt8("bgGreen", (int8*)&color.green) == B_OK &&
1042 archive->FindInt8("bgBlue", (int8*)&color.blue) == B_OK)
1043 _changeBackground(color);
1813 rgb_color color)
1812 _changeBackground( rgb_color color) argument
[all...]
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp323 PictureDataWriter::WriteSetHighColor(const rgb_color& color) argument
327 Write<rgb_color>(color);
338 PictureDataWriter::WriteSetLowColor(const rgb_color& color) argument
342 Write<rgb_color>(color);
H A DTextView.cpp1593 const rgb_color* color)
1595 SetFontAndColor(fSelStart, fSelEnd, font, mode, color);
1601 const BFont* font, uint32 mode, const rgb_color* color)
1629 _ApplyStyleRange(startOffset, endOffset, mode, font, color);
1728 runArray->runs[i].color = styleRange->runs[i].style.color;
2374 // TextControls change the color of the text when
2886 copy->runs[i].color = orig->runs[i].color;
2938 array->styles[i].red = runArray->runs[i].color
1592 SetFontAndColor(const BFont* font, uint32 mode, const rgb_color* color) argument
1600 SetFontAndColor(int32 startOffset, int32 endOffset, const BFont* font, uint32 mode, const rgb_color* color) argument
4444 const rgb_color* color = NULL; local
5880 _ApplyStyleRange(int32 fromOffset, int32 toOffset, uint32 mode, const BFont* font, const rgb_color* color, bool syncNullStyle) argument
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h72 void _SetFontColor(const rgb_color* color);
H A DStyledEditWindow.cpp506 rgb_color* color; local
507 if (message->FindData("color", B_RGB_COLOR_TYPE,
508 (const void**)&color, &colorLength) == B_OK
511 * TODO: Ideally, when selecting the default color,
513 * When reloaded with a different default color, it should
516 _SetFontColor(color);
718 // find the current font, color, size
721 rgb_color color = ui_color(B_DOCUMENT_TEXT_COLOR); local
723 fTextView->GetFontAndColor(&font, &sameProperties, &color, &sameColor);
724 color
1864 _SetFontColor(const rgb_color* color) argument
[all...]
/haiku/src/servers/app/
H A DDrawState.cpp593 DrawState::SetHighColor(rgb_color color) argument
595 fHighColor = color;
600 DrawState::SetLowColor(rgb_color color) argument
602 fLowColor = color;
/haiku/headers/os/interface/
H A DTextView.h24 rgb_color color; member in struct:text_run
136 const rgb_color* color = NULL);
140 const rgb_color* color = NULL);
378 const rgb_color* color = NULL,
H A DInterfaceDefs.h483 void set_ui_color(const color_which& which, const rgb_color& color);
485 rgb_color tint_color(rgb_color color, float tint);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp176 // Get parameters for a color space which is supported by the 3dfx chips.
177 // Return true if the color space is supported; else return false.
193 TRACE("Unsupported color space: 0x%X\n", colorSpace);
383 // Set the indexed color palette for 8-bit color depth mode.
393 uint32 color = ((colorData[0] << 16) | (colorData[1] << 8) | colorData[2]); local
396 INREG32(DAC_ADDR); // color not always set unless we read after write
397 OUTREG32(DAC_DATA, color);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp75 rgb_color color = fRef ? ui_color(B_KEYBOARD_NAVIGATION_COLOR) local
77 SetHighColor(color);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp340 View::SetViewColor(rgb_color color) argument
342 fViewColor = color;
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp408 // being. The color space conversion is handled in CopyBackToFront()
701 AccelerantHWInterface::FillRegion(/*const*/ BRegion& region, const rgb_color& color) argument
712 fAccFillRect(fEngineToken, _NativeColor(color), fillParams, count);
864 return color.GetColor8();
870 return color.GetColor15();
874 return color.GetColor16();
880 rgb_color c = color.GetColor32();
/haiku/src/apps/terminal/
H A DTermView.h96 void SetTermColor(uint index, rgb_color color,
98 status_t GetTermColor(uint index, rgb_color* color);
/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb.h709 color_type color; local
712 color.r = psrc[src_order::R];
713 color.g = psrc[src_order::G];
714 color.b = psrc[src_order::B];
715 color.a = psrc[src_order::A];
716 copy_or_blend_pix(pdst, color, cover);
H A Dagg_rasterizer_outline_aa.h190 m_ren->color(colors[i]);
202 m_ren->color(c.color(i));
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp50 TestView(const rgb_color& color = kBlack)
52 fColor(color)
56 void SetColor(const rgb_color& color) argument
58 fColor = color;
99 HeightForWidthTestView(const rgb_color& color, uint32 type, float value) argument
100 : TestView(color),
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp91 // figure out bg-color
92 rgb_color color = ui_color(B_LIST_BACKGROUND_COLOR); local
95 color = ui_color(B_LIST_SELECTED_BACKGROUND_COLOR);
98 color = tint_color(color, 1.06);
100 owner->SetLowColor(color);
/haiku/src/apps/bootmanager/
H A Dbootman.S55 ; bl - foreground color (graphics mode only)
202 ; bl ... color
509 mov bl, [kColorTable + di] ; Text color
595 mov bx, 0x0F ; Page number and foreground color
643 ; bl ... color

Completed in 307 milliseconds

<<11121314151617