Searched refs:gray (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/libs/print/libprint/
H A DHalftone.h89 void SetGrayFunction(PFN_gray gray);
158 Halftone::SetGrayFunction(PFN_gray gray) argument
160 fGray = gray;
/haiku/src/apps/terminal/
H A DTermApp.cpp392 for (uint gray = 8; gray < 240; gray += 10)
393 (*color++).set_to(gray, gray, gray);
/haiku/src/build/libbe/interface/
H A DBitmap.cpp338 inline uint8 IndexForGray(uint8 gray) const;
584 \param gray The Gray 8 color value.
588 PaletteConverter::IndexForGray(uint8 gray) const
590 return IndexForRGB24(gray, gray, gray);
755 inline void Read(gray_color_value &gray) argument
759 gray = brightness_for(color.red, color.green, color.blue);
786 inline void Read(gray_color_value &gray) argument
790 gray
817 Read(gray_color_value &gray) argument
839 Read(gray_color_value &gray) argument
861 Read(gray_color_value &gray) argument
904 Read(gray_color_value &gray) argument
955 Write(const gray_color_value &gray) argument
983 Write(const gray_color_value &gray) argument
1011 Write(const gray_color_value &gray) argument
1038 Write(const gray_color_value &gray) argument
1060 Write(const gray_color_value &gray) argument
1081 Write(const gray_color_value &gray) argument
1096 Write(const gray_color_value &gray) argument
[all...]
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp162 rgb_color gray = {140,140,140,255}; local
169 SetHighColor(gray);
/haiku/headers/private/interface/
H A DColorConversion.h45 inline uint8 IndexForGray(uint8 gray) const;
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp176 _ReadColorStyle(LittleEndianBuffer& buffer, bool alpha, bool gray) argument
180 if (gray) {
191 if (gray) {
236 bool gray = gradientFlags & GRADIENT_FLAG_GRAYS; local
246 if (gray) {
257 if (gray) {
304 // solid gray plus alpha
309 // solid gray without alpha
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp262 // gray
292 // solid gray
298 // solid gray without alpha
662 bool gray = true; local
669 gray = false;
673 if (gray)
696 if (gray) {
705 if (gray) {
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp434 // convert to gray scale icon
439 uint8 gray; local
441 gray = uint8((116 * handle[0] + 600 * handle[1] + 308 * handle[2]) / 1024);
442 handle[0] = gray;
443 handle[1] = gray;
444 handle[2] = gray;
482 // replace gray with magic transparent index
/haiku/src/kits/shared/
H A DIconButton.cpp472 // convert to gray scale icon
477 uint8 gray; local
479 gray = uint8((116 * handle[0] + 600 * handle[1]
481 handle[0] = gray;
482 handle[1] = gray;
483 handle[2] = gray;
597 // replace gray with magic transparent index
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp132 rgb_color gray = {128,128,128}; local
150 BPoint(counterX+halfwidth+3,SLIDER_BASE+1), gray);
152 BPoint(counterX+halfwidth+4,SLIDER_BASE-8), gray);
/haiku/src/kits/interface/
H A DColorConversion.cpp333 \param gray The Gray 8 color value.
338 PaletteConverter::IndexForGray(uint8 gray) const
340 return IndexForRGB24(gray, gray, gray);
/haiku/src/servers/app/
H A DWorkspacesView.cpp301 rgb_color gray = (rgb_color){ 80, 80, 80, 255 }; local
302 drawingEngine->StrokeRect(rect, gray);
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css503 border: 1px dashed gray;

Completed in 175 milliseconds