Searched refs:DELTA (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A DXineramaInfo.h26 #define DELTA int macro
31 DELTA dx,dy; /* delta in screen co-ord from virtual zero */
33 DELTA wdx,wdy;/* size of window in screen co-ord */
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c89 #define DELTA .001 macro
1061 ConvertToPS(dsw, dsw->sw.origin_x + DELTA, dsw->sw.origin_y - DELTA,
1063 ConvertToPS(dsw, dsw->sw.origin_x + CEIL(dsw->sw.drawing_width) - DELTA,
1064 dsw->sw.origin_y - CEIL(dsw->sw.drawing_height) + DELTA,
1174 ConvertToPS(dsw, ev->x + DELTA, ev->y + ev->height - DELTA, &llx, &lly);
1175 ConvertToPS(dsw, ev->x + ev->width - DELTA, ev->y + DELTA, &urx, &ury);
1293 ConvertToPS(dsw, 0 + DELTA, ds
[all...]

Completed in 15 milliseconds