#include <overlayframe.h>
Inheritance diagram for TranslateUnit:

Public Member Functions | |
| TranslateUnit (TranslateEngine *server, OverlayFrame *overlay) | |
| ~TranslateUnit () | |
| void | process_package (LoadPackage *package) |
| void | translation_array_i (transfer_table_i *&table, float out_x1, float out_x2, float in_x1, float in_x2, int in_total, int out_total, int &out_x1_int, int &out_x2_int) |
| void | translate (VFrame *output, VFrame *input, float in_x1, float in_y1, float in_x2, float in_y2, float out_x1, float out_y1, float out_x2, float out_y2, float alpha, int mode, int row1, int row2) |
Static Public Member Functions | |
| static void | translation_array_f (transfer_table_f *&table, float out_x1, float out_x2, float in_x1, float in_x2, int in_total, int out_total, int &out_x1_int, int &out_x2_int) |
Public Attributes | |
| OverlayFrame * | overlay |
| TranslateEngine * | engine |
Definition at line 176 of file overlayframe.h.
|
||||||||||||
|
Definition at line 1619 of file overlayframe.C. References engine. |
|
|
Definition at line 1626 of file overlayframe.C. |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 1632 of file overlayframe.C. References transfer_table_f::in_fraction1, transfer_table_f::in_fraction2, transfer_table_f::in_x1, transfer_table_f::in_x2, MIN, and transfer_table_f::output_fraction. Referenced by process_package(). |
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 1724 of file overlayframe.C. References transfer_table_i::in_fraction1, transfer_table_i::in_fraction2, transfer_table_i::in_x1, transfer_table_i::in_x2, MIN, and transfer_table_i::output_fraction. |
|
|
Definition at line 217 of file overlayframe.h. Referenced by process_package(), and TranslateUnit(). |
|
|
Definition at line 216 of file overlayframe.h. |
1.4.4