Lines Matching refs:s16
77 s16 power; /* power calculation (in Watts) */
85 s16 onscreen_x; /* screen width in pixels */
86 s16 onscreen_y; /* screen height in pixels */
87 s16 offscreen_x; /* offset width in pixels */
88 s16 offscreen_y; /* offset height in pixels */
89 s16 total_x; /* frame buffer width in pixels */
90 s16 total_y; /* frame buffer height in pixels */
164 s16 onscreen_x; /* screen width in pixels */
165 s16 onscreen_y; /* screen height in pixels */
166 s16 offscreen_x; /* offscreen width in pixels */
167 s16 offscreen_y; /* offscreen height in pixels */
168 s16 total_x; /* frame buffer width in pixels */
169 s16 total_y; /* frame buffer height in pixels */
260 s16 index; /* index into font table of character */
263 s16 dest_x; /* X location of character upper left */
264 s16 dest_y; /* Y location of character upper left */
294 s16 src_x; /* source upper left pixel x location */
295 s16 src_y; /* source upper left pixel y location */
296 s16 dest_x; /* dest upper left pixel x location */
297 s16 dest_y; /* dest upper left pixel y location */
298 s16 width; /* block width in pixels */
299 s16 height; /* block height in pixels */