Lines Matching +defs:x +defs:display +defs:color +defs:cells

105   XWcolor color;     /* Colormap state descriptor */  member
504 int pgx_scroll(PgxWin *pgx, unsigned x, unsigned y) in pgx_scroll()
731 static int pgx_error_handler(Display *display, XErrorEvent *event) in pgx_error_handler()
791 PgxColor *color; /* The new context descriptor */ local
906 static PgxColor *del_PgxColor(PgxWin *pgx, PgxColor *color) in del_PgxColor()
1002 PgxColor *color = NULL; /* The new visual/colormap context descriptor */ local
1083 PgxColor *color; /* The new descriptor */ local
1142 PgxColor *color; /* The new descriptor */ local
1222 PgxColor *color; /* The new descriptor */ local
1334 PgxColor *color = NULL; /* The colormap/visual context to be returned */ local
1461 static int pgx_get_colorcells(PgxWin *pgx, PgxColor *color, in pgx_get_colorcells()
1567 static int pgx_get_mutable_colorcells(PgxWin *pgx, PgxColor *color, in pgx_get_mutable_colorcells()
1673 static XVisualInfo *pgx_visual_info(Display *display, int screen, VisualID vid) in pgx_visual_info()
1925 int x = xp.x - radius; local
1958 float x = xy[0]; local
2015 static void pgx_mark_modified(PgxWin *pgx, int x, int y, int diameter) in pgx_mark_modified()
2308 float *cells = rbuf + 2; /* Array of pixels */ local
2737 int x, y; local
2788 Display *display = pgx->display; local
2927 int x, y; local
3173 int x = vbeg.x<vend.x ? vbeg.x : vend.x; local
3379 int x; /* The X coordinate of the line of pixels being drawn */ local
4102 PgxWin *new_PgxWin(Display *display, int screen, void *context, char *name, in new_PgxWin()
4305 static int pgx_clear_area(PgxWin *pgx, int x, int y, unsigned w, unsigned h) in pgx_clear_area()
4495 int pgx_win2dev(PgxWin *pgx, int x, int y, float *rbuf) in pgx_win2dev()
4537 int pgx_dev2win(PgxWin *pgx, float *rbuf, int *x, int *y) in pgx_dev2win()
4851 Display *display = pgx->display; local