Searched refs:coordinate_t (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/VisualNaCro/ |
D | nacro.h | 18 typedef int coordinate_t; typedef 48 typedef int coordinate_t; typedef 87 coordinate_t getx(resource_t res); 88 coordinate_t gety(resource_t res); 98 bool_t sendmouse(resource_t res,coordinate_t x,coordinate_t y,buttons_t buttons); 104 coordinate_t getxorigin(resource_t res); 105 coordinate_t getyorigin(resource_t res); 107 … savepnm(resource_t res,const char* filename,coordinate_t x1, coordinate_t y1, coordinate_t x2, co… 109 result_t displaypnm(resource_t res, const char *filename, coordinate_t x, coordinate_t y, bool_t bo… 118 result_t rubberband(resource_t res, coordinate_t x0, coordinate_t y0);
|
D | nacro.c | 359 coordinate_t x, coordinate_t y, bool_t border, in displaypnm() 633 coordinate_t getx(resource_t res) in getx() 639 coordinate_t gety(resource_t res) in gety() 657 result_t rubberband(resource_t resource, coordinate_t x0, coordinate_t y0) in rubberband() 763 bool_t sendmouse(resource_t res,coordinate_t x,coordinate_t y,buttons_t buttons) in sendmouse() 790 coordinate_t getxorigin(resource_t res) in getxorigin() 796 coordinate_t getyorigin(resource_t res) in getyorigin()
|