|
TuttleOFX
1
|

Go to the source code of this file.
Data Structures | |
| struct | test1 |
Functions | |
| test_suite * | init_unit_test_suite (int argc, char **argv) |
Variables | |
| struct { | |
| int width | |
| int height | |
| int bytes_per_pixel | |
| char pixel_data [16 *16 *3+1] | |
| } | gimp_image |
| test_suite* init_unit_test_suite | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 80 of file pattern.tests.cpp.
| int bytes_per_pixel |
Definition at line 13 of file pattern.tests.cpp.
struct { ... } gimp_image [static] |
Referenced by test1::operator()().
| int height |
Definition at line 12 of file pattern.tests.cpp.
| char pixel_data[16 *16 *3+1] |
Definition at line 14 of file pattern.tests.cpp.
| int width |
Definition at line 11 of file pattern.tests.cpp.