Searched refs:orient (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h26 orientation orient = B_VERTICAL,
31 orientation orient = B_VERTICAL,
69 float fixedValue, orientation orient,
77 float fixedValue, orientation orient) const;
H A DColorField.cpp35 float fixedValue, orientation orient, border_style border)
41 _Init(mode, fixedValue, orient, border);
47 orientation orient, border_style border)
51 _Init(mode, fixedValue, orient, border);
390 orientation orient, border_style border)
394 fOrientation = orient;
442 float fixedValue, orientation orient) const
503 if (orient == B_VERTICAL) {
34 ColorField(BPoint offsetPoint, SelectedColorMode mode, float fixedValue, orientation orient, border_style border) argument
46 ColorField(SelectedColorMode mode, float fixedValue, orientation orient, border_style border) argument
389 _Init(SelectedColorMode mode, float fixedValue, orientation orient, border_style border) argument
H A DColorSlider.h75 orientation orient) const;
H A DColorSlider.cpp458 float fixedValue1, float fixedValue2, orientation orient) const
477 if (orient == B_VERTICAL) {
495 if (orient == B_VERTICAL) {
513 if (orient == B_VERTICAL) {
530 if (orient == B_VERTICAL) {
549 if (orient == B_VERTICAL) {
568 if (orient == B_VERTICAL) {
/haiku/src/kits/interface/
H A DChannelSlider.cpp112 orientation orient; local
113 if (archive->FindInt32("_orient", (int32*)&orient) == B_OK)
114 SetOrientation(orient);
213 orientation orient; local
214 if (specifier.FindInt32("data", (int32*)&orient) == B_OK) {
215 SetOrientation(orient);
H A DSlider.cpp149 int32 orient; local
150 if (archive->FindInt32("_orient", &orient) == B_OK)
151 fOrientation = (orientation)orient;

Completed in 65 milliseconds