Searched refs:Color (Results 1 - 25 of 59) sorted by relevance

123

/haiku/src/system/boot/platform/riscv/
H A Dgraphics.h14 template <typename Color>
16 Color* colors;
19 RasBuf<Color> Clip(int x, int y, int w, int h) const;
H A Dgraphics.cpp27 template <typename Color>
28 RasBuf<Color>
29 RasBuf<Color>::Clip(int x, int y, int w, int h) const
31 RasBuf<Color> vb = *this;
/haiku/src/apps/icon-o-matic/style/
H A DCurrentColor.h20 inline rgb_color Color() const function in class:CurrentColor
H A DSetColorCommand.cpp46 return fStyle && fStyle->Color() != fColor ? B_OK : B_NO_INIT;
48 rgb_color color = fStyle->Color();
59 rgb_color previous = fStyle->Color();
/haiku/src/apps/stylededit/
H A DColorMenuItem.h23 rgb_color Color() { return fItemColor; }; function in class:ColorMenuItem
/haiku/src/preferences/appearance/
H A DColorWhichItem.h29 rgb_color Color() { return fColor; }; function in class:ColorWhichItem
H A DColorPreview.h34 rgb_color Color(void) const;
/haiku/headers/private/shared/
H A DColorItem.h24 rgb_color Color() const { return fColor; } function in class:ColorItem
/haiku/src/servers/app/
H A DWorkspace.h30 const rgb_color& Color() const;
H A DWorkspace.cpp100 Workspace::Color() const function in class:Workspace
102 return fWorkspace.Color();
109 if (color == Color())
H A DWorkspacePrivate.h48 const rgb_color& Color() const { return fColor; } function in class:Workspace::Private
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.h30 Color(int32 r, int32 g, int32 b, int32 alpha = 255) function
/haiku/src/apps/terminal/
H A DColorPreview.h34 rgb_color Color(void) const;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp243 if (!style->Gradient() && style->Color().alpha < 255) {
245 append_float(helper, style->Color().alpha / 255.0);
264 if (!style->Gradient() && style->Color().alpha < 255) {
266 append_float(helper, style->Color().alpha / 255.0);
488 sprintf(string, "#%.2x%.2x%.2x", style->Color().red,
489 style->Color().green,
490 style->Color().blue);
/haiku/headers/private/graphics/nvidia/
H A Dnv_acc.h143 uint32 Color; /* b0-31 is color */ member in struct:__anon844
163 uint32 Color; /* b0-31 is color */ member in struct:__anon844::__anon849
182 uint32 Color; /* b0-31 is color */ member in struct:__anon850
236 uint32 Color; /* b24-31 Alpha, b16-23 Red, b8-15 Green, b0-7 Blue */ member in struct:__anon854::__anon855
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.h63 const rgb_color& Color() const;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.h32 inline rgb_color Color() const function in class:SwatchView
/haiku/src/servers/app/drawing/
H A DOverlay.h51 const rgb_color& Color() const function in class:Overlay
/haiku/src/tests/servers/app/playground/
H A DStates.h35 rgb_color Color() const function in class:State
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.h44 rgb_color Color();
/haiku/headers/private/interface/
H A DColorMenuItem.h35 rgb_color Color() const { return fColor; }; function in class:BColorMenuItem
/haiku/src/libs/icon/style/
H A DStyle.h72 inline rgb_color Color() const function in class:Style
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp71 menu->AddItem(new BMenuItem(B_TRANSLATE("Color"), message));
236 fCurrentColor->SetColor(fStyle->Color());
244 _AdoptCurrentColor(fCurrentColor->Color());
272 fCurrentColor->SetColor(fStyle->Color());
376 gradient.AddColor(fStyle->Color(), 0);
377 gradient.AddColor(fStyle->Color(), 1);
/haiku/headers/libs/print/libprint/
H A DJobData.h246 enum Color { enum in class:JobData
354 Color GetColor() const;
355 void SetColor(Color color);
397 Color fColor;
759 inline JobData::Color
767 JobData::SetColor(Color color)
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp260 rgb_color color = style->Color();
263 if (style->Color().alpha == 255)
269 if (style->Color().alpha == 255)
281 rgb_color color = style->Color();
286 rgb_color color = style->Color();
293 rgb_color color = style->Color();
299 if (!buffer.Write(style->Color().red))

Completed in 140 milliseconds

123