#include <stddef.h>
#include <stdlib.h>
#include "globals.h"
Functions | |
int __CDECL | wind_aes_calc (APPvar *app, WINDOW *wind, int type, int xin, int yin, int win, int hin, INT16 *xout, INT16 *yout, INT16 *wout, INT16 *hout) |
int | mt_WindCalc (APPvar *app, int type, WINDOW *wind, int xin, int yin, int win, int hin, INT16 *xout, INT16 *yout, INT16 *wout, INT16 *hout) |
convert window workarea in real area and inversly |
int __CDECL wind_aes_calc | ( | APPvar * | app, | |
WINDOW * | wind, | |||
int | type, | |||
int | xin, | |||
int | yin, | |||
int | win, | |||
int | hin, | |||
INT16 * | xout, | |||
INT16 * | yout, | |||
INT16 * | wout, | |||
INT16 * | hout | |||
) |