Added more test.

It`s still incomplete and not yet compiling.
This commit is contained in:
Savio Sena 2014-09-23 03:46:16 -03:00
parent d90d23bdd6
commit 95e8ec6f9e
60 changed files with 821 additions and 2273 deletions

View File

@ -1,4 +1,4 @@
# include "main.h" #include "main.h"
#include "ui.h" #include "ui.h"

View File

@ -1,4 +1,4 @@
// XXX DONE
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -1,4 +1,4 @@
// XXX DONE
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -1,4 +1,4 @@
// XXX DONE
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -1,15 +1,20 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_many_smooth_down_scaled_start
#define NAME "Image Blend Many Smooth Down Scaled"
#define ICON "blend.png"
#ifndef PROTO #ifdef HAVE_CONFIG_H
# ifndef UI # include <config.h>
# include "main.h" #endif
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_many_smooth_same_scaled_capi.h>
#define MANYNUM 8192 #define MANYNUM 8192

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_nearest_same_scaled_start # include <config.h>
#define NAME "Image Blend Nearest Same Scaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_few_capi.h>
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -69,38 +73,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_nearest_scaled_start # include <config.h>
#define NAME "Image Blend Nearest Scaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -69,38 +72,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_nearest_solid_same_scaled_start # include <config.h>
#define NAME "Image Blend Nearest Solid Same Scaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_nearest_solid_same_scaled_capi.h>
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -69,38 +73,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_nearest_solid_scaled_start # include <config.h>
#define NAME "Image Blend Nearest Solid Scaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_nearest_solid_scaled_capi.h>
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -69,38 +73,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude1_start # include <config.h>
#define NAME "Image Blend Occlude 1" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_capi.h>
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -82,38 +86,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude1_few_start # include <config.h>
#define NAME "Image Blend Occlude 1 Few" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_few_capi.h>
#undef OBNUM #undef OBNUM
#define OBNUM 32 #define OBNUM 32
@ -85,38 +89,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude1_many_start # include <config.h>
#define NAME "Image Blend Occlude 1 Many" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_many_capi.h>
#undef OBNUM #undef OBNUM
#define OBNUM 320 #define OBNUM 320
@ -85,38 +89,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude1_very_many_start # include <config.h>
#define NAME "Image Blend Occlude 1 Very Many" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_very_many_capi.h>
#include "main.h"
#undef OBNUM #undef OBNUM
#define OBNUM 1600 #define OBNUM 1600
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude2_start # include <config.h>
#define NAME "Image Blend Occlude 2" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude2_capi.h>
#include "main.h"
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -82,38 +88,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude2_few_start # include <config.h>
#define NAME "Image Blend Occlude 2 Few" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude2_few_capi.h>
#include "main.h"
#undef OBNUM #undef OBNUM
#define OBNUM 32 #define OBNUM 32
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude2_many_start # include <config.h>
#define NAME "Image Blend Occlude 2 Many" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude2_many_capi.h>
#include "main.h"
#undef OBNUM #undef OBNUM
#define OBNUM 320 #define OBNUM 320
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude2_very_many_start # include <config.h>
#define NAME "Image Blend Occlude 2 Very Many" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude2_very_many_capi.h>
#include "main.h"
#undef OBNUM #undef OBNUM
#define OBNUM 1600 #define OBNUM 1600
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude3_start # include <config.h>
#define NAME "Image Blend Occlude 3" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude3_capi.h>
#include "main.h"
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -82,38 +88,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude3_few_start # include <config.h>
#define NAME "Image Blend Occlude 3 Few" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude3_few_capi.h>
#include "main.h"
#undef OBNUM #undef OBNUM
#define OBNUM 32 #define OBNUM 32
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude3_many_start # include <config.h>
#define NAME "Image Blend Occlude 3 Many" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude3_many_capi.h>
#undef OBNUM #undef OBNUM
#define OBNUM 320 #define OBNUM 320
@ -85,38 +89,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,20 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_occlude3_very_many_start # include <config.h>
#define NAME "Image Blend Occlude 3 Very Many" #endif
#define ICON "blend.png"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude3_very_many_capi.h>
#ifndef PROTO
# ifndef UI
# include "main.h"
#undef OBNUM #undef OBNUM
#define OBNUM 1600 #define OBNUM 1600
@ -85,38 +90,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,20 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_smooth_same_scaled_start # include <config.h>
#define NAME "Image Blend Smooth Same Scaled" #endif
#define ICON "blend.png"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_smooth_same_scaled_capi.h>
#ifndef PROTO
# ifndef UI
# include "main.h"
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -69,38 +74,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_smooth_scaled_start # include <config.h>
#define NAME "Image Blend Smooth Scaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -69,38 +72,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_smooth_solid_same_scaled_start # include <config.h>
#define NAME "Image Blend Smooth Solid Same Scaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -69,38 +72,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_smooth_solid_scaled_start # include <config.h>
#define NAME "Image Blend Smooth Solid Scaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -69,38 +72,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_solid_middle_border # include <config.h>
#define NAME "Image Blend Solid Middle Border" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -70,38 +73,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_solid_middle_unscaled_start # include <config.h>
#define NAME "Image Blend Solid Middle Unscaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -67,38 +70,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_unscaled_start # include <config.h>
#define NAME "Image Blend Unscaled" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -65,38 +68,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_crossfade_start # include <config.h>
#define NAME "Image Crossfade" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -65,38 +68,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_data_argb_start # include <config.h>
#define NAME "Image Data ARGB" #endif
#define ICON "data.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -88,38 +91,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_data_argb_alpha_start # include <config.h>
#define NAME "Image Data ARGB Alpha" #endif
#define ICON "data.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -99,38 +102,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_data_ycbcr601pl_start # include <config.h>
#define NAME "Image Data YCbCr 601 Pointer List" #endif
#define ICON "data.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -106,38 +109,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_data_ycbcr601pl_map_nearest_solid_rotate_start # include <config.h>
#define NAME "Image Data YCbCr 601 Pointer List Map Nearest Solid Rotate" #endif
#define ICON "data.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -113,38 +116,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_data_ycbcr601pl_map_solid_rotate_start # include <config.h>
#define NAME "Image Data YCbCr 601 Pointer List Map Solid Rotate" #endif
#define ICON "data.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -111,38 +114,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_data_ycbcr601pl_wide_stride_start # include <config.h>
#define NAME "Image Data YCbCr 601 Pointer List Wide Stride" #endif
#define ICON "data.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -143,38 +146,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_3d_1_start # include <config.h>
#define NAME "Image Map 3D 1" #endif
#define ICON "3d.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point typedef struct _Point
{ {
@ -226,38 +229,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_3d_2_start # include <config.h>
#define NAME "Image Map 3D 2" #endif
#define ICON "3d.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point typedef struct _Point
{ {
@ -224,38 +227,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_3d_3_start # include <config.h>
#define NAME "Image Map 3D 3" #endif
#define ICON "3d.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point typedef struct _Point
{ {
@ -218,38 +221,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_3d_4_start # include <config.h>
#define NAME "Image Map 3D 4" #endif
#define ICON "3d.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point typedef struct _Point
{ {
@ -216,38 +219,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_3d_5_start # include <config.h>
#define NAME "Image Map 3D 5" #endif
#define ICON "3d.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point typedef struct _Point
{ {
@ -206,38 +209,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_3d_6_start # include <config.h>
#define NAME "Image Map 3D 6" #endif
#define ICON "3d.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point typedef struct _Point
{ {
@ -203,38 +206,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_3d_flow_start # include <config.h>
#define NAME "Image Map 3D Flow" #endif
#define ICON "3d.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -197,38 +200,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_color_alpha_nearest_rotate_start # include <config.h>
#define NAME "Image Map Color Alpha Nearest Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -82,38 +85,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_color_alpha_nearest_solid_rotate_start # include <config.h>
#define NAME "Image Map Color Alpha Nearest Solid Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -82,38 +85,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_color_alpha_rotate_start # include <config.h>
#define NAME "Image Map Color Alpha Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -80,38 +83,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_color_alpha_solid_rotate_start # include <config.h>
#define NAME "Image Map Color Alpha Solid Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -79,38 +82,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_color_nearest_rotate_start # include <config.h>
#define NAME "Image Map Color Nearest Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -82,38 +85,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_color_nearest_solid_rotate_start # include <config.h>
#define NAME "Image Map Color Nearest Solid Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -82,38 +85,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_color_rotate_start # include <config.h>
#define NAME "Image Map Color Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -80,38 +83,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_color_solid_rotate_start # include <config.h>
#define NAME "Image Map Color Solid Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -80,38 +83,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_nearest_rotate_start # include <config.h>
#define NAME "Image Map Nearest Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -77,38 +80,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_nearest_solid_rotate_start # include <config.h>
#define NAME "Image Map Nearest Solid Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -77,38 +80,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_rotate_start # include <config.h>
#define NAME "Image Map Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -73,38 +76,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_map_solid_rotate_start # include <config.h>
#define NAME "Image Map Solid Rotate" #endif
#define ICON "map.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -75,38 +78,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
_setup(); _setup();
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_quality_scale_start # include <config.h>
#define NAME "Image Quality Scale" #endif
#define ICON "data.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -67,38 +70,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME line_blend_start # include <config.h>
#define NAME "Line Blend" #endif
#define ICON "rect.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -106,38 +109,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_unscaled_proxy_start # include <config.h>
#define NAME "Image Blend Unscaled Proxy" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -76,38 +79,8 @@ static void _key(char *key)
} }
extern "C" {
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif # endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,19 +1,18 @@
/**
* This tests that proxy works fine if the proxy (of an image) works when
* offscreen.
*/
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME image_blend_unscaled_proxy_start # include <config.h>
#define NAME "Proxy Offscreen" #endif
#define ICON "blend.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -77,38 +76,8 @@ static void _key(char *key)
} }
extern "C" {
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif # endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME proxy_text_fixed # include <config.h>
#define NAME "Proxy Text Fixed" #endif
#define ICON "text.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -90,38 +93,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */ #ifdef HAVE_CONFIG_H
#define FNAME proxy_text_random # include <config.h>
#define NAME "Proxy Text Random" #endif
#define ICON "text.png"
#ifndef PROTO #include "Eo.h"
# ifndef UI #include "Evas.h"
# include "main.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */ /* standard var */
static int done = 0; static int done = 0;
@ -110,38 +113,8 @@ static void _key(char *key)
KEY_STD; KEY_STD;
} }
extern "C" void FNAME(void)
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{ {
ui_func_set(_key, _loop); ui_func_set(_key, _loop);
_setup(); _setup();
} }
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON