Searched refs:step (Results 1 - 25 of 49) sorted by path

12

/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css47 set, setindex, sidebar, simpara, simplemsgentry, simplesect, step, substeps,
/haiku/headers/libs/agg/
H A Dagg_trans_bilinear.h139 iterator_x(double tx, double ty, double step, const double m[4][2]) : argument
140 inc_x(m[1][0] * step * ty + m[2][0] * step),
141 inc_y(m[1][1] * step * ty + m[2][1] * step),
154 iterator_x begin(double x, double y, double step) const
156 return iterator_x(x, y, step, m_mtx);
H A Dagg_trans_perspective.h244 iterator_x(double px, double py, double step, const trans_perspective& m) : argument
246 den_step(m.w0 * step),
248 nom_x_step(step * m.sx),
250 nom_y_step(step * m.shy),
267 iterator_x begin(double x, double y, double step) const
269 return iterator_x(x, y, step, *this);
/haiku/headers/os/media/
H A DParameterWeb.h149 float min, float max, float step);
331 float min, float max, float step);
/haiku/headers/private/interface/
H A DDecimalSpinner.h52 virtual void SetStep(double step) { fStep = step; }; argument
H A DMenuWindow.h38 void SetSmallStep(float step);
42 bool TryScrollBy(const float& step);
47 void _ScrollBy(const float& step);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c1222 unsigned char step; member in struct:NEWUPPERCASE
1374 for (i = puc->first; i <= puc->last; i += puc->step)
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp558 TInlineScrollView::SetSmallStep(float step) argument
560 fScrollStep = step;
576 TInlineScrollView::ScrollBy(const float& step) argument
581 if (step > 0) {
585 if (fScrollValue + step >= fScrollLimit) {
598 fTarget->ScrollBy(0, step);
599 fEndScrollArrow->MoveBy(0, step);
601 fTarget->ScrollBy(step, 0);
602 fEndScrollArrow->MoveBy(step, 0);
604 fScrollValue += step;
[all...]
H A DInlineScrollView.h36 void SetSmallStep(float step);
39 void ScrollBy(const float& step);
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp745 float step = floorf(height / 8); local
747 shape->MoveTo(BPoint(height + step, height / 2));
748 shape->LineTo(BPoint(-step, height + step));
749 shape->LineTo(BPoint(-step, 0 - step));
795 add_bow(BShape* shape, float offset, float size, float height, float step) argument
819 BPoint(offset + width - step, height / 2 - innerControlHeight),
820 BPoint(offset + width - step, height / 2)
824 BPoint(offset + width - step, heigh
837 float step = floorf(height / 8); local
[all...]
/haiku/src/apps/networkstatus/
H A DRadioView.cpp97 float step; local
98 _Compute(rect, center, count, maxCount, step);
102 _DrawBow(view, i, center, count, step);
155 float step; local
156 _Compute(Bounds(), center, count, fMax, step); local
160 if (step == kMinStep && _IsDisabled(fPercent, i, count))
163 _DrawBow(this, i, center, count, step);
184 float step; local
185 _Compute(Bounds(), center, count, fMax, step); local
189 + (kMaxPulseInterval - kMinPulseInterval) / step),
194 _Compute(const BRect& bounds, BPoint& center, int32& count, int32 max, float& step) argument
211 _DrawBow(BView* view, int32 index, const BPoint& center, int32 count, float step) argument
[all...]
H A DRadioView.h45 int32& count, int32 max, float& step);
48 float step);
/haiku/src/apps/sudoku/
H A DSudokuSolver.cpp185 SolutionStep* step = new SolutionStep(fField); local
186 step->ToFirstUnset();
188 stack.Push(step);
193 while (stack.Pop(&step)) {
194 uint32 x = step->X();
195 uint32 y = step->Y();
196 uint32 validMask = step->Field()->ValidMaskAt(x, y);
200 if (step->ToNextUnset()) {
207 SolutionStep* next = new SolutionStep(*step);
212 } else if (step
[all...]
/haiku/src/libs/icon/style/
H A DGradientTransformable.h84 const BGradient::ColorStop& step);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp290 int step = fGlobalDropTargetIndicator ? 64 : 128; local
291 for (int i = 0; i < 256; i += step)
292 gradient.AddColor(i % (step * 2) == 0
/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_builtin.c63 __gconv_get_builtin_trans (const char *name, struct __gconv_step *step) argument
73 step->__fct = map[cnt].fct;
74 step->__btowc_fct = map[cnt].btowc_fct;
75 step->__init_fct = NULL;
76 step->__end_fct = NULL;
77 step->__shlib_handle = NULL;
78 step->__modname = NULL;
80 step->__min_needed_from = map[cnt].min_needed_from;
81 step->__max_needed_from = map[cnt].max_needed_from;
82 step
[all...]
H A Dgconv_int.h68 extern int Name (struct __gconv_step *step, \
H A Dloop.c245 FCTNAME (LOOPFCT) (struct __gconv_step *step, argument
258 void *data = step->__data;
330 SINGLE(LOOPFCT) (struct __gconv_step *step, argument
341 void *data = step->__data;
451 gconv_btowc (struct __gconv_step *step, unsigned char c)
H A Dskeleton.c164 # define FROM_DIRECTION (step->__data == &from_object)
319 the step data to point to one of the objects above. */
325 extern int gconv_init (struct __gconv_step *step);
327 gconv_init (struct __gconv_step *step) argument
330 if (strcmp (step->__from_name, CHARSET_NAME) == 0)
332 step->__data = &from_object;
334 step->__min_needed_from = FROM_LOOP_MIN_NEEDED_FROM;
335 step->__max_needed_from = FROM_LOOP_MAX_NEEDED_FROM;
336 step->__min_needed_to = FROM_LOOP_MIN_NEEDED_TO;
337 step
397 FUNCTION_NAME(struct __gconv_step *step, struct __gconv_step_data *data, const unsigned char **inptrp, const unsigned char *inend, unsigned char **outbufstart, size_t *irreversible, int do_flush, int consume_incomplete) argument
[all...]
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp35 { Resize(1); step = 1; }
47 float step; member in class:Wave
96 w1pos += waves[1].step;
109 w1pos += waves[1].step;
118 w1pos += waves[2].step;
131 w1pos += waves[2].step;
251 fWaveView->waves[0].step = 1;
252 fWaveView->waves[1].step = (float)freq / irate;
253 fWaveView->waves[2].step = (float)freq / orate;
/haiku/src/tests/kits/game/chart/
H A DChartView.cpp53 step = 5;
59 as encoded by step. */
68 if (i < step)
70 else if ((i / step) & 1)
H A DChartView.h32 int32 step; member in class:InstantView
/haiku/src/tests/kits/opengl/glsl/
H A Dbrick.c116 const GLfloat step = 3.0f; local
123 xRot -= step;
126 xRot += step;
129 yRot -= step;
132 yRot += step;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp841 uint16_t step = MIN(info->pay_len, MAX_REQCOUNT); local
843 int j = info->pay_len / step;
851 FWOHCI_DMA_WRITE(db->db.desc.cmd, step);
853 bus_addr += step;
857 if(info->pay_len % step){
859 FWOHCI_DMA_WRITE(db->db.desc.cmd, info->pay_len % step);
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c1546 struct ether_multistep step; local
1576 ETHER_FIRST_MULTI(step, ac, enm);
1586 ETHER_NEXT_MULTI(step, enm);

Completed in 212 milliseconds

12