Searched defs:Picture (Results 1 – 1 of 1) sorted by relevance
322 typedef struct Picture Picture; typedef323 struct Picture struct325 int minx;326 int miny;327 int maxx;328 int maxy;329 char name[16];330 uchar *data;