Lines Matching defs:IMAGE_S
36 struct IMAGE_S { struct
37 void *handle;
38 void *device;
39 HWND hwnd;
40 HBRUSH hBrush; /* background */
41 int raster;
42 unsigned int format;
43 unsigned char *image;
44 BITMAPINFOHEADER bmih;
45 HPALETTE palette;
46 int bytewidth;
47 int devicen_gray; /* true if a single separation should be shown gray */
48 IMAGE_DEVICEN devicen[IMAGE_DEVICEN_MAX];
51 UINT update_timer; /* identifier */
52 int update_tick; /* timer duration in milliseconds */
53 int update_count; /* Number of WM_TIMER messages received */
54 int update_interval; /* Number of WM_TIMER until refresh */
55 int pending_update; /* We have asked for periodic updates */
56 int pending_sync; /* We have asked for a SYNC */
59 int cxClient, cyClient;
60 int cxAdjust, cyAdjust;
61 int nVscrollPos, nVscrollMax;
62 int nHscrollPos, nHscrollMax;
65 HANDLE hmutex;
67 IMAGE *next;
69 HWND hwndtext; /* handle to text window */
71 int x, y, cx, cy; /* window position */