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