Searched defs:deltax (Results 1 – 5 of 5) sorted by relevance
360 int32 deltax = argCount > 0 ? -args[0] : -1; in ProcessVT100Command() local368 int32 deltax = argCount > 0 ? args[0] : 1; in ProcessVT100Command() local
101 float deltax; in UpdateSmoke_ScalarBase() local193 float deltax; in UpdateSmoke_ScalarBase() local
316 int32 x, y, deltax, deltay; in SwitchContext() local
89 double deltax = x2 - x1; in clip_liang_barsky() local
51 static void _DrawString(void *p, char *string, float deltax, float deltay) { return ((Picture… in _DrawString()