Home
last modified time | relevance | path

Searched refs:img_expose (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/xpx/xpx/
H A Dgrid.c83 img_expose(0, 0, imgwinwidth, imgwinheight); in grid_in()
93 img_expose(0, 0, imgwinwidth, imgwinheight); in grid_out()
120 img_expose(0, 0, imgwinwidth, imgwinheight);
138 img_expose(0, 0, imgwinwidth, imgwinheight);
H A Dimage.c277 void img_expose(x, y, w, h) in img_expose() function
339 img_expose(0, 0, imgwinwidth, imgwinheight); in image_update_all_sub()
383 img_expose((dx<0?0:imgwinwidth-dx), 0, (dx<0?-dx:dx), imgwinheight);
385 img_expose(0, (dy<0?0:imgwinheight-dy), imgwinwidth, (dy<0?-dy:dy));
387 img_expose(0, 0, imgwinwidth, imgwinheight);
524 img_expose(x, y, w+1, 1);
525 img_expose(x, y, 1, h+1);
526 img_expose(x+w, y, 1, h+1);
527 img_expose(x, y+h, w+1, 1);
597 img_expose(xx0*zoomfactor-imgofsx, yy0*zoomfactor-imgofsy, in mark_pts_expose()
H A Dwork.h84 extern void img_expose();
H A Dinfo.c433 img_expose(0, 0, imgwinwidth, imgwinheight);
439 img_expose(0, 0, imgwinwidth, imgwinheight);
H A Dedit.c349 img_expose(x, y, w, h);
360 img_expose(x*zoomfactor-imgofsx, y*zoomfactor-imgofsy,
579 img_expose(x0*zoomfactor-imgofsx, y0*zoomfactor-imgofsy,
H A Dmain.c756 img_expose(ev.xgraphicsexpose.x, ev.xgraphicsexpose.y,
764 img_expose(ev.xexpose.x, ev.xexpose.y,