Searched refs:Step (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/screen_savers/spider/
H A DPolygonQueue.h23 void Step();
H A DPolygonQueue.cpp47 // Step
49 PolygonQueue::Step() function in class:PolygonQueue
52 Polygon *np = p->Step();
H A DPolygon.h26 Polygon* Step() const;
H A DPolygon.cpp46 // Step
48 Polygon::Step() const function in class:Polygon
H A DSpiderSaver.cpp119 fQueues[i]->Step();
/haiku/headers/libs/agg/
H A Dagg_pixfmt_gray.h115 template<class Blender, class RenBuf, unsigned Step=1, unsigned Offset=0>
132 pix_step = Step,
210 return m_rbuf->row_ptr(y) + x * Step + Offset;
215 return m_rbuf->row_ptr(y) + x * Step + Offset;
227 value_type* p = (value_type*)m_rbuf->row_ptr(y) + x * Step + Offset;
234 *((value_type*)m_rbuf->row_ptr(x, y, 1) + x * Step + Offset) = c.v;
241 m_rbuf->row_ptr(x, y, 1) + x * Step + Offset,
253 m_rbuf->row_ptr(x, y, len) + x * Step + Offset;
258 p += Step;
272 m_rbuf->row_ptr(x, y++, 1) + x * Step
[all...]
H A Dagg_alpha_mask_u8.h46 template<unsigned Step=1, unsigned Offset=0, class MaskF=one_component_mask_u8>
51 typedef alpha_mask_u8<Step, Offset, MaskF> self_type;
76 m_rbuf->row_ptr(y) + x * Step + Offset);
90 m_rbuf->row_ptr(y) + x * Step + Offset)) >>
137 const int8u* mask = m_rbuf->row_ptr(y) + x * Step + Offset;
141 mask += Step;
187 const int8u* mask = m_rbuf->row_ptr(y) + x * Step + Offset;
194 mask += Step;
239 const int8u* mask = m_rbuf->row_ptr(y) + x * Step + Offset;
288 const int8u* mask = m_rbuf->row_ptr(y) + x * Step
[all...]
/haiku/src/servers/app/drawing/Painter/
H A Dagg_clipped_alpha_mask.h59 const int8u* mask = m_rbuf->row_ptr(y) + x * Step + Offset;
65 mask += Step;
79 const int8u* mask = m_rbuf->row_ptr(y) + x * Step + Offset;
138 static const int Step = 1; member in class:agg::clipped_alpha_mask
/haiku/headers/private/interface/
H A DDecimalSpinner.h51 double Step() const { return fStep; } function in class:BDecimalSpinner
/haiku/src/kits/interface/
H A DDecimalSpinner.cpp79 "Step",
87 "Step",
224 SetValue(Value() - Step());
231 SetValue(Value() + Step());

Completed in 64 milliseconds