Searched refs:deltax (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_clip_liang_barsky.h89 double deltax = x2 - x1; local
104 if(deltax == 0.0)
107 deltax = (x1 > clip_box.x1) ? -nearzero : nearzero;
116 if(deltax > 0.0)
140 tinx = (xin - x1) / deltax;
167 toutx = (xout - x1) / deltax;
185 *x++ = (T)(x1 + tiny * deltax);
200 *x++ = (T)(x1 + touty * deltax);
/haiku/src/tests/apps/miniterminal/
H A DConsole.cpp360 int32 deltax = argCount > 0 ? -args[0] : -1; local
361 if (deltax == 0)
362 deltax = -1;
363 GotoXY(fX + deltax, fY);
368 int32 deltax = argCount > 0 ? args[0] : 1; local
369 if (deltax == 0)
370 deltax = 1;
371 GotoXY(fX + deltax, fY);
/haiku/src/add-ons/screen_savers/flurry/
H A DSmoke.cpp101 float deltax; local
112 deltax = (dx * mag);
118 s->p[s->nextParticle].delta[0].f[s->nextSubParticle] = deltax;
193 float deltax; local
200 deltax = s->p[i].delta[0].f[k];
217 deltax -= (dx * mag);
223 deltax *= info->drag;
227 if ((deltax * deltax + deltay * deltay + deltaz * deltaz)
234 s->p[i].delta[0].f[k] = deltax;
[all...]
/haiku/src/kits/print/
H A DPictureIterator.cpp51 static void _DrawString(void *p, char *string, float deltax, float deltay) { return ((PictureIterator *) p)->DrawString(string, deltax, deltay); } argument
111 (void *)_DrawString, // 17 DrawString(void *user, char *string, float deltax, float deltay)
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp316 int32 x, y, deltax, deltay; local
385 deltax = cx_old - (cx - info->window_bounds.left);
394 x = (s->x>>16) + deltax;

Completed in 123 milliseconds