Compare commits

...

82 Commits

Author SHA1 Message Date
Wander Lairson Costa 9db3724e47 Skip ill formed lines
Summary:
Some lines reported by expedite are just informative, like the window
size. We skip lines that don't have the formatting we expect.

Fixes T8852

Reviewers: vtorri, raster

Reviewed By: raster

Maniphest Tasks: T8852

Differential Revision: https://phab.enlightenment.org/D12186
2020-11-10 08:31:13 +00:00
Vincent Torri 7c4bebe47e Windows: remove Evil dependency, general cleanup for Windows
Test Plan: compilation and execution

Reviewers: raster

Differential Revision: https://phab.enlightenment.org/D12039
2020-07-07 13:39:31 +01:00
Hermet Park d6a3eb3dec containing ui setup steps in the profiling again.
This change is for compatibility to compare the new measurement with the past existing ones.

Now we proprly fix the missing setup steps in the profiling.
2019-12-30 16:00:56 +09:00
Hermet Park 7746bbb039 Revert "Revert "Setup before starting fps measurement""
This reverts commit cac6ca6a9a.
2019-12-30 15:42:29 +09:00
Hermet Park 46e328404c update version properly.
We can upgrade version to 1.24 when efl 1.24 is released.
2019-12-30 15:36:16 +09:00
Hermet Park 1c16ed647b remove shadow(unused) variables. 2019-12-30 13:57:55 +09:00
Hermet Park 5ca60ccf22 fix xconfigure errors. 2019-12-30 13:51:41 +09:00
Hermet Park deb3905a32 bump up version 2019-12-30 13:29:21 +09:00
Hermet Park cac6ca6a9a Revert "Setup before starting fps measurement"
This reverts commit 7874ae718f.
2019-12-30 13:25:44 +09:00
Hermet Park b72d775b10 proxy_textblock: increase a factor to update animation properly. 2019-12-27 15:03:51 +09:00
Hermet Park aee23715a2 text_style_different_string: increase a factor to update animation properly. 2019-12-27 13:50:25 +09:00
Hermet Park 7dca83b4e5 add one more resolution item. 2019-12-27 13:37:25 +09:00
Hermet Park a4d6ef526a version up efl dependency.
Some new efl interfaces are applied.
2019-12-27 13:29:23 +09:00
Hermet Park b84865bb12 image_blend_occlude_few: increase a factor to update animation properly. 2019-12-26 17:50:26 +09:00
Hermet Park 67771fd4a6 textblock_intl: increase a factor to update animation properly. 2019-12-26 17:22:10 +09:00
Hermet Park 4828d1a5d5 textblock_basic: increase an factor to update animation properly. 2019-12-26 17:07:55 +09:00
Hermet Park f3e0448bd3 fix array bounds overflow. 2019-12-24 18:46:55 +09:00
Hermet Park d540c8420b add a resolution option 720p-p 2019-12-24 18:35:01 +09:00
Hermet Park 7874ae718f Setup before starting fps measurement
It's not good to include the setup in fps measurement,
Also, animator tick occur immediately when test item is selected.
We need to setup before it in order to avoid invalid objects access.
2019-12-24 15:14:51 +09:00
Hermet Park 03324357ed about: update to use new efl interface. 2019-12-24 14:37:16 +09:00
Hermet Park cf48e97379 proxy_textblock: update api call. 2019-12-24 14:33:58 +09:00
Hermet Park ae6cf1318b compare list item count properly,
and remove s9 resolution in the default list.
2019-12-23 21:39:09 +09:00
Hermet Park 9bb9dba018 ui: remove menu icon.
Unnecessary decoration that may cause user look it as a wrong display.
2019-12-23 21:10:25 +09:00
Hermet Park 858246e2dd fix broken menu selection.
booo. efl_input_pointer_mouse_get() doesn't work.

This is a temporary fix for expedite working back.
2019-12-23 20:57:51 +09:00
Hermet Park a2bc36a91d proxy_textblock: correct textblock class name. 2019-12-23 19:53:16 +09:00
Cedric BAIL 08dd13567e Migrate to new font family API. 2019-12-06 09:29:22 -08:00
Cedric Bail ac6a3bcb44 Updated to fit EFL 1.23 API. 2019-09-25 10:26:17 -07:00
Cedric Bail 105e6568a4 main: lookup for the right file thanks error warning in Efl! 2019-09-25 10:25:47 -07:00
Ali Alzyod dc6c931dc2 evas_textblock: add test for parsing styles time (fill_format)
speed test for setting parsing formats during layot_setup stage
this is related to D9536
Differential Revision: https://phab.enlightenment.org/D9541
2019-08-12 10:12:00 -07:00
Cedric BAIL 4e6dd92826 add new test for 9patch files. 2019-08-09 11:03:42 -07:00
Cedric BAIL 6c2c96b622 add new test for stretchable zone support on image object. 2019-08-09 11:03:42 -07:00
Mike Blumenkrantz ba687d4b20 mark clippers static in previous 3 tests
Reviewers: cedric

Reviewed By: cedric

Tags: #expedite

Differential Revision: https://phab.enlightenment.org/D8888
2019-08-09 12:40:21 -04:00
Mike Blumenkrantz 735ca81d6b add a clipped textblock proxy test
Summary:
this renders a classic text passage split in twain between a real textblock
and a proxy render of the textblock to mimic rendering only a textblock

also provides a define for easily testing against raw textblock render perf
Depends on D8877

Reviewers: cedric, Hermet

Reviewed By: Hermet

Subscribers: Hermet

Tags: #expedite

Differential Revision: https://phab.enlightenment.org/D8878
2019-05-13 07:57:08 -04:00
Mike Blumenkrantz 37093983bf add clipped image proxy test
Summary:
this is a test with lots of image proxies which have clippers
Depends on D8836

Reviewers: cedric

Reviewed By: cedric

Tags: #expedite

Differential Revision: https://phab.enlightenment.org/D8877
2019-05-13 07:56:56 -04:00
Mike Blumenkrantz 3a1058aab1 add test for a clipped masked image
Summary:
this test is the same as one of the other mask tests (I forgot which)
but it clips the mask and then moves/resizes the mask crazily to make
the performance really bad

Reviewers: cedric

Reviewed By: cedric

Tags: #expedite

Differential Revision: https://phab.enlightenment.org/D8836
2019-05-13 07:56:19 -04:00
Lauro Moura 9fd3c26a5e 2to3 modifications to expedite-cmp
Make expedite-cmp runnable with py3

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8700
2019-04-24 09:56:57 -07:00
Cedric BAIL b624cde117 enable git phab to work with expedite repo. 2019-04-24 09:56:56 -07:00
Cedric BAIL 555b18dbaa Update use of buffer map that must specify a valid buffer size now. 2019-03-22 16:21:59 -07:00
Cedric BAIL bbc29b232b Disable debugging code. 2019-03-22 16:15:50 -07:00
Cedric BAIL cd761e5093 Update use of VG API after EFL update. 2019-03-22 16:13:05 -07:00
Cedric BAIL bea0e934ad Last warning to fix. 2019-03-13 17:31:13 -07:00
Cedric BAIL 6feba0405c Stop computing useless number. 2019-03-13 17:24:32 -07:00
Cedric BAIL 0f1d9a77e5 efl: migrate to the new efl_gfx_stack_raise_to_top and efl_gfx_stack_lower_to_bottom. 2019-03-13 17:21:51 -07:00
Cedric BAIL 00ffe9ca86 efl: we now require the Efl_Ui.h header for all the new Eo object. 2019-03-13 17:19:06 -07:00
Cedric BAIL 153818c6bc efl: use new API efl_file_simple_load. 2019-03-13 17:19:06 -07:00
Cedric BAIL a12ab95df0 build: add support for meson build system. 2019-03-13 17:19:06 -07:00
Hermet Park 6a69955e71 up to date version dependency. 2018-06-19 08:18:03 +09:00
Mike Blumenkrantz 27e5e02370 update efl api usage to work with current master
this is a bit hacky in some places where I created wrappers to avoid
having to manually rewrite dozens of function calls in places where I was
unable to sed/awk the changes that were needed

this is a dead project, so submitting such a massive machine-generated patch
for review would be futile. any bugs will probably never be seen since this
app is no longer used

ref T7037
2018-06-18 18:20:58 -04:00
Hermet Park 1587f3e5ea update AUTHORS 2017-10-14 22:57:00 +08:00
Daniel Hirt 9cdc8c68a7 Textblock: fix textblock_basic test
Test's text was changed some time ago, changing the escaped strings e.g.
"&gt;" to "&gt" (i.e. without ";").
Thus, only the starting portion of the text got shown.
Now it's fixed.
2017-06-14 08:20:41 +03:00
Cedric BAIL fe8e23cbc6 make it possible to follow output tick. 2017-06-13 14:33:56 -07:00
Stefan Schmidt e7b11dd328 build: make sure we check for c99 during configure
We have some c99 code in expedite (loop initial declarations) and some
setups bail out when trying to use c89 here. EFL is already enforcing
c99 and compilers have catched up a long time ago.

Fixes T5440
2017-05-10 13:22:22 +02:00
Jean-Philippe Andre 0529ce56b6 images: Fix YUV and other image data tests 2017-01-11 11:10:41 +09:00
Cedric BAIL f59b164351 attempt to use the new buffer_copy_set API.
It does currently crash or fails. Seems to me like an evas issue.
2016-12-27 11:56:49 -08:00
Cedric BAIL cd80106f54 force maximum throughput with latest Ecore_Evas change. 2016-12-27 10:50:05 -08:00
Hermet Park e2a2ef4f86 fix build break.
replace efl_gfx_shape to efl_gfx_path.

Still expedite is screwed up at behaviors... :(
2016-12-02 11:15:35 +09:00
Carsten Haitzler 4ab2935364 expedite ui - stop using invalid argb values 2016-11-11 11:59:02 +09:00
Subhransu Mohanty 525879533a fixed the build break because of api change.
Summary: NOTE: need to check if the api replacements are correct or not

Reviewers: Hermet, jpeg

Differential Revision: https://phab.enlightenment.org/D4329
2016-10-10 14:09:23 +09:00
Hermet Park 46e58922fe ui: fix all eo_event syntax changes.
Eo_Event -> Efl_Event
2016-10-10 14:08:30 +09:00
Jean-Philippe Andre 19657b6d25 ui: Fix build break due to eo api changes (input events) 2016-08-30 15:45:39 +09:00
Hermet Park 05a29c965a fix eo break.
Its api are still unstable. make it work again.
2016-08-22 19:00:56 +09:00
Jean-Philippe Andre ffa005ea3d Switch back to eo_del.
This was a brutal eo_unref -> eo_del. Should be good enough.
2016-07-19 19:03:49 +09:00
Jean-Philippe Andre 95d6a6cd9a Fix compilation for git master (1.18-alpha) 2016-07-19 19:03:49 +09:00
Daniel Hirt e79517e490 Fix build after EFL_CANVAS_RECTANGLE_CLASS change 2016-06-08 10:02:08 +00:00
Jean-Philippe Andre 74007f65bc Fix compilation - use eo_unref and buffer map
Remove eo api usage for TEXT and LINE objects.
This is a very quickly made patch, in order to test. Expedite
tests might need to be fixed up a little bit more if we use eo_halt.

Running expedite spews out TONS of errors.
2016-05-26 18:48:51 +09:00
Tom Hacohen 9a98d6376b Adjust according to the eo event member changes. 2016-04-12 15:27:38 +01:00
Jean-Philippe Andre 185fe20e88 Remove efl_gfx_filled_set() as eo-created images are filled
This is a behaviour change between legacy and eo apis.
To be discussed, of course, if someone disagrees.
2016-03-18 15:02:37 +09:00
Jean-Philippe Andre f7fa84bf93 ui: add more keyboard controls (home/end/pageup/pagedown)
Add support for: up/down/pageup/pagedown/home/end
There behaviour kinda makes sense visually, not logically (ie.
up goes to the left, pageup also, home also).

I didn't add any hint on the ui, just press the keys and test :)
2016-03-18 15:00:29 +09:00
Cedric BAIL f8b38f6c24 migrate to new broken data_get/set api. 2016-03-17 16:54:20 -07:00
Cedric BAIL f9834c142c migrate to new snapshot object. 2016-03-17 16:54:05 -07:00
Cedric BAIL adea5d2b26 migrate to new proxy object. 2016-03-17 16:53:50 -07:00
Cedric BAIL 051a4ec0cf migrate to new efl api. 2016-03-17 16:53:27 -07:00
Cedric BAIL 24eca8a778 evas: use new efl interface polygon API 2016-03-14 15:12:25 -07:00
Tom Hacohen a927cdd1a4 Revert "Automatic migration to the new eo_add syntax."
We reverted those changes.

This reverts commit 1c99584bcb.
2016-03-11 12:40:21 +00:00
Tom Hacohen 1c99584bcb Automatic migration to the new eo_add syntax. 2016-03-09 16:31:15 +00:00
Tom Hacohen 088df1425e Adjust according to recent Eo4 changes. 2016-03-03 14:03:49 +00:00
Tom Hacohen 1c72554acc Eo events: Migrate to the new eo event cb signature. 2016-02-29 11:38:38 +00:00
Nicolas Aguirre 58857a657c expedite: Add 1080p portrait resolution. 2015-11-16 17:11:55 +01:00
Jean-Philippe Andre 91ca743b85 Fix filter in snapshot test
Snaphot objects are opaque. So a color with alpha < 255 is not
valid. I kinda wonder:
- if snapshot objects should really be opaque
- should this have been properly handled by the image object?
2015-10-12 16:56:16 +09:00
Cedric BAIL 9cf0688f99 vg: fix inapropriate parenting of gradient. 2015-09-15 07:45:13 +02:00
Jean-Philippe Andre 6c1e40666d snapshot: simplify filter code. 2015-08-06 11:14:50 +02:00
Cedric BAIL 8e8a079515 snapshot: add a test with blur. 2015-08-06 11:14:40 +02:00
140 changed files with 3690 additions and 3023 deletions

View File

@ -1,4 +1,6 @@
{
"project_id" : "expedite",
"conduit_uri" : "https://phab.enlightenment.org/"
"projects" : "expedite",
"conduit_uri" : "https://phab.enlightenment.org/",
"phabricator.uri" : "https://phab.enlightenment.org/"
}

View File

@ -3,6 +3,6 @@ Tim Horton <hortont424@gmail.com>
Saumsung Electronics <tbd>
Samsung SAIT <tbd>
Bruno Tarquini <btarquini@gmail.com>
ChunEon Park (Hermet) <hermet@hermet.pe.kr>
Hermet Park <hermetpark@gmail.com>
Eduardo Lima (Etrunko) <eblima@gmail.com>
JaEun Choi <jaeun12.choi@samsung.com>

372
INSTALL
View File

@ -1,14 +1,368 @@
COMPILING and INSTALLING:
Installation Instructions
*************************
If you got a official release tar archive do:
./configure
Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
Foundation, Inc.
( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
Then to compile:
make
Basic Installation
==================
To install (run this as root, or the user who handles installs):
make install
Briefly, the shell command './configure && make && make install'
should configure, build, and install this package. The following
more-detailed instructions are generic; see the 'README' file for
instructions specific to this package. Some packages provide this
'INSTALL' file but do not implement all of the features documented
below. The lack of an optional feature in a given package is not
necessarily a bug. More recommendations for GNU packages can be found
in *note Makefile Conventions: (standards)Makefile Conventions.
NOTE: You MUST make install Expedite for it to run properly.
The 'configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a 'Makefile' in each directory of the package.
It may also create one or more '.h' files containing system-dependent
definitions. Finally, it creates a shell script 'config.status' that
you can run in the future to recreate the current configuration, and a
file 'config.log' containing compiler output (useful mainly for
debugging 'configure').
It can also use an optional file (typically called 'config.cache' and
enabled with '--cache-file=config.cache' or simply '-C') that saves the
results of its tests to speed up reconfiguring. Caching is disabled by
default to prevent problems with accidental use of stale cache files.
If you need to do unusual things to compile the package, please try
to figure out how 'configure' could check whether to do them, and mail
diffs or instructions to the address given in the 'README' so they can
be considered for the next release. If you are using the cache, and at
some point 'config.cache' contains results you don't want to keep, you
may remove or edit it.
The file 'configure.ac' (or 'configure.in') is used to create
'configure' by a program called 'autoconf'. You need 'configure.ac' if
you want to change it or regenerate 'configure' using a newer version of
'autoconf'.
The simplest way to compile this package is:
1. 'cd' to the directory containing the package's source code and type
'./configure' to configure the package for your system.
Running 'configure' might take a while. While running, it prints
some messages telling which features it is checking for.
2. Type 'make' to compile the package.
3. Optionally, type 'make check' to run any self-tests that come with
the package, generally using the just-built uninstalled binaries.
4. Type 'make install' to install the programs and any data files and
documentation. When installing into a prefix owned by root, it is
recommended that the package be configured and built as a regular
user, and only the 'make install' phase executed with root
privileges.
5. Optionally, type 'make installcheck' to repeat any self-tests, but
this time using the binaries in their final installed location.
This target does not install anything. Running this target as a
regular user, particularly if the prior 'make install' required
root privileges, verifies that the installation completed
correctly.
6. You can remove the program binaries and object files from the
source code directory by typing 'make clean'. To also remove the
files that 'configure' created (so you can compile the package for
a different kind of computer), type 'make distclean'. There is
also a 'make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
7. Often, you can also type 'make uninstall' to remove the installed
files again. In practice, not all packages have tested that
uninstallation works correctly, even though it is required by the
GNU Coding Standards.
8. Some packages, particularly those that use Automake, provide 'make
distcheck', which can by used by developers to test that all other
targets like 'make install' and 'make uninstall' work correctly.
This target is generally not run by end users.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that
the 'configure' script does not know about. Run './configure --help'
for details on some of the pertinent environment variables.
You can give 'configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here is
an example:
./configure CC=c99 CFLAGS=-g LIBS=-lposix
*Note Defining Variables::, for more details.
Compiling For Multiple Architectures
====================================
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you can use GNU 'make'. 'cd' to the
directory where you want the object files and executables to go and run
the 'configure' script. 'configure' automatically checks for the source
code in the directory that 'configure' is in and in '..'. This is known
as a "VPATH" build.
With a non-GNU 'make', it is safer to compile the package for one
architecture at a time in the source code directory. After you have
installed the package for one architecture, use 'make distclean' before
reconfiguring for another architecture.
On MacOS X 10.5 and later systems, you can create libraries and
executables that work on multiple system types--known as "fat" or
"universal" binaries--by specifying multiple '-arch' options to the
compiler but only a single '-arch' option to the preprocessor. Like
this:
./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
CPP="gcc -E" CXXCPP="g++ -E"
This is not guaranteed to produce working output in all cases, you
may have to build one architecture at a time and combine the results
using the 'lipo' tool if you have problems.
Installation Names
==================
By default, 'make install' installs the package's commands under
'/usr/local/bin', include files under '/usr/local/include', etc. You
can specify an installation prefix other than '/usr/local' by giving
'configure' the option '--prefix=PREFIX', where PREFIX must be an
absolute file name.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option '--exec-prefix=PREFIX' to 'configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like '--bindir=DIR' to specify different values for particular
kinds of files. Run 'configure --help' for a list of the directories
you can set and what kinds of files go in them. In general, the default
for these options is expressed in terms of '${prefix}', so that
specifying just '--prefix' will affect all of the other directory
specifications that were not explicitly provided.
The most portable way to affect installation locations is to pass the
correct locations to 'configure'; however, many packages provide one or
both of the following shortcuts of passing variable assignments to the
'make install' command line to change installation locations without
having to reconfigure or recompile.
The first method involves providing an override variable for each
affected directory. For example, 'make install
prefix=/alternate/directory' will choose an alternate location for all
directory configuration variables that were expressed in terms of
'${prefix}'. Any directories that were specified during 'configure',
but not in terms of '${prefix}', must each be overridden at install time
for the entire installation to be relocated. The approach of makefile
variable overrides for each directory variable is required by the GNU
Coding Standards, and ideally causes no recompilation. However, some
platforms have known limitations with the semantics of shared libraries
that end up requiring recompilation when using this method, particularly
noticeable in packages that use GNU Libtool.
The second method involves providing the 'DESTDIR' variable. For
example, 'make install DESTDIR=/alternate/directory' will prepend
'/alternate/directory' before all installation names. The approach of
'DESTDIR' overrides is not required by the GNU Coding Standards, and
does not work on platforms that have drive letters. On the other hand,
it does better at avoiding recompilation issues, and works well even
when some directory options were not specified in terms of '${prefix}'
at 'configure' time.
Optional Features
=================
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving 'configure' the
option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'.
Some packages pay attention to '--enable-FEATURE' options to
'configure', where FEATURE indicates an optional part of the package.
They may also pay attention to '--with-PACKAGE' options, where PACKAGE
is something like 'gnu-as' or 'x' (for the X Window System). The
'README' should mention any '--enable-' and '--with-' options that the
package recognizes.
For packages that use the X Window System, 'configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the 'configure' options '--x-includes=DIR' and
'--x-libraries=DIR' to specify their locations.
Some packages offer the ability to configure how verbose the
execution of 'make' will be. For these packages, running './configure
--enable-silent-rules' sets the default to minimal output, which can be
overridden with 'make V=1'; while running './configure
--disable-silent-rules' sets the default to verbose, which can be
overridden with 'make V=0'.
Particular systems
==================
On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC
is not installed, it is recommended to use the following options in
order to use an ANSI C compiler:
./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
HP-UX 'make' updates targets which have the same time stamps as their
prerequisites, which makes it generally unusable when shipped generated
files such as 'configure' are involved. Use GNU 'make' instead.
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
parse its '<wchar.h>' header file. The option '-nodtk' can be used as a
workaround. If GNU CC is not installed, it is therefore recommended to
try
./configure CC="cc"
and if that doesn't work, try
./configure CC="cc -nodtk"
On Solaris, don't put '/usr/ucb' early in your 'PATH'. This
directory contains several dysfunctional programs; working variants of
these programs are available in '/usr/bin'. So, if you need '/usr/ucb'
in your 'PATH', put it _after_ '/usr/bin'.
On Haiku, software installed for all users goes in '/boot/common',
not '/usr/local'. It is recommended to use the following options:
./configure --prefix=/boot/common
Specifying the System Type
==========================
There may be some features 'configure' cannot figure out
automatically, but needs to determine by the type of machine the package
will run on. Usually, assuming the package is built to be run on the
_same_ architectures, 'configure' can figure that out, but if it prints
a message saying it cannot guess the machine type, give it the
'--build=TYPE' option. TYPE can either be a short name for the system
type, such as 'sun4', or a canonical name which has the form:
CPU-COMPANY-SYSTEM
where SYSTEM can have one of these forms:
OS
KERNEL-OS
See the file 'config.sub' for the possible values of each field. If
'config.sub' isn't included in this package, then this package doesn't
need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should
use the option '--target=TYPE' to select the type of system they will
produce code for.
If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with '--host=TYPE'.
Sharing Defaults
================
If you want to set default values for 'configure' scripts to share,
you can create a site shell script called 'config.site' that gives
default values for variables like 'CC', 'cache_file', and 'prefix'.
'configure' looks for 'PREFIX/share/config.site' if it exists, then
'PREFIX/etc/config.site' if it exists. Or, you can set the
'CONFIG_SITE' environment variable to the location of the site script.
A warning: not all 'configure' scripts look for a site script.
Defining Variables
==================
Variables not defined in a site shell script can be set in the
environment passed to 'configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the 'configure' command line, using 'VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
causes the specified 'gcc' to be used as the C compiler (unless it is
overridden in the site shell script).
Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an
Autoconf limitation. Until the limitation is lifted, you can use this
workaround:
CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
'configure' Invocation
======================
'configure' recognizes the following options to control how it
operates.
'--help'
'-h'
Print a summary of all of the options to 'configure', and exit.
'--help=short'
'--help=recursive'
Print a summary of the options unique to this package's
'configure', and exit. The 'short' variant lists options used only
in the top level, while the 'recursive' variant lists options also
present in any nested packages.
'--version'
'-V'
Print the version of Autoconf used to generate the 'configure'
script, and exit.
'--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally 'config.cache'. FILE defaults to '/dev/null' to
disable caching.
'--config-cache'
'-C'
Alias for '--cache-file=config.cache'.
'--quiet'
'--silent'
'-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to '/dev/null' (any error
messages will still be shown).
'--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
'configure' can determine that directory automatically.
'--prefix=DIR'
Use DIR as the installation prefix. *note Installation Names:: for
more details, including other options available for fine-tuning the
installation locations.
'--no-create'
'-n'
Run the configure checks, but stop before creating any output
files.
'configure' also accepts some other, not widely useful, options. Run
'configure --help' for more details.

View File

@ -3,14 +3,14 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT([expedite], [1.11.99], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([expedite], [1.23.0], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.52])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([1.6 dist-bzip2])
AM_INIT_AUTOMAKE([1.6 dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
PKG_PROG_PKG_CONFIG
@ -18,97 +18,46 @@ PKG_PROG_PKG_CONFIG
### Checks for programs
AC_ISC_POSIX
m4_ifdef([AC_PROG_OBJC],
[
AC_PROG_OBJC
_AM_DEPENDENCIES(OBJC)
],
[
AC_CHECK_TOOL([OBJC], [gcc])
AC_SUBST([OBJC])
AC_SUBST([OBJCFLAGS])
]
)
AC_PROG_CXX
AC_PROG_CC
LT_PROG_RC
### Checks for libraries
# Evil library for compilation on Windows
case "$host_os" in
mingw32*)
PKG_CHECK_MODULES([EVIL], [evil >= 1.7.99])
AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed])
;;
esac
# EFL dependencies
efl_version="1.23.0"
requirement_expedite=" \
eo >= ${efl_version} \
efl >= ${efl_version} \
eina >= ${efl_version} \
evas >= ${efl_version} \
eet >= ${efl_version} \
ecore-evas >= ${efl_version} \
ecore >= ${efl_version}"
PKG_CHECK_MODULES([EFL], eina >= 1.7.99 efl >= 1.13.0 eo >= 1.7.99 evas >= 1.7.99 eet >= 1.7.99 ecore-evas >= 1.7.99 ecore >= 1.7.99)
AC_SUBST(requirement_expedite)
PKG_CHECK_MODULES([EFL], [${requirement_expedite}])
EFL_ENABLE_EO_API_SUPPORT
EFL_ENABLE_BETA_API_SUPPORT
### Checks for header files
### Checks for types
### Checks for structures
### Checks for compiler characteristics
AC_HEADER_STDC
AC_C_CONST
AC_PROG_CC_C99
AM_PROG_CC_C_O
AC_C___ATTRIBUTE__
WIN32_CFLAGS=""
case "$host_os" in
cegcc*)
WIN32_CFLAGS="-mwin32"
;;
esac
AC_SUBST(WIN32_CFLAGS)
EXPEDITE_CXXFLAGS=""
AC_LANG_PUSH([C++])
CXXFLAGS_save="${CXXFLAGS}"
CXXFLAGS="${CXXFLAGS} -fno-rtti -fno-exceptions"
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([[]])],
[have_cxx_flags="yes"],
[have_cxx_flags="no"])
AC_MSG_CHECKING([whether the compiler supports -fno-rtti -fno-exceptions])
AC_MSG_RESULT([${have_cxx_flags}])
CXXFLAGS="${CXXFLAGS_save}"
if test "x${have_cxx_flags}" = "xyes" ; then
EXPEDITE_CXXFLAGS="-fno-rtti -fno-exceptions"
if test "x${ac_cv_prog_cc_c99}" = "xno" ; then
AC_MSG_ERROR([expedite requires a c99-capable compiler])
fi
AC_LANG_POP([C++])
AC_SUBST(EXPEDITE_CXXFLAGS)
### Checks for linker characteristics
lt_enable_auto_import=""
case "$host_os" in
mingw* | cegcc*)
lt_enable_auto_import="-Wl,--enable-auto-import"
;;
esac
AC_SUBST(lt_enable_auto_import)
### Checks for library functions
AC_CHECK_FUNCS([sync])

BIN
data/9patch_test.9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

61
data/meson.build Normal file
View File

@ -0,0 +1,61 @@
files = [ 'Kochi.ttf',
'Vera.ttf',
'VeraBI.ttf',
'VeraBd.ttf',
'VeraIt.ttf',
'VeraMoBI.ttf',
'VeraMoBd.ttf',
'VeraMoIt.ttf',
'VeraMono.ttf',
'VeraSe.ttf',
'VeraSeBd.ttf',
'fonts.alias',
'fonts.dir',
'logo.png',
'e-logo.png',
'e.png',
'image.png',
'bar.png',
'frame.png',
'stretch.png',
'9patch_test.9.png',
'pan.png',
'tp.png',
'tp.yuv',
'icon_sel.png',
'text_sel.png',
'exit.png',
'watch.png',
'bug.png',
'bulb.png',
'camera.png',
'colorbox.png',
'error.png',
'flower.png',
'house.png',
'mushroom.png',
'pulse.png',
'typewriter.png',
'warning.png',
'im1.png',
'im2.png',
'cube1.png',
'cube2.png',
'cube3.png',
'cube4.png',
'cube5.png',
'cube6.png',
'text.png',
'rect.png',
'blend.png',
'map.png',
'3d.png',
'data.png',
'widgets.png',
'e-logo-2.png',
'e-logo-mask.png',
'texture.png',
'vector.png' ]
install_data(files, install_dir: join_paths(get_option('datadir'),
meson.project_name(), 'data'))

BIN
data/stretch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

63
meson.build Normal file
View File

@ -0,0 +1,63 @@
project('expedite', 'c',
version: '1.23.0',
default_options: ['c_std=gnu99'],
license: 'BSD')
cc = meson.get_compiler('c')
prefix = get_option('prefix')
add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c')
config_data = configuration_data()
config_data.set('EFL_BETA_API_SUPPORT', 1)
config_data.set_quoted('PACKAGE_VERSION', meson.project_version())
config_data.set_quoted('PACKAGE', meson.project_name())
config_data.set_quoted('PACKAGE_BUGREPORT',
'enlightenment-devel@lists.sourceforge.net')
config_data.set_quoted('PACKAGE_NAME', meson.project_name())
config_data.set_quoted('PACKAGE_TARNAME', meson.project_name())
config_data.set_quoted('PACKAGE_URL',
'https://www.enlightenment.org/')
config_data.set_quoted('PACKAGE_BIN_DIR',
join_paths(prefix, get_option('bindir')))
config_data.set_quoted('PACKAGE_DATA_DIR',
join_paths(prefix, get_option('datadir'),
meson.project_name()))
config_data.set_quoted('PACKAGE_LIB_DIR',
join_paths(prefix, get_option('libdir')))
config_data.set_quoted('LOCALEDIR', join_paths(prefix, get_option('localedir')))
host_os = host_machine.system()
if host_os == 'linux'
config_data.set('_GNU_SOURCE', 1)
config_data.set('__EXTENSIONS__', 1)
config_data.set('_POSIX_PTHREAD_SEMANTICS', 1)
config_data.set('_TANDEM_SOURCE', 1)
config_data.set('_ALL_SOURCE', 1)
config_data.set('_POSIX_SOURCE', 1)
config_data.set('_POSIX_1_SOURCE', 1)
endif
efl_version = '1.23.0'
efl_deps = ['eina',
'eet',
'eo',
'efl',
'evas',
'ecore',
'ecore-evas',
'elementary']
expedite_dependencies = []
foreach efl_dep: efl_deps
dep = dependency(efl_dep, version: '>=' + efl_version)
expedite_dependencies += [dep]
endforeach
configure_file(output: 'config.h',
configuration: config_data)
config_dir = include_directories('.')
subdir('src/bin')
subdir('data')

View File

@ -6,8 +6,7 @@ AM_CPPFLAGS = \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@EFL_CFLAGS@ \
@EVIL_CFLAGS@
@EFL_CFLAGS@
bin_PROGRAMS = expedite
bin_SCRIPTS = expedite-cmp
@ -50,6 +49,8 @@ image_blend_smooth_solid_same_scaled.c \
image_blend_border.c \
image_blend_solid_middle_border.c \
image_blend_solid_border.c \
image_blend_solid_stretch.c \
image_blend_solid_9patch.c \
image_blend_border_recolor.c \
image_map_rotate.c \
image_map_solid_rotate.c \
@ -86,6 +87,7 @@ textblock_basic.c \
textblock_intl.c \
textblock_auto_align.c \
textblock_text_append.c \
textblock_text_fill_format.c \
rect_blend.c \
rect_blend_pow2.c \
rect_solid.c \
@ -108,6 +110,8 @@ poly_blend.c \
proxy_image.c \
proxy_text_fixed.c \
proxy_text_random.c \
proxy_textblock.c \
proxy_image_clipped.c \
line_blend.c \
image_blend_many_smooth_same_scaled.c \
font_effect_blur_alpha.c \
@ -125,20 +129,16 @@ image_mask_10.c \
image_mask_11.c \
image_mask_12.c \
image_mask_13.c \
image_mask_clipped.c \
vg_basic_rect.c \
vg_basic_circle.c \
vg_basic_gradient.c \
vg_scaled.c
vg_scaled.c \
snapshot_widgets_file_icons.c
# \
# image_mask_14.c \
# image_mask_15.c
expedite_CFLAGS = @WIN32_CFLAGS@
expedite_CXXFLAGS = @EXPEDITE_CXXFLAGS@
expedite_LDADD = @EFL_LIBS@ @EVIL_LIBS@ -lm
expedite_LDFLAGS = @lt_enable_auto_import@
.rc.lo:
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@
expedite_LDADD = @EFL_LIBS@ -lm
EXTRA_DIST = $(bin_SCRIPTS)

View File

@ -6,32 +6,28 @@ static void
_setup(void)
{
Evas_Object *o;
Evas_Textblock_Style *st;
o = eo_add(EVAS_TEXTBLOCK_CLASS, evas);
eo_do(o, efl_gfx_position_set(10, 40),
efl_gfx_size_set(win_w - 20, win_h - 50),
efl_gfx_visible_set(EINA_TRUE));
st = evas_textblock_style_new();
evas_textblock_style_set
(st,
"DEFAULT='font=Vera font_size=8 align=left color=#000 wrap=word'"
"center='+ font=Vera font_size=10 align=center'"
"/center='- \n \n'"
"p='+ font=Vera font_size=10 align=left'"
"/p='- \n \n'"
);
eo_do(o, evas_obj_textblock_style_set(st),
evas_obj_textblock_clear(),
evas_obj_textblock_text_markup_set
("<center>"
o = efl_add(EFL_CANVAS_TEXTBLOCK_CLASS, evas);
efl_gfx_entity_position_set(o, EINA_POSITION2D(10, 40));
efl_gfx_entity_size_set(o, EINA_SIZE2D(win_w - 20, win_h - 50));
efl_gfx_entity_visible_set(o, EINA_TRUE);
efl_text_font_family_set(o, "Vera");
efl_text_font_size_set(o, 10);
efl_text_color_set(o, 0, 0, 0, 255);
efl_text_multiline_set(o, EINA_TRUE);
efl_text_horizontal_align_set(o, 0.5);
efl_text_wrap_set(o, EFL_TEXT_FORMAT_WRAP_WORD);
efl_text_markup_set
(o,
"Enlightenment used to be a window manager project, but "
"since has changed a lot to become a miniature desktop and mobile "
"device environment all of its own. It is now made up of many "
"components (libraries and applications) that have specific uses. "
"It is very large, and so requires more testing and demonstration."
"</center>"
"</br>"
"<center>"
"Expedite is a full test suite for Evas, which is one of the "
"core components of the Enlightenment Foundation Libraries. Evas "
@ -39,10 +35,8 @@ _setup(void)
"render to many targets, including framebuffer, X11, OpenGL, memory, "
"DirectFB and other targets to boot. It handles high level graphic "
"layout descriptions that applications set up, dealing with the hard "
"work of doing the drawing for them."
"</center>"
));
evas_textblock_style_free(st);
"work of doing the drawing for them.");
o_text = o;
ui_fps(0.0);
}
@ -50,7 +44,7 @@ _setup(void)
static void
_cleanup(void)
{
eo_del(o_text);
efl_del(o_text);
o_text = NULL;
}
@ -61,7 +55,7 @@ _loop(double t EINA_UNUSED,
}
static void
_key(char *key)
_key(const char *key)
{
if ((!strcmp(key, "Escape")) || (!strcmp(key, "q")) || (!strcmp(key, "Q")))
{
@ -73,6 +67,5 @@ _key(char *key)
void
about_start(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}

View File

@ -1,288 +0,0 @@
#include "main.h"
#include <windowsx.h>
#include <Evas_Engine_Direct3D.h>
static HWND window;
static HINSTANCE instance;
static LRESULT CALLBACK
MainWndProc(HWND hwnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam)
{
switch (uMsg)
{
case WM_CREATE:
return 0;
case WM_DESTROY:
PostQuitMessage(0);
return 0;
case WM_CLOSE:
PostQuitMessage(0);
return 0;
case WM_PAINT: {
PAINTSTRUCT ps;
HDC hdc;
hdc = BeginPaint (window, &ps);
evas_damage_rectangle_add(evas,
ps.rcPaint.left, ps.rcPaint.top,
ps.rcPaint.right - ps.rcPaint.left,
ps.rcPaint.bottom - ps.rcPaint.top);
EndPaint(window, &ps);
return 0;
}
case WM_SIZING:
{
PRECT rect = (PRECT)lParam;
evas_output_viewport_set(evas, 0, 0,
rect->right - rect->left,
rect->bottom - rect->top);
evas_output_size_set(evas,
rect->right - rect->left,
rect->bottom - rect->top);
win_w = rect->right - rect->left;
win_h = rect->bottom - rect->top;
return 0;
}
case WM_RBUTTONDOWN:
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
evas_event_feed_mouse_down(evas, 3, EVAS_BUTTON_NONE, 0, NULL);
return 0;
case WM_LBUTTONDOWN:
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
evas_event_feed_mouse_down(evas, 1, EVAS_BUTTON_NONE, 0, NULL);
return 0;
case WM_LBUTTONUP:
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
evas_event_feed_mouse_up(evas, 1, EVAS_BUTTON_NONE, 0, NULL);
return 0;
case WM_RBUTTONUP:
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
evas_event_feed_mouse_up(evas, 3, EVAS_BUTTON_NONE, 0, NULL);
return 0;
case WM_MOUSEMOVE:
if (!evas_pointer_inside_get(evas)) evas_event_feed_mouse_in(evas, 0, NULL);
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
return 0;
case WM_MOUSELEAVE:
evas_event_feed_mouse_out(evas, 0, NULL);
return 0;
/* FIXME : can't find an event when the mouse is entering */
case WM_KEYDOWN:
case WM_SYSKEYDOWN: {
int key;
key = LOWORD(wParam);
if ((key == VK_SHIFT) ||
(key == VK_LSHIFT) ||
(key == VK_RSHIFT))
evas_key_modifier_on(evas, "Shift");
if ((key == VK_CONTROL) ||
(key == VK_LCONTROL) ||
(key == VK_RCONTROL))
evas_key_modifier_on(evas, "Control");
if ((key == VK_MENU) ||
(key == VK_LMENU) ||
(key == VK_RMENU))
evas_key_modifier_on(evas, "Alt");
if ((key == VK_LWIN) ||
(key == VK_RWIN))
evas_key_modifier_on(evas, "Super");
if (key == VK_CAPITAL)
{
if (evas_key_lock_is_set(evas_key_lock_get(evas), "Caps_Lock"))
evas_key_lock_off(evas, "Caps_Lock");
else
evas_key_lock_on(evas, "Caps_Lock");
}
if (key == VK_NUMLOCK)
{
if (evas_key_lock_is_set(evas_key_lock_get(evas), "Num_Lock"))
evas_key_lock_off(evas, "Num_Lock");
else
evas_key_lock_on(evas, "Num_Lock");
}
if (key == VK_SCROLL)
{
if (evas_key_lock_is_set(evas_key_lock_get(evas), "Scroll_Lock"))
evas_key_lock_off(evas, "Scroll_Lock");
else
evas_key_lock_on(evas, "Scroll_Lock");
}
if (key == VK_ESCAPE)
evas_event_feed_key_down(evas, "Escape", "Escape", NULL, NULL, 0, NULL);
if (key == VK_RETURN)
evas_event_feed_key_down(evas, "Return", "Return", NULL, NULL, 0, NULL);
if (key == VK_LEFT)
evas_event_feed_key_down(evas, "Left", "Left", NULL, NULL, 0, NULL);
if (key == VK_RIGHT)
evas_event_feed_key_down(evas, "Right", "Right", NULL, NULL, 0, NULL);
if (key == 81)
evas_event_feed_key_down(evas, "Q", "Q", NULL, NULL, 0, NULL);
if (key == 113)
evas_event_feed_key_down(evas, "q", "q", NULL, NULL, 0, NULL);
return 0;
}
case WM_KEYUP:
case WM_SYSKEYUP: {
int key;
key = LOWORD(wParam);
if ((key == VK_SHIFT) ||
(key == VK_LSHIFT) ||
(key == VK_RSHIFT))
evas_key_modifier_off(evas, "Shift");
if ((key == VK_CONTROL) ||
(key == VK_LCONTROL) ||
(key == VK_RCONTROL))
evas_key_modifier_off(evas, "Control");
if ((key == VK_MENU) ||
(key == VK_LMENU) ||
(key == VK_RMENU))
evas_key_modifier_off(evas, "Alt");
if ((key == VK_LWIN) ||
(key == VK_RWIN))
evas_key_modifier_off(evas, "Super");
if (key == VK_ESCAPE)
evas_event_feed_key_up(evas, "Escape", "Escape", NULL, NULL, 0, NULL);
if (key == VK_RETURN)
evas_event_feed_key_up(evas, "Return", "Return", NULL, NULL, 0, NULL);
if (key == VK_LEFT)
evas_event_feed_key_up(evas, "Left", "Left", NULL, NULL, 0, NULL);
if (key == VK_RIGHT)
evas_event_feed_key_up(evas, "Right", "Right", NULL, NULL, 0, NULL);
if (key == 81)
evas_event_feed_key_up(evas, "Q", "Q", NULL, NULL, 0, NULL);
if (key == 113)
evas_event_feed_key_up(evas, "q", "q", NULL, NULL, 0, NULL);
return 0;
}
default:
return DefWindowProc(hwnd, uMsg, wParam, lParam);
}
}
Eina_Bool
engine_direct3d_args(const char *engine, int width, int height)
{
WNDCLASS wc;
RECT rect;
HDC dc;
MSG msg;
Evas_Engine_Info_Direct3D *einfo;
DWORD style;
int depth;
int i;
instance = GetModuleHandle(NULL);
if (!instance) return EINA_FALSE;
wc.style = 0;
wc.lpfnWndProc = MainWndProc;
wc.cbClsExtra = 0;
wc.cbWndExtra = 0;
wc.hInstance = instance;
wc.hIcon = LoadIcon (NULL, IDI_APPLICATION);
wc.hCursor = LoadCursor (NULL, IDC_ARROW);
wc.hbrBackground = GetSysColorBrush(COLOR_BTNFACE);
wc.lpszMenuName = NULL;
wc.lpszClassName = "Evas_Direct3D_Test";
if(!RegisterClass(&wc))
goto free_library;
rect.left = 0;
rect.top = 0;
rect.right = width;
rect.bottom = height;
AdjustWindowRect (&rect, WS_OVERLAPPEDWINDOW | WS_SIZEBOX, FALSE);
window = CreateWindowEx(0,
"Evas_Direct3D_Test",
"Evas_Direct3D_Test",
WS_OVERLAPPEDWINDOW | WS_SIZEBOX,
CW_USEDEFAULT, CW_USEDEFAULT,
rect.right - rect.left, rect.bottom - rect.top,
NULL, NULL, instance, NULL);
if (!window)
goto unregister_class;
/* make the window non resizable */
style = GetWindowLong(window, GWL_STYLE);
style &= ~WS_THICKFRAME;
if (!SetWindowLong(window, GWL_STYLE, style))
goto unregister_class;
dc = GetDC(NULL);
if (!dc)
goto destroy_window;
depth = GetDeviceCaps(dc, BITSPIXEL);
ReleaseDC(NULL, dc);
evas_output_method_set(evas, evas_render_method_lookup("direct3d"));
einfo = (Evas_Engine_Info_Direct3D *)evas_engine_info_get(evas);
if (!einfo)
{
fprintf(stderr, "Evas does not support the Direct3D Engine\n");
goto destroy_window;
}
einfo->info.window = window;
einfo->info.depth = depth;
einfo->info.rotation = 0;
if (!evas_engine_info_set(evas, (Evas_Engine_Info *)einfo))
{
printf("Evas can not setup the informations of the Direct3D Engine\n");
goto destroy_window;
}
/* the second parameter is ignored, as it's the first call of ShowWindow */
ShowWindow(window, SW_SHOWDEFAULT);
UpdateWindow(window);
return EINA_TRUE;
destroy_window:
DestroyWindow(window);
unregister_class:
UnregisterClass("Evas_Direct3D_Test", instance);
free_library:
FreeLibrary(instance);
return EINA_FALSE;
}
void
engine_direct3d_loop(void)
{
MSG msg;
int res;
again:
if (!PeekMessage (&msg, window, 0, 0, PM_NOREMOVE))
return;
res = GetMessage (&msg, NULL, 0, 0);
TranslateMessage (&msg);
DispatchMessage (&msg);
goto again;
}
void
engine_direct3d_shutdown(void)
{
DestroyWindow(window);
UnregisterClass("Evas_Direct3D_Test", instance);
FreeLibrary(instance);
}

View File

@ -1 +0,0 @@
HI_RES_AWARE CEUX {1}

View File

@ -1,291 +0,0 @@
#include "main.h"
#include <windowsx.h>
#include <Evas_Engine_Software_DDraw.h>
static HWND window;
static HINSTANCE instance;
static LRESULT CALLBACK
MainWndProc(HWND hwnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam)
{
switch (uMsg)
{
case WM_CREATE:
return 0;
case WM_DESTROY:
PostQuitMessage(0);
return 0;
case WM_CLOSE:
PostQuitMessage(0);
return 0;
case WM_WINDOWPOSCHANGED: {
PAINTSTRUCT ps;
HDC hdc;
hdc = BeginPaint (window, &ps);
evas_damage_rectangle_add(evas,
ps.rcPaint.left, ps.rcPaint.top,
ps.rcPaint.right - ps.rcPaint.left,
ps.rcPaint.bottom - ps.rcPaint.top);
EndPaint(window, &ps);
return 0;
}
case WM_SIZING:
{
PRECT rect = (PRECT)lParam;
evas_output_viewport_set(evas, 0, 0,
rect->right - rect->left,
rect->bottom - rect->top);
evas_output_size_set(evas,
rect->right - rect->left,
rect->bottom - rect->top);
win_w = rect->right - rect->left;
win_h = rect->bottom - rect->top;
return 0;
}
case WM_RBUTTONDOWN:
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
evas_event_feed_mouse_down(evas, 3, EVAS_BUTTON_NONE, 0, NULL);
return 0;
case WM_LBUTTONDOWN:
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
evas_event_feed_mouse_down(evas, 1, EVAS_BUTTON_NONE, 0, NULL);
return 0;
case WM_LBUTTONUP:
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
evas_event_feed_mouse_up(evas, 1, EVAS_BUTTON_NONE, 0, NULL);
return 0;
case WM_RBUTTONUP:
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
evas_event_feed_mouse_up(evas, 3, EVAS_BUTTON_NONE, 0, NULL);
return 0;
case WM_MOUSEMOVE:
if (!evas_pointer_inside_get(evas)) evas_event_feed_mouse_in(evas, 0, NULL);
evas_event_feed_mouse_move(evas, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam), 0, NULL);
return 0;
case WM_MOUSELEAVE:
evas_event_feed_mouse_out(evas, 0, NULL);
return 0;
/* FIXME : can't find an event when the mouse is entering */
case WM_KEYDOWN:
case WM_SYSKEYDOWN: {
int key;
key = LOWORD(wParam);
if ((key == VK_SHIFT) ||
(key == VK_LSHIFT) ||
(key == VK_RSHIFT))
evas_key_modifier_on(evas, "Shift");
if ((key == VK_CONTROL) ||
(key == VK_LCONTROL) ||
(key == VK_RCONTROL))
evas_key_modifier_on(evas, "Control");
if ((key == VK_MENU) ||
(key == VK_LMENU) ||
(key == VK_RMENU))
evas_key_modifier_on(evas, "Alt");
if ((key == VK_LWIN) ||
(key == VK_RWIN))
evas_key_modifier_on(evas, "Super");
if (key == VK_CAPITAL)
{
if (evas_key_lock_is_set(evas_key_lock_get(evas), "Caps_Lock"))
evas_key_lock_off(evas, "Caps_Lock");
else
evas_key_lock_on(evas, "Caps_Lock");
}
if (key == VK_NUMLOCK)
{
if (evas_key_lock_is_set(evas_key_lock_get(evas), "Num_Lock"))
evas_key_lock_off(evas, "Num_Lock");
else
evas_key_lock_on(evas, "Num_Lock");
}
if (key == VK_SCROLL)
{
if (evas_key_lock_is_set(evas_key_lock_get(evas), "Scroll_Lock"))
evas_key_lock_off(evas, "Scroll_Lock");
else
evas_key_lock_on(evas, "Scroll_Lock");
}
if (key == VK_ESCAPE)
evas_event_feed_key_down(evas, "Escape", "Escape", NULL, NULL, 0, NULL);
if (key == VK_RETURN)
evas_event_feed_key_down(evas, "Return", "Return", NULL, NULL, 0, NULL);
if (key == VK_LEFT)
evas_event_feed_key_down(evas, "Left", "Left", NULL, NULL, 0, NULL);
if (key == VK_RIGHT)
evas_event_feed_key_down(evas, "Right", "Right", NULL, NULL, 0, NULL);
if (key == 81)
evas_event_feed_key_down(evas, "Q", "Q", NULL, NULL, 0, NULL);
if (key == 113)
evas_event_feed_key_down(evas, "q", "q", NULL, NULL, 0, NULL);
return 0;
}
case WM_KEYUP:
case WM_SYSKEYUP: {
int key;
key = LOWORD(wParam);
if ((key == VK_SHIFT) ||
(key == VK_LSHIFT) ||
(key == VK_RSHIFT))
evas_key_modifier_off(evas, "Shift");
if ((key == VK_CONTROL) ||
(key == VK_LCONTROL) ||
(key == VK_RCONTROL))
evas_key_modifier_off(evas, "Control");
if ((key == VK_MENU) ||
(key == VK_LMENU) ||
(key == VK_RMENU))
evas_key_modifier_off(evas, "Alt");
if ((key == VK_LWIN) ||
(key == VK_RWIN))
evas_key_modifier_off(evas, "Super");
if (key == VK_ESCAPE)
evas_event_feed_key_up(evas, "Escape", "Escape", NULL, NULL, 0, NULL);
if (key == VK_RETURN)
evas_event_feed_key_up(evas, "Return", "Return", NULL, NULL, 0, NULL);
if (key == VK_LEFT)
evas_event_feed_key_up(evas, "Left", "Left", NULL, NULL, 0, NULL);
if (key == VK_RIGHT)
evas_event_feed_key_up(evas, "Right", "Right", NULL, NULL, 0, NULL);
if (key == 81)
evas_event_feed_key_up(evas, "Q", "Q", NULL, NULL, 0, NULL);
if (key == 113)
evas_event_feed_key_up(evas, "q", "q", NULL, NULL, 0, NULL);
return 0;
}
default:
return DefWindowProc(hwnd, uMsg, wParam, lParam);
}
}
Eina_Bool
engine_software_ddraw_args(const char *engine, int width, int height)
{
WNDCLASS wc;
RECT rect;
HDC dc;
Evas_Engine_Info_Software_DDraw *einfo;
DWORD style;
DWORD exstyle;
int depth;
int i;
instance = GetModuleHandle(NULL);
if (!instance) return 0;
wc.style = CS_HREDRAW | CS_VREDRAW;
wc.lpfnWndProc = MainWndProc;
wc.cbClsExtra = 0;
wc.cbWndExtra = 0;
wc.hInstance = instance;
wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
wc.hCursor = LoadCursor(NULL, IDC_ARROW);
wc.hbrBackground = GetSysColorBrush(COLOR_BTNFACE);
wc.lpszMenuName = NULL;
wc.lpszClassName = "Evas_Software_DDraw_Test";
if(!RegisterClass(&wc))
goto free_library;
style = WS_OVERLAPPEDWINDOW | WS_SIZEBOX;
exstyle = 0;
rect.left = 0;
rect.top = 0;
rect.right = width;
rect.bottom = height;
AdjustWindowRectEx (&rect, style, FALSE, exstyle);
window = CreateWindowEx(exstyle,
"Evas_Software_DDraw_Test",
"Evas_Software_DDraw_Test",
style,
CW_USEDEFAULT, CW_USEDEFAULT,
rect.right - rect.left, rect.bottom - rect.top,
NULL, NULL, instance, NULL);
if (!window)
goto unregister_class;
/* make the window non resizable */
style = GetWindowLong(window, GWL_STYLE);
style &= ~WS_THICKFRAME;
if (!SetWindowLong(window, GWL_STYLE, style))
goto destroy_window;
dc = GetDC(NULL);
if (!dc)
goto destroy_window;
depth = GetDeviceCaps(dc, BITSPIXEL);
ReleaseDC(NULL, dc);
evas_output_method_set(evas, evas_render_method_lookup("software_ddraw"));
einfo = (Evas_Engine_Info_Software_DDraw *)evas_engine_info_get(evas);
if (!einfo)
{
fprintf(stderr, "Evas does not support the Software DirectDraw Engine\n");
goto destroy_window;
}
einfo->info.window = window;
einfo->info.depth = depth;
einfo->info.rotation = 0;
if (!evas_engine_info_set(evas, (Evas_Engine_Info *) einfo))
{
printf("Evas can not setup the informations of the Software DirectDraw Engine\n");
goto destroy_window;
}
/* the second parameter is ignored, as it's the first call of ShowWindow */
ShowWindow(window, SW_SHOWDEFAULT);
UpdateWindow(window);
return 1;
destroy_window:
DestroyWindow(window);
unregister_class:
UnregisterClass("Evas_Software_DDraw_Test", instance);
free_library:
FreeLibrary(instance);
return 0;
}
void
engine_software_ddraw_loop(void)
{
MSG msg;
int res;
again:
if (!PeekMessage (&msg, window, 0, 0, PM_NOREMOVE))
return;
res = GetMessage (&msg, NULL, 0, 0);
TranslateMessage (&msg);
DispatchMessage (&msg);
goto again;
}
void
engine_software_ddraw_shutdown(void)
{
DestroyWindow(window);
UnregisterClass("Evas_Software_DDraw_Test", instance);
FreeLibrary(instance);
}

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python
from __future__ import print_function
import sys
import os
import os.path
@ -56,10 +58,16 @@ tests = []
for f in files:
d = data[f] = {}
for row in csv.reader(open(f)):
if len(row) < 2:
continue
t = row[1].strip()
try:
val = float(row[0])
except ValueError:
continue
if f == ref_f:
tests.append(t)
d[t] = float(row[0])
d[t] = val
max_test_name = max(len(t), max_test_name)
def report_text():
@ -68,12 +76,12 @@ def report_text():
fmtsize = len(options.format % {"value": 12345.67, "percentual": 1234.56})
hdrfmt = "%%%d.%ds" % (fmtsize, fmtsize)
print test_name_fmt % "\\",
print "%7.7s" % (files[0][-7:],),
print(test_name_fmt % "\\", end=' ')
print("%7.7s" % (files[0][-7:],), end=' ')
for f in files[1:]:
n, e = os.path.splitext(f)
print hdrfmt % n[-fmtsize:],
print
print(hdrfmt % n[-fmtsize:], end=' ')
print()
if options.color and os.environ.get("TERM", "") in (
"xterm", "xterm-color", "rxvt", "rxvt-unicode", "screen",
@ -90,14 +98,14 @@ def report_text():
def print_row(test):
print test_name_fmt % test,
print(test_name_fmt % test, end=' ')
ref_val = data[ref_f][test]
print "%7.2f" % ref_val,
print("%7.2f" % ref_val, end=' ')
for f in others_f:
try:
val = data[f][test]
except KeyError:
print "-?????-",
print("-?????-", end=' ')
continue
percent = (val - ref_val) / ref_val
@ -111,9 +119,9 @@ def report_text():
fmt = options.format % {"value": val, "percentual": percent * 100}
if len(fmt) < fmtsize:
fmt = hdrfmt % fmt
print "%s%s%s" % (c, fmt, color_reset),
print("%s%s%s" % (c, fmt, color_reset), end=' ')
print
print()
for t in tests:
print_row(t)
@ -123,7 +131,7 @@ def report_html():
import time
fnames = [os.path.basename(f) for f in files]
print """\
print("""\
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@ -156,9 +164,9 @@ def report_html():
border-bottom: 1px dashed #ccc;
}
td.test-name, thead tr td { text-align: right; }\
"""
""")
if options.color:
print """\
print("""\
td.value-good { background-color: #aaffaa; }
td.value-bad { background-color: #ffaaaa; }
td.value-missing { background-color: #ffffaa; }
@ -168,9 +176,9 @@ def report_html():
background-color: #d9d9d9;
border-bottom: 1px dashed #ccc;
}
"""
""")
print """
print("""
</style>
<body>
<p>Comparison sheet for %(files)s, created at %(date)s.</p>
@ -180,17 +188,17 @@ def report_html():
<td>\\</td>\
""" % {"files": ", ".join(fnames),
"date": time.asctime(),
}
})
for f in fnames:
print """\
print("""\
<td>%s</td>\
""" % f
print """\
""" % f)
print("""\
</tr>
</thead>
<tbody>\
"""
""")
def print_row(test):
ref_val = data[ref_f][test]
@ -199,19 +207,19 @@ def report_html():
else:
extra_cls = ""
print """\
print("""\
<tr%s>
<td class="test-name">%s</td>
<td class="value-reference">%7.2f</td>\
""" % (extra_cls, test, ref_val)
""" % (extra_cls, test, ref_val))
for f in others_f:
try:
val = data[f][test]
except KeyError:
print """\
print("""\
<td class="value-missing">-?????-</td>\
"""
""")
continue
percent = (val - ref_val) / ref_val
@ -224,23 +232,23 @@ def report_html():
v = options.format % {"value": val, "percentual": percent * 100}
print """\
print("""\
<td class="value-%s">%s</td>\
""" % (c, v)
""" % (c, v))
print """\
print("""\
</tr>\
"""
""")
for t in tests:
print_row(t)
print """\
print("""\
</tbody>
</table>
</body>
</html>
"""
""")
if options.report == "text":
report_text()

View File

@ -54,13 +54,13 @@ static void _loop(double t, int f)
char buf[256];
char *str = "padding_set({ %d });blur({%d,color=black });";
sprintf(buf, str, MAX_BLUR, ((f % MAX_BLUR) + 1));
eo_do(text, efl_gfx_filter_program_set(buf, "test"));
efl_gfx_filter_program_set(text, buf, "test");
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -92,8 +92,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -56,13 +56,13 @@ static void _loop(double t, int f)
char buf[256];
char *str = "a = buffer({ 'rgba' }); padding_set({ %d }); blend({dst=a, color=darkblue});blur({%d,src=a});";
sprintf(buf, str, MAX_BLUR, ((f % MAX_BLUR) + 1));
eo_do(text, efl_gfx_filter_program_set(buf, "test"));
efl_gfx_filter_program_set(text, buf, "test");
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -94,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("bar.png"), NULL),
evas_obj_image_border_set(6, 6, 6, 6),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("bar.png"), NULL);
efl_gfx_image_border_insets_set(o, 6, 6, 6, 6);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,13 +23,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("pan.png"), NULL),
efl_gfx_color_set(64, 64, 64, 255),
evas_obj_image_border_set(3, 3, 3, 3),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("pan.png"), NULL);
efl_gfx_color_set(o, 64, 64, 64, 255);
efl_gfx_image_border_insets_set(o, 3, 3, 3, 3);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -38,7 +37,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -56,16 +55,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -97,8 +95,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -25,17 +25,15 @@ static void _setup(void)
{
int a;
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
a = 256 - (1 << ((rnd() % 8) + 1));
if (a < 128) a = 128;
eo_do(o,
efl_gfx_color_set(a, a, a, a),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_color_set(o, a, a, a, a);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -44,7 +42,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -60,13 +58,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -98,8 +96,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,15 +24,14 @@ static void _setup(void)
for (i = 0; i < OBNUM; i++)
{
int a;
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
a = rnd()&0xff;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_color_set(a, a, a, a),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_color_set(o, a, a, a, a);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -41,7 +40,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -57,13 +56,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -95,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -25,17 +25,16 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < MANYNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
n = rnd() % 100;
w = 3 + ((n * (60 - 3)) / 100);
h = 4 + ((n * (80 - 4)) / 100);
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_image_smooth_scale_set(1),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 1);
efl_gfx_entity_size_set(o, EINA_SIZE2D(w, h));
efl_gfx_fill_set(o, EINA_RECT(0, 0, w, h));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -44,7 +43,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < MANYNUM; i++) eo_del(o_images[i]);
for (i = 0; i < MANYNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -54,18 +53,18 @@ static void _loop(double t, int f)
Evas_Coord x, y, w, h;
for (i = 0; i < MANYNUM; i++)
{
eo_do(o_images[i], efl_gfx_size_get(&w, &h));
exp_size_get(o_images[i], &w, &h);
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (win_w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (win_h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -97,8 +96,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,11 +24,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i < (OBNUM / 2))
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -36,14 +36,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -52,7 +50,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -70,14 +68,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -109,8 +107,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i < (OBNUM / 2))
{
eo_do(o, efl_file_set(PACKAGE_DATA_DIR"/data/logo.png", NULL));
efl_file_simple_load(o, PACKAGE_DATA_DIR"/data/logo.png", NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(PACKAGE_DATA_DIR"/data/image.png", NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, PACKAGE_DATA_DIR"/data/image.png", NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,12 +53,13 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
static void _loop(double t, int f)
{
static int k = 0;
int i;
Evas_Coord x, y, w, h;
for (i = 0; i < OBNUM; i++)
@ -70,17 +69,18 @@ static void _loop(double t, int f)
w = 120;
h = 160;
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
x += sin((double)(f + ((i + k) * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
y += cos((double)(f + ((i + k) * 28)) / (43.8 * SLOW)) * (h / 2);
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
++k;
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +112,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i < (OBNUM / 2))
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,7 +53,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -73,14 +71,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +110,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i < (OBNUM / 2))
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,7 +53,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -73,14 +71,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +110,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,11 +24,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i & 0x1)
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -36,14 +36,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -52,7 +50,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -70,14 +68,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -109,8 +107,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i & 0x1)
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,12 +53,13 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
static void _loop(double t, int f)
{
static int k = 0;
int i;
Evas_Coord x, y, w, h;
for (i = 0; i < OBNUM; i++)
@ -70,17 +69,18 @@ static void _loop(double t, int f)
w = 120;
h = 160;
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
x += sin((double)(f + ((i + k) * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
y += cos((double)(f + ((i + k) * 28)) / (43.8 * SLOW)) * (h / 2);
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
k++;
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +112,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i & 0x1)
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,7 +53,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -73,14 +71,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +110,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i & 0x1)
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,7 +53,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -73,14 +71,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +110,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,11 +24,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i > (OBNUM / 2))
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -36,14 +36,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -52,7 +50,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -70,14 +68,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -109,8 +107,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i > (OBNUM / 2))
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,32 +53,34 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
static void _loop(double t, int f)
{
static int k = 0;
int i;
Evas_Coord x, y, w, h;
for (i = 0; i < OBNUM; i++)
{
if (i > (OBNUM / 2))
if (i < (OBNUM / 2))
{
w = 120;
h = 160;
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
x += sin((double)(f + ((i + k) * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
y += cos((double)(f + ((i + k) * 28)) / (43.8 * SLOW)) * (h / 2);
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
++k;
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +112,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i > (OBNUM / 2))
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,7 +53,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -73,14 +71,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +110,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,11 +27,11 @@ static void _setup(void)
srnd();
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
if (i > (OBNUM / 2))
{
eo_do(o, efl_file_set(build_path("logo.png"), NULL));
efl_file_simple_load(o, build_path("logo.png"), NULL);
}
else
{
@ -39,14 +39,12 @@ static void _setup(void)
x = (win_w / 4) + (((rnd() & 0xff) * ((win_w / 2) - 120)) >> 8);
y = (win_h / 4) + (((rnd() & 0xff) * ((win_h / 2) - 120)) >> 8);
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_position_set(x, y));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
eo_do(o,
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -55,7 +53,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -73,14 +71,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +110,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_image_smooth_scale_set(1),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 1);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_image_smooth_scale_set(1),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 1);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_image_smooth_scale_set(1),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 1);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_image_smooth_scale_set(1),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_image_smooth_scale_set(o, 1);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -0,0 +1,103 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_solid_9patch_start
#define NAME "Image Blend Solid 9patch"
#define ICON "blend.png"
#ifndef PROTO
# ifndef UI
# include "main.h"
/* standard var */
static int done = 0;
/* private data */
static Evas_Object *o_images[OBNUM];
/* setup */
static void _setup(void)
{
int i;
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
efl_file_simple_load(o, build_path("9patch_test.9.png"), NULL);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
static void _loop(double t, int f)
{
int i;
Evas_Coord x, y, w, h, w0, h0;
for (i = 0; i < OBNUM; i++)
{
w0 = 80;
h0 = 80;
w = 5 + ((1.0 + cos((double)(f + (i * 10)) / (7.4 * SLOW))) * w0 * 2);
h = 5 + ((1.0 + sin((double)(f + (i * 19)) / (12.6 * SLOW))) * w0 * 2);
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(const char *key)
{
KEY_STD;
}
/* 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, _setup);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -23,12 +23,11 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("frame.png"), NULL),
evas_obj_image_border_set(8, 8, 8, 8),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("frame.png"), NULL);
efl_gfx_image_border_insets_set(o, 8, 8, 8, 8);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -37,7 +36,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,16 +54,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -96,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -25,17 +25,15 @@ static void _setup(void)
{
int a;
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
a = 256 - (1 << ((rnd() % 8) + 1));
if (a < 128) a = 128;
eo_do(o,
efl_gfx_color_set(a, a, a, a),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_color_set(o, a, a, a, a);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -44,7 +42,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -60,13 +58,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -98,8 +96,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -25,16 +25,14 @@ static void _setup(void)
{
int a;
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
a = rnd()&0xff;
eo_do(o,
efl_gfx_color_set(a, a, a, a),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_color_set(o, a, a, a, a);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -43,7 +41,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -59,13 +57,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -97,8 +95,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,13 +23,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("bar.png"), NULL),
evas_obj_image_border_set(6, 6, 6, 6),
evas_obj_image_border_center_fill_set(EVAS_BORDER_FILL_SOLID),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("bar.png"), NULL);
efl_gfx_image_border_insets_set(o, 6, 6, 6, 6);
efl_gfx_image_center_fill_mode_set(o, EFL_GFX_CENTER_FILL_MODE_SOLID);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -38,7 +37,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -56,16 +55,15 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -97,8 +95,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,15 +23,14 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
evas_obj_image_border_set(43, 48, 48, 83),
evas_obj_image_border_center_fill_set(EVAS_BORDER_FILL_SOLID),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_border_insets_set(o, 43, 48, 48, 83);
efl_gfx_image_center_fill_mode_set(o, EFL_GFX_CENTER_FILL_MODE_SOLID);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -40,7 +39,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -56,13 +55,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -94,8 +93,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -0,0 +1,109 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_solid_stretch_start
#define NAME "Image Blend Solid Stretch"
#define ICON "blend.png"
#ifndef PROTO
# ifndef UI
# include "main.h"
/* standard var */
static int done = 0;
/* private data */
static Evas_Object *o_images[OBNUM];
// Each offset is relative to the last block
static const Efl_Gfx_Image_Stretch_Region hsz[] = { { 8, 8 }, { 16, 55 } };
static const Efl_Gfx_Image_Stretch_Region vsz[] = { { 8, 8 }, { 16, 12 } };
/* setup */
static void _setup(void)
{
int i;
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
efl_file_simple_load(o, build_path("stretch.png"), NULL);
efl_gfx_image_stretch_region_set(o, EINA_C_ARRAY_ITERATOR_NEW(hsz),
EINA_C_ARRAY_ITERATOR_NEW(vsz));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
static void _loop(double t, int f)
{
int i;
Evas_Coord x, y, w, h, w0, h0;
for (i = 0; i < OBNUM; i++)
{
w0 = 80;
h0 = 80;
w = 5 + ((1.0 + cos((double)(f + (i * 10)) / (7.4 * SLOW))) * w0 * 2);
h = 5 + ((1.0 + sin((double)(f + (i * 19)) / (12.6 * SLOW))) * w0 * 2);
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(const char *key)
{
KEY_STD;
}
/* 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, _setup);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -23,13 +23,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -38,7 +37,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -54,13 +53,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -92,8 +91,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,13 +23,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -38,7 +37,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -54,13 +53,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -92,8 +91,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -22,21 +22,19 @@ static void _setup(void)
{
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[0] = o;
eo_do(o,
efl_file_set(build_path("im1.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("im1.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_visible_set(o, EINA_TRUE);
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[1] = o;
eo_do(o,
efl_file_set(build_path("im2.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("im2.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_visible_set(o, EINA_TRUE);
done = 0;
}
@ -45,7 +43,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < 2; i++) eo_del(o_images[i]);
for (i = 0; i < 2; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -55,12 +53,12 @@ static void _loop(double t, int f)
a = f & 0x1f;
a = ((a << 3) | (a >> 2)) & 0xff;
eo_do(o_images[1], efl_gfx_color_set(a, a, a, a));
efl_gfx_color_set(o_images[1], a, a, a, a);
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -92,8 +90,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -20,20 +20,21 @@ static Evas_Object *o_images[1];
/* setup */
static void _setup(void)
{
int i;
Evas_Object *o;
for (i = 0; i < 1; i++)
Eina_Slice sl;
sl.len = 640 * 480 * 4;
sl.mem = malloc(sl.len);
for (int i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
evas_obj_image_content_hint_set(EVAS_IMAGE_CONTENT_HINT_DYNAMIC),
evas_obj_image_colorspace_set(EVAS_COLORSPACE_ARGB8888),
efl_gfx_view_size_set(640, 480),
evas_obj_image_alpha_set(0),
efl_gfx_fill_set(0, 0, 640, 480),
efl_gfx_size_set(640, 480),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
efl_gfx_buffer_alpha_set(o, 0);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 640, 480));
efl_gfx_entity_size_set(o, EINA_SIZE2D(640, 480));
efl_gfx_entity_visible_set(o, EINA_TRUE);
efl_gfx_buffer_managed_set(o, &sl, EINA_SIZE2D(640, 480), 0, EFL_GFX_COLORSPACE_ARGB8888, 0);
}
done = 0;
}
@ -41,31 +42,45 @@ static void _setup(void)
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
for (int i = 0; i < 1; i++)
{
Evas_Object *o = o_images[i];
Eina_Slice sl = {};
sl = efl_gfx_buffer_managed_get(o, 0);
free((void *) sl.mem);
efl_del(o);
}
}
/* loop - do things */
static void _loop(double t, int f)
{
int i, st;
Evas_Coord x, y, w, h;
for (i = 0; i < 1; i++)
for (int i = 0; i < 1; i++)
{
Evas_Object *o = o_images[i];
unsigned int *data, *p;
Evas_Coord x, y, w, h;
Eina_Rw_Slice sl = {};
int st;
w = 640;
h = 480;
x = (win_w / 2) - (w / 2);
y = (win_h / 2) - (h / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h),
data = evas_obj_image_data_get(1),
st = evas_obj_image_stride_get());
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o, EINA_SIZE2D(w, h));
efl_gfx_fill_set(o, EINA_RECT(0, 0, w, h));
sl = efl_gfx_buffer_map(o, EFL_GFX_BUFFER_ACCESS_MODE_WRITE,
&EINA_RECT(0, 0, w, h), EFL_GFX_COLORSPACE_ARGB8888, 0, &st);
data = sl.mem;
if (!data)
{
fprintf(stderr, "ERROR: Failed to map image!\n");
continue;
}
st = st >> 2;
p = data;
p = sl.mem;
for (y = 0; y < h; y++)
{
for (x = 0; x < w; x++)
@ -75,15 +90,14 @@ static void _loop(double t, int f)
}
p += (st - w);
}
eo_do(o_images[i],
evas_obj_image_data_set(data),
evas_obj_image_data_update_add( 0, 0, w, h));
efl_gfx_buffer_unmap(o, sl);
efl_gfx_buffer_update_add(o, &EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -115,8 +129,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -20,20 +20,21 @@ static Evas_Object *o_images[1];
/* setup */
static void _setup(void)
{
int i;
Evas_Object *o;
for (i = 0; i < 1; i++)
Eina_Slice sl;
sl.len = 640 * 480 * 4;
sl.mem = malloc(sl.len);
for (int i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
evas_obj_image_content_hint_set(EVAS_IMAGE_CONTENT_HINT_DYNAMIC),
evas_obj_image_colorspace_set(EVAS_COLORSPACE_ARGB8888),
efl_gfx_view_size_set(640, 480),
evas_obj_image_alpha_set(1),
efl_gfx_fill_set(0, 0, 640, 480),
efl_gfx_size_set(640, 480),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
efl_gfx_buffer_alpha_set(o, 1);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 640, 480));
efl_gfx_entity_size_set(o, EINA_SIZE2D(640, 480));
efl_gfx_entity_visible_set(o, EINA_TRUE);
efl_gfx_buffer_managed_set(o, &sl, EINA_SIZE2D(640, 480), 0, EFL_GFX_COLORSPACE_ARGB8888, 0);
}
done = 0;
}
@ -41,8 +42,15 @@ static void _setup(void)
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
for (int i = 0; i < 1; i++)
{
Evas_Object *o = o_images[i];
Eina_Slice sl = {};
sl = efl_gfx_buffer_managed_get(o, 0);
free((void *) sl.mem);
efl_del(o);
}
}
/* loop - do things */
@ -50,22 +58,30 @@ static void _loop(double t, int f)
{
int i, st;
Evas_Coord x, y, w, h;
for (i = 0; i < 1; i++)
{
unsigned int *data, *p;
Evas_Object *o = o_images[i];
unsigned int *p;
Eina_Rw_Slice sl = {};
int a, r, g, b;
w = 640;
h = 480;
x = (win_w / 2) - (w / 2);
y = (win_h / 2) - (h / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h),
data = evas_obj_image_data_get(1),
st = evas_obj_image_stride_get());
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o, EINA_SIZE2D(w, h));
efl_gfx_fill_set(o, EINA_RECT(0, 0, w, h));
sl = efl_gfx_buffer_map(o, EFL_GFX_BUFFER_ACCESS_MODE_WRITE,
&EINA_RECT(0, 0, w, h), EFL_GFX_COLORSPACE_ARGB8888, 0, &st);
if (!sl.mem)
{
fprintf(stderr, "ERROR: Failed to map image!\n");
continue;
}
st = st >> 2;
p = data;
p = sl.mem;
for (y = 0; y < h; y++)
{
for (x = 0; x < w; x++)
@ -86,15 +102,14 @@ static void _loop(double t, int f)
}
p += (st - w);
}
eo_do(o_images[i],
evas_obj_image_data_set(data),
evas_obj_image_data_update_add( 0, 0, w, h));
efl_gfx_buffer_unmap(o, sl);
efl_gfx_buffer_update_add(o, &EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -126,8 +141,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -16,56 +16,34 @@ static int done = 0;
/* private data */
static Evas_Object *o_images[1];
static unsigned char *yp = NULL, *up = NULL, *vp = NULL;
static Eina_Slice slice[3];
/* setup */
static void _setup(void)
{
int i, y;
FILE *f;
unsigned char **data, **lp;
Evas_Object *o;
for (i = 0; i < 1; i++)
for (int i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
Evas_Object *o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
evas_obj_image_content_hint_set(EVAS_IMAGE_CONTENT_HINT_DYNAMIC),
evas_obj_image_colorspace_set(EVAS_COLORSPACE_YCBCR422P601_PL),
efl_gfx_view_size_set(640, 480),
evas_obj_image_alpha_set(0),
efl_gfx_fill_set(0, 0, 640, 480),
efl_gfx_size_set(640, 480),
efl_gfx_visible_set(EINA_TRUE));
yp = malloc(640 * 480);
up = malloc(320 * 240);
vp = malloc(320 * 240);
efl_gfx_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
efl_gfx_buffer_alpha_set(o, 0);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 640, 480));
efl_gfx_entity_size_set(o, EINA_SIZE2D(640, 480));
efl_gfx_entity_visible_set(o, EINA_TRUE);
slice[0].len = 640 * 480;
slice[1].len = 320 * 240;
slice[2].len = 320 * 240;
f = fopen(build_path("tp.yuv"), "rb");
if (f)
if (!f) continue;
for (int p = 0; p < 3; p++)
{
fread(yp, 640 * 480, 1, f);
fread(up, 320 * 240, 1, f);
fread(vp, 320 * 240, 1, f);
fclose(f);
slice[p].mem = malloc(slice[p].len);
fread((void *) slice[p].mem, slice[p].len, 1, f);
efl_gfx_buffer_managed_set(o, &slice[p], EINA_SIZE2D(640, 480), 0, EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
}
data = evas_object_image_data_get(o_images[i], 1);
lp = data;
for (y = 0; y < 480; y++)
{
*lp = yp + (y * 640);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = up + (y * 320);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = vp + (y * 320);
lp++;
}
eo_do(o_images[i], evas_obj_image_data_set(data));
fclose(f);
}
done = 0;
}
@ -73,11 +51,16 @@ static void _setup(void)
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
free(yp);
free(up);
free(vp);
for (int i = 0; i < 1; i++)
{
Evas_Object *o = o_images[i];
for (int p = 0; p < 3; p++)
{
efl_gfx_buffer_managed_set(o, NULL, EINA_SIZE2D(640, 480), 0, EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
free((void *) slice[p].mem);
}
efl_del(o);
}
}
/* loop - do things */
@ -91,17 +74,16 @@ static void _loop(double t, int f)
h = 480;
x = (win_w / 2) - (w / 2);
y = (win_h / 2) - (h / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h),
evas_obj_image_data_update_add( 0, 0, 640, 480));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
efl_gfx_buffer_update_add(o_images[i], &EINA_RECT(0, 0, 640, 480));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -133,8 +115,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -16,57 +16,34 @@ static int done = 0;
/* private data */
static Evas_Object *o_images[1];
static unsigned char *yp = NULL, *up = NULL, *vp = NULL;
static Eina_Slice slice[3];
/* setup */
static void _setup(void)
{
int i, y;
FILE *f;
unsigned char **data, **lp;
Evas_Object *o;
for (i = 0; i < 1; i++)
for (int i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
Evas_Object *o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
evas_obj_image_content_hint_set(EVAS_IMAGE_CONTENT_HINT_DYNAMIC),
evas_obj_image_colorspace_set(EVAS_COLORSPACE_YCBCR422P601_PL),
efl_gfx_view_size_set(640, 480),
evas_obj_image_alpha_set(0),
efl_gfx_fill_set(0, 0, 640, 480),
efl_gfx_size_set(640, 480),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
yp = malloc(640 * 480);
up = malloc(320 * 240);
vp = malloc(320 * 240);
efl_gfx_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
efl_gfx_buffer_alpha_set(o, 0);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 640, 480));
efl_gfx_entity_size_set(o, EINA_SIZE2D(640, 480));
efl_gfx_entity_visible_set(o, EINA_TRUE);
slice[0].len = 640 * 480;
slice[1].len = 320 * 240;
slice[2].len = 320 * 240;
f = fopen(build_path("tp.yuv"), "rb");
if (f)
if (!f) continue;
for (int p = 0; p < 3; p++)
{
fread(yp, 640 * 480, 1, f);
fread(up, 320 * 240, 1, f);
fread(vp, 320 * 240, 1, f);
fclose(f);
slice[p].mem = malloc(slice[p].len);
fread((void *) slice[p].mem, slice[p].len, 1, f);
efl_gfx_buffer_managed_set(o, &slice[p], EINA_SIZE2D(640, 480), 0, EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
}
data = evas_object_image_data_get(o_images[i], 1);
lp = data;
for (y = 0; y < 480; y++)
{
*lp = yp + (y * 640);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = up + (y * 320);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = vp + (y * 320);
lp++;
}
eo_do(o_images[i], evas_obj_image_data_set(data));
fclose(f);
}
done = 0;
}
@ -74,11 +51,16 @@ static void _setup(void)
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
free(yp);
free(up);
free(vp);
for (int i = 0; i < 1; i++)
{
Evas_Object *o = o_images[i];
for (int p = 0; p < 3; p++)
{
efl_gfx_buffer_managed_set(o, NULL, EINA_SIZE2D(640, 480), 0, EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
free((void *) slice[p].mem);
}
efl_del(o);
}
}
/* loop - do things */
@ -100,15 +82,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -140,8 +121,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -16,56 +16,34 @@ static int done = 0;
/* private data */
static Evas_Object *o_images[1];
static unsigned char *yp = NULL, *up = NULL, *vp = NULL;
static Eina_Slice slice[3];
/* setup */
static void _setup(void)
{
int i, y;
FILE *f;
unsigned char **data, **lp;
Evas_Object *o;
for (i = 0; i < 1; i++)
for (int i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
Evas_Object *o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
evas_obj_image_content_hint_set(EVAS_IMAGE_CONTENT_HINT_DYNAMIC),
evas_obj_image_colorspace_set(EVAS_COLORSPACE_YCBCR422P601_PL),
efl_gfx_view_size_set(640, 480),
evas_obj_image_alpha_set(0),
efl_gfx_fill_set(0, 0, 640, 480),
efl_gfx_size_set(640, 480),
efl_gfx_visible_set(EINA_TRUE));
yp = malloc(640 * 480);
up = malloc(320 * 240);
vp = malloc(320 * 240);
efl_gfx_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
efl_gfx_buffer_alpha_set(o, 0);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 640, 480));
efl_gfx_entity_size_set(o, EINA_SIZE2D(640, 480));
efl_gfx_entity_visible_set(o, EINA_TRUE);
slice[0].len = 640 * 480;
slice[1].len = 320 * 240;
slice[2].len = 320 * 240;
f = fopen(build_path("tp.yuv"), "rb");
if (f)
if (!f) continue;
for (int p = 0; p < 3; p++)
{
fread(yp, 640 * 480, 1, f);
fread(up, 320 * 240, 1, f);
fread(vp, 320 * 240, 1, f);
fclose(f);
slice[p].mem = malloc(slice[p].len);
fread((void *) slice[p].mem, slice[p].len, 1, f);
efl_gfx_buffer_managed_set(o, &slice[p], EINA_SIZE2D(640, 480), 0, EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
}
data = evas_object_image_data_get(o_images[i], 1);
lp = data;
for (y = 0; y < 480; y++)
{
*lp = yp + (y * 640);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = up + (y * 320);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = vp + (y * 320);
lp++;
}
eo_do(o_images[i], evas_obj_image_data_set(data));
fclose(f);
}
done = 0;
}
@ -73,11 +51,16 @@ static void _setup(void)
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
free(yp);
free(up);
free(vp);
for (int i = 0; i < 1; i++)
{
Evas_Object *o = o_images[i];
for (int p = 0; p < 3; p++)
{
efl_gfx_buffer_managed_set(o, NULL, EINA_SIZE2D(640, 480), 0, EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
free((void *) slice[p].mem);
}
efl_del(o);
}
}
/* loop - do things */
@ -98,15 +81,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -138,8 +120,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -16,61 +16,40 @@ static int done = 0;
/* private data */
static Evas_Object *o_images[1];
static unsigned char *yp = NULL, *up = NULL, *vp = NULL;
static Eina_Slice slice[3];
/* setup */
static void _setup(void)
{
int i, y;
int stride;
FILE *f;
unsigned char **data, **lp;
Evas_Object *o;
for (i = 0; i < 1; i++)
int w = 320 - 16;
for (int i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
Evas_Object *o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
evas_obj_image_content_hint_set(EVAS_IMAGE_CONTENT_HINT_DYNAMIC),
evas_obj_image_colorspace_set(EVAS_COLORSPACE_YCBCR422P601_PL),
efl_gfx_view_size_set(320, 480),
evas_obj_image_alpha_set(0),
efl_gfx_fill_set(0, 0, 640, 480),
efl_gfx_size_set(640, 480),
efl_gfx_visible_set(EINA_TRUE));
yp = malloc(640 * 480);
up = malloc(320 * 240);
vp = malloc(320 * 240);
efl_gfx_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
efl_gfx_buffer_alpha_set(o, 0);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 640, 480));
efl_gfx_entity_size_set(o, EINA_SIZE2D(640, 480));
efl_gfx_entity_visible_set(o, EINA_TRUE);
// in this test, the stride is 640 but the width changes
slice[0].len = 640 * 480;
slice[1].len = 320 * 240;
slice[2].len = 320 * 240;
f = fopen(build_path("tp.yuv"), "rb");
if (f)
if (!f) continue;
stride = 640;
for (int p = 0; p < 3; p++)
{
fread(yp, 640 * 480, 1, f);
fread(up, 320 * 240, 1, f);
fread(vp, 320 * 240, 1, f);
fclose(f);
}
data = evas_object_image_data_get(o_images[i], 1);
if (data)
{
lp = data;
for (y = 0; y < 480; y++)
{
*lp = yp + (y * 640);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = up + (y * 320);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = vp + (y * 320);
lp++;
}
eo_do(o_images[i],
evas_obj_image_data_set(data),
evas_obj_image_data_update_add( 0, 0, 320, 480));
slice[p].mem = malloc(slice[p].len);
fread((void *) slice[p].mem, slice[p].len, 1, f);
efl_gfx_buffer_managed_set(o, &slice[p], EINA_SIZE2D(w, 480), stride,
EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
stride = 320;
}
fclose(f);
}
done = 0;
}
@ -78,11 +57,17 @@ static void _setup(void)
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
free(yp);
free(up);
free(vp);
for (int i = 0; i < 1; i++)
{
Evas_Object *o = o_images[i];
for (int p = 0; p < 3; p++)
{
efl_gfx_buffer_managed_set(o, NULL, EINA_SIZE2D(640, 480), 0,
EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
free((void *) slice[p].mem);
}
efl_del(o);
}
}
/* loop - do things */
@ -92,53 +77,39 @@ static void _loop(double t, int f)
Evas_Coord x, y, w, h;
for (i = 0; i < 1; i++)
{
unsigned char **data, **lp;
Evas_Object *o = o_images[i];
Eina_Slice sl[3];
int stride;
for (int p = 0; p < 3; p++)
sl[p] = efl_gfx_buffer_managed_get(o, p);
w = 640;
h = 480;
x = (win_w / 2) - (w / 2);
y = (win_h / 2) - (h / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o, EINA_SIZE2D(w, h));
efl_gfx_fill_set(o, EINA_RECT(0, 0, w, h));
w = 320 - 16 + f;
if (w < 1) w = 1;
else if (w > 640) w = 640;
// logic here differs a bit from old expedite
w = 320 - 16 + (f * 2) % 336;
if (w > 640) w = 320;
w &= ~0x1;
eo_do(o_images[i], efl_gfx_view_size_set(w, 480));
data = evas_object_image_data_get(o_images[i], 1);
if (data)
{
lp = data;
for (y = 0; y < 480; y++)
{
*lp = yp + (y * 640);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = up + (y * 320);
lp++;
}
for (y = 0; y < 240; y++)
{
*lp = vp + (y * 320);
lp++;
}
eo_do(o_images[i],
evas_obj_image_data_set(data),
evas_obj_image_data_update_add( 0, 0, w, 480));
}
stride = 640;
for (int p = 0; p < 3; p++)
{
efl_gfx_buffer_managed_set(o, &sl[p], EINA_SIZE2D(w, 480), stride,
EFL_GFX_COLORSPACE_YCBCR422P601_PL, p);
stride = 320;
}
efl_gfx_buffer_update_add(o, &EINA_RECT(0, 0, w, 480));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -170,8 +141,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -54,15 +54,14 @@ _cube_new(Evas_Coord w, Evas_Coord h, Evas_Coord d)
{
Evas_Object *o;
char buf[256];
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
c->side[i].o = o;
snprintf(buf, sizeof(buf), "cube%i.png", i + 1);
eo_do(o,
efl_file_set(build_path(buf), NULL),
efl_gfx_fill_set(0, 0, 256, 256),
efl_gfx_size_set(256, 256),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path(buf), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 256, 256));
efl_gfx_entity_size_set(o, EINA_SIZE2D(256, 256));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
POINT(0, 0, -w, -h, -d, 0, 0);
POINT(0, 1, w, -h, -d, 256, 0);
@ -131,14 +130,13 @@ _cube_pos(Cube *c,
evas_map_util_3d_perspective(m, (win_w / 2), (win_h / 2), 0, 512);
if (evas_map_util_clockwise_get(m))
{
eo_do(c->side[i].o,
evas_obj_map_enable_set(1),
evas_obj_map_set(m),
efl_gfx_visible_set(EINA_TRUE));
evas_object_map_enable_set(c->side[i].o, 1);
evas_object_map_set(c->side[i].o, m);
efl_gfx_entity_visible_set(c->side[i].o, EINA_TRUE);
}
else
{
eo_do(c->side[i].o, efl_gfx_visible_set(EINA_FALSE));
efl_gfx_entity_visible_set(c->side[i].o, EINA_FALSE);
}
order[i] = i;
@ -163,9 +161,9 @@ _cube_pos(Cube *c,
}
while (!sorted);
eo_do(c->side[order[0]].o, efl_gfx_stack_raise());
efl_gfx_stack_raise_to_top(c->side[order[0]].o);
for (i = 1; i < 6; i++)
eo_do(c->side[order[i]].o, efl_gfx_stack_below(c->side[order[i - 1]].o));
efl_gfx_stack_below(c->side[order[i]].o, c->side[order[i - 1]].o);
}
static void
@ -173,7 +171,7 @@ _cube_free(Cube *c)
{
int i;
for (i = 0; i < 6; i++) eo_del(c->side[i].o);
for (i = 0; i < 6; i++) efl_del(c->side[i].o);
free(c);
}
@ -221,7 +219,7 @@ static void _loop(double t, int f)
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -253,8 +251,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -54,14 +54,13 @@ _cube_new(Evas_Coord w, Evas_Coord h, Evas_Coord d)
{
Evas_Object *o;
char buf[256];
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
c->side[i].o = o;
snprintf(buf, sizeof(buf), "cube%i.png", i + 1);
eo_do(o,
efl_file_set(build_path(buf), NULL),
efl_gfx_fill_set(0, 0, 256, 256),
efl_gfx_size_set(256, 256),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path(buf), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 256, 256));
efl_gfx_entity_size_set(o, EINA_SIZE2D(256, 256));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
POINT(0, 0, -w, -h, -d, 0, 0);
POINT(0, 1, w, -h, -d, 256, 0);
@ -129,14 +128,13 @@ _cube_pos(Cube *c,
evas_map_util_3d_perspective(m, (win_w / 2), (win_h / 2), 0, 512);
if (evas_map_util_clockwise_get(m))
{
eo_do(c->side[i].o,
evas_obj_map_enable_set(1),
evas_obj_map_set(m),
efl_gfx_visible_set(EINA_TRUE));
evas_object_map_enable_set(c->side[i].o, 1);
evas_object_map_set(c->side[i].o, m);
efl_gfx_entity_visible_set(c->side[i].o, EINA_TRUE);
}
else
{
eo_do(c->side[i].o, efl_gfx_visible_set(EINA_FALSE));
efl_gfx_entity_visible_set(c->side[i].o, EINA_FALSE);
}
order[i] = i;
@ -161,9 +159,9 @@ _cube_pos(Cube *c,
}
while (!sorted);
eo_do(c->side[order[0]].o, efl_gfx_stack_raise());
efl_gfx_stack_raise_to_top(c->side[order[0]].o);
for (i = 1; i < 6; i++)
eo_do(c->side[order[i]].o, efl_gfx_stack_below(c->side[order[i - 1]].o));
efl_gfx_stack_below(c->side[order[i]].o, c->side[order[i - 1]].o);
}
static void
@ -171,7 +169,7 @@ _cube_free(Cube *c)
{
int i;
for (i = 0; i < 6; i++) eo_del(c->side[i].o);
for (i = 0; i < 6; i++) efl_del(c->side[i].o);
free(c);
}
@ -219,7 +217,7 @@ static void _loop(double t, int f)
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -251,8 +249,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -54,15 +54,14 @@ _cube_new(Evas_Coord w, Evas_Coord h, Evas_Coord d)
{
Evas_Object *o;
char buf[256];
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
c->side[i].o = o;
snprintf(buf, sizeof(buf), "cube%i.png", i + 1);
eo_do(o,
efl_file_set(build_path(buf), NULL),
efl_gfx_fill_set(0, 0, 256, 256),
efl_gfx_size_set(256, 256),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path(buf), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 256, 256));
efl_gfx_entity_size_set(o, EINA_SIZE2D(256, 256));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
POINT(0, 0, -w, -h, -d, 0, 0);
POINT(0, 1, w, -h, -d, 256, 0);
@ -129,9 +128,8 @@ _cube_pos(Cube *c,
255, 255, 255,
20, 20, 20);
evas_map_util_3d_perspective(m, (win_w / 2), (win_h / 2), 0, 512);
eo_do(c->side[i].o,
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(c->side[i].o, 1);
evas_object_map_set(c->side[i].o, m);
order[i] = i;
for (j = 0; j < 4; j++)
@ -155,9 +153,9 @@ _cube_pos(Cube *c,
}
while (!sorted);
eo_do(c->side[order[0]].o, efl_gfx_stack_raise());
efl_gfx_stack_raise_to_top(c->side[order[0]].o);
for (i = 1; i < 6; i++)
eo_do(c->side[order[i]].o, efl_gfx_stack_below(c->side[order[i - 1]].o));
efl_gfx_stack_below(c->side[order[i]].o, c->side[order[i - 1]].o);
}
static void
@ -165,7 +163,7 @@ _cube_free(Cube *c)
{
int i;
for (i = 0; i < 6; i++) eo_del(c->side[i].o);
for (i = 0; i < 6; i++) efl_del(c->side[i].o);
free(c);
}
@ -213,7 +211,7 @@ static void _loop(double t, int f)
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -245,8 +243,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -54,14 +54,13 @@ _cube_new(Evas_Coord w, Evas_Coord h, Evas_Coord d)
{
Evas_Object *o;
char buf[256];
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
c->side[i].o = o;
snprintf(buf, sizeof(buf), "cube%i.png", i + 1);
eo_do(o,
efl_file_set(build_path(buf), NULL),
efl_gfx_fill_set(0, 0, 256, 256),
efl_gfx_size_set(256, 256),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path(buf), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 256, 256));
efl_gfx_entity_size_set(o, EINA_SIZE2D(256, 256));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
POINT(0, 0, -w, -h, -d, 0, 0);
POINT(0, 1, w, -h, -d, 256, 0);
@ -127,9 +126,8 @@ _cube_pos(Cube *c,
255, 255, 255,
20, 20, 20);
evas_map_util_3d_perspective(m, (win_w / 2), (win_h / 2), 0, 512);
eo_do(c->side[i].o,
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(c->side[i].o, 1);
evas_object_map_set(c->side[i].o, m);
order[i] = i;
for (j = 0; j < 4; j++)
@ -153,9 +151,9 @@ _cube_pos(Cube *c,
}
while (!sorted);
eo_do(c->side[order[0]].o, efl_gfx_stack_raise());
efl_gfx_stack_raise_to_top(c->side[order[0]].o);
for (i = 1; i < 6; i++)
eo_do(c->side[order[i]].o, efl_gfx_stack_below(c->side[order[i - 1]].o));
efl_gfx_stack_below(c->side[order[i]].o, c->side[order[i - 1]].o);
}
static void
@ -163,7 +161,7 @@ _cube_free(Cube *c)
{
int i;
for (i = 0; i < 6; i++) eo_del(c->side[i].o);
for (i = 0; i < 6; i++) efl_del(c->side[i].o);
free(c);
}
@ -211,7 +209,7 @@ static void _loop(double t, int f)
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -243,8 +241,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -54,15 +54,14 @@ _cube_new(Evas_Coord w, Evas_Coord h, Evas_Coord d)
{
Evas_Object *o;
char buf[256];
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
c->side[i].o = o;
snprintf(buf, sizeof(buf), "im%i.png", (i % 2) + 1);
eo_do(o,
efl_file_set(build_path(buf), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path(buf), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
POINT(0, 0, -w, -h, -d, 0, 0);
POINT(0, 1, w, -h, -d, 720, 0);
@ -131,14 +130,13 @@ _cube_pos(Cube *c,
evas_map_util_3d_perspective(m, (win_w / 2), (win_h / 2), -360, 720);
if (evas_map_util_clockwise_get(m))
{
eo_do(c->side[i].o,
evas_obj_map_enable_set(1),
evas_obj_map_set(m),
efl_gfx_visible_set(EINA_TRUE));
evas_object_map_enable_set(c->side[i].o, 1);
evas_object_map_set(c->side[i].o, m);
efl_gfx_entity_visible_set(c->side[i].o, EINA_TRUE);
}
else
{
eo_do(c->side[i].o, efl_gfx_visible_set(EINA_FALSE));
efl_gfx_entity_visible_set(c->side[i].o, EINA_FALSE);
}
order[i] = i;
@ -163,9 +161,9 @@ _cube_pos(Cube *c,
}
while (!sorted);
eo_do(c->side[order[0]].o, efl_gfx_stack_raise());
efl_gfx_stack_raise_to_top(c->side[order[0]].o);
for (i = 1; i < 6; i++)
eo_do(c->side[order[i]].o, efl_gfx_stack_below(c->side[order[i - 1]].o));
efl_gfx_stack_below(c->side[order[i]].o, c->side[order[i - 1]].o);
}
static void
@ -173,7 +171,7 @@ _cube_free(Cube *c)
{
int i;
for (i = 0; i < 6; i++) eo_del(c->side[i].o);
for (i = 0; i < 6; i++) efl_del(c->side[i].o);
free(c);
}
@ -201,7 +199,7 @@ static void _loop(double t, int f)
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -233,8 +231,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -54,15 +54,14 @@ _cube_new(Evas_Coord w, Evas_Coord h, Evas_Coord d)
{
Evas_Object *o;
char buf[256];
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
c->side[i].o = o;
snprintf(buf, sizeof(buf), "im%i.png", (i % 2) + 1);
eo_do(o,
efl_file_set(build_path(buf), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path(buf), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
POINT(0, 0, -w, -h, -d, 0, 0);
POINT(0, 1, w, -h, -d, 720, 0);
@ -128,14 +127,13 @@ _cube_pos(Cube *c,
evas_map_util_3d_perspective(m, (win_w / 2), (win_h / 2), -360, 720);
if (evas_map_util_clockwise_get(m))
{
eo_do(c->side[i].o,
evas_obj_map_enable_set(1),
evas_obj_map_set(m),
efl_gfx_visible_set(EINA_TRUE));
evas_object_map_enable_set(c->side[i].o, 1);
evas_object_map_set(c->side[i].o, m);
efl_gfx_entity_visible_set(c->side[i].o, EINA_TRUE);
}
else
{
eo_do(c->side[i].o, efl_gfx_visible_set(EINA_FALSE));
efl_gfx_entity_visible_set(c->side[i].o, EINA_FALSE);
}
order[i] = i;
@ -160,9 +158,9 @@ _cube_pos(Cube *c,
}
while (!sorted);
eo_do(c->side[order[0]].o, efl_gfx_stack_raise());
efl_gfx_stack_raise_to_top(c->side[order[0]].o);
for (i = 1; i < 6; i++)
eo_do(c->side[order[i]].o, efl_gfx_stack_below(c->side[order[i - 1]].o));
efl_gfx_stack_below(c->side[order[i]].o, c->side[order[i - 1]].o);
}
static void
@ -170,7 +168,7 @@ _cube_free(Cube *c)
{
int i;
for (i = 0; i < 6; i++) eo_del(c->side[i].o);
for (i = 0; i < 6; i++) efl_del(c->side[i].o);
free(c);
}
@ -198,7 +196,7 @@ static void _loop(double t, int f)
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -230,8 +228,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -29,25 +29,23 @@ static void _setup(void)
{
char buf[256];
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
snprintf(buf, sizeof(buf), "cube%i.png", (i % 6) + 1);
eo_do(o,
efl_file_set(build_path(buf), NULL),
efl_gfx_fill_set(0, 0, 256, 256),
efl_gfx_size_set(256, 256),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path(buf), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 256, 256));
efl_gfx_entity_size_set(o, EINA_SIZE2D(256, 256));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_reflec[i] = o;
snprintf(buf, sizeof(buf), "cube%i.png", (i % 6) + 1);
eo_do(o,
efl_file_set(build_path(buf), NULL),
efl_gfx_fill_set(0, 0, 256, 256),
efl_gfx_size_set(256, 256),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path(buf), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 256, 256));
efl_gfx_entity_size_set(o, EINA_SIZE2D(256, 256));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -58,8 +56,8 @@ static void _cleanup(void)
int i;
for (i = 0; i < CNUM; i++)
{
eo_del(o_images[i]);
eo_del(o_reflec[i]);
efl_del(o_images[i]);
efl_del(o_reflec[i]);
}
}
@ -130,13 +128,13 @@ static void _loop(double t, int f)
if (c <= 0)
{
eo_do(o_images[i], efl_gfx_stack_raise());
eo_do(o_reflec[i], efl_gfx_stack_raise());
efl_gfx_stack_raise_to_top(o_images[i]);
efl_gfx_stack_raise_to_top(o_reflec[i]);
}
else
{
eo_do(o_images[i], efl_gfx_stack_lower());
eo_do(o_reflec[i], efl_gfx_stack_lower());
efl_gfx_stack_lower_to_bottom(o_images[i]);
efl_gfx_stack_lower_to_bottom(o_reflec[i]);
}
evas_map_point_coord_set (m, 0, x, y, -z);
@ -159,9 +157,8 @@ static void _loop(double t, int f)
x + (w / 2), y + (h / 2), 0);
evas_map_util_3d_perspective(m, (win_w / 2), (win_h / 2), -256, 512);
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
evas_map_point_coord_set (m, 0, x, yy, -z);
evas_map_point_image_uv_set(m, 0, 0, 256);
@ -183,16 +180,15 @@ static void _loop(double t, int f)
x + (w / 2), y + (h / 2), 0);
evas_map_util_3d_perspective(m, (win_w / 2), (win_h / 2), -256, 512);
eo_do(o_reflec[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_reflec[i], 1);
evas_object_map_set(o_reflec[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -224,8 +220,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,14 +24,13 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -40,7 +39,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -69,15 +68,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -109,8 +107,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,14 +24,13 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -40,7 +39,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -69,15 +68,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -109,8 +107,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,13 +24,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -39,7 +38,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -67,15 +66,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -107,8 +105,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,13 +24,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -39,7 +38,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -66,15 +65,14 @@ static void _loop(double t, int f)
evas_map_point_color_set(m, 3, 0, 0, 0, 0);
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -106,8 +104,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,14 +24,13 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -40,7 +39,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -69,15 +68,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -109,8 +107,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,14 +24,13 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -40,7 +39,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -69,15 +68,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -109,8 +107,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,13 +24,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -39,7 +38,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -67,15 +66,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -107,8 +105,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,13 +24,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -39,7 +38,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -67,15 +66,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -107,8 +105,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,14 +24,13 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -40,7 +39,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -64,15 +63,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -104,8 +102,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,14 +24,13 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_image_smooth_scale_set(0),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_smooth_scale_set(o, 0);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -40,7 +39,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -64,15 +63,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -104,8 +102,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,12 +24,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o, efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -38,7 +38,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -61,14 +61,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i], evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -100,8 +100,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -24,13 +24,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < (OBNUM / 2); i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -39,7 +38,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < (OBNUM / 2); i++) eo_del(o_images[i]);
for (i = 0; i < (OBNUM / 2); i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -62,15 +61,14 @@ static void _loop(double t, int f)
evas_map_util_rotate(m, f, x + (w / 2), y + (h / 2));
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -102,8 +100,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,23 +23,21 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i+= 2)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i + 1] = o;
eo_do(o,
efl_file_set(build_path("e-logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
eo_do(o_images[i], evas_obj_clip_set(o));
evas_object_clip_set(o_images[i], o);
}
done = 0;
}
@ -48,7 +46,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -64,14 +62,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
eo_do(o_images[i + 1], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_position_set(o_images[i + 1], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -103,8 +101,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,25 +23,23 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-mask.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_position_set((win_w - 720) / 2, (win_h - 420) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("texture.png"), NULL),
efl_gfx_fill_set(0, 0, win_w * 4, win_h * 4),
efl_gfx_size_set(win_w * 4, win_h * 4),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("texture.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, win_w * 4, win_h * 4));
efl_gfx_entity_size_set(o, EINA_SIZE2D(win_w * 4, win_h * 4));
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -50,8 +48,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < 1; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -59,28 +57,25 @@ static void _loop(double t, int f)
{
int i;
static Evas_Map *m = NULL;
Evas_Coord x, y, w, h;
Evas_Coord w, h;
if (!m) m = evas_map_new(4);
for (i = 0; i < 1; i++)
{
w = win_w * 4;
h = win_h * 4;
x = (win_w / 2) - (w / 2);
y = (win_h / 2) - (h / 2);
evas_map_util_points_populate_from_geometry(m,
-win_w, -win_h,
win_w * 4, win_h * 4, 0);
w, h, 0);
evas_map_util_rotate(m, f, win_w / 2, win_h / 2);
eo_do(o_images[i],
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_images[i], 1);
evas_object_map_set(o_images[i], m);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +107,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,25 +23,23 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-mask.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_position_set((win_w - 720) / 2, (win_h - 420) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -50,8 +48,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -68,7 +66,7 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
if (!m) m = evas_map_new(4);
evas_map_util_points_populate_from_geometry(m,
@ -77,14 +75,13 @@ static void _loop(double t, int f)
720, 420, 0);
evas_map_util_rotate(m, f, win_w / 2, win_h / 2);
eo_do(o_mask,
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_mask, 1);
evas_object_map_set(o_mask, m);
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -116,8 +113,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,26 +23,24 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-mask.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_position_set((win_w - 720) / 2, (win_h - 420) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_image_smooth_scale_set(1),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_smooth_scale_set(o, 1);
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -51,8 +49,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -71,16 +69,15 @@ static void _loop(double t, int f)
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +109,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,26 +23,24 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-mask.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_position_set((win_w - 720) / 2, (win_h - 420) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_image_smooth_scale_set(0),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_image_smooth_scale_set(o, 0);
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -51,8 +49,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -71,16 +69,15 @@ static void _loop(double t, int f)
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
eo_do(o_images[i],
efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -112,8 +109,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,23 +23,21 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i+= 2)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("image.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("image.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i + 1] = o;
eo_do(o,
efl_file_set(build_path("e-logo-2.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-2.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
eo_do(o_images[i], evas_obj_clip_set(o));
evas_object_clip_set(o_images[i], o);
}
done = 0;
}
@ -48,7 +46,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -64,14 +62,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
eo_do(o_images[i + 1], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_position_set(o_images[i + 1], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -103,8 +101,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,23 +23,21 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < OBNUM; i+= 2)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("e-logo-2.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-2.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i + 1] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
eo_do(o_images[i], evas_obj_clip_set(o));
evas_object_clip_set(o_images[i], o);
}
done = 0;
}
@ -48,7 +46,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -64,14 +62,14 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
eo_do(o_images[i + 1], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_position_set(o_images[i + 1], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -103,8 +101,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,25 +23,23 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-mask.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_position_set((win_w - 720) / 2, (win_h - 420) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -50,8 +48,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -67,13 +65,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -105,8 +103,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,25 +23,23 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-2.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_position_set((win_w - 120) / 2, (win_h - 160) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-2.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 120) / 2, (win_h - 160) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -50,8 +48,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -67,13 +65,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -105,8 +103,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,25 +23,23 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-mask.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_position_set((win_w - 720) / 2, (win_h - 420) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120 / 2, 160 / 2),
efl_gfx_size_set(120 / 2, 160 / 2),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120 / 2, 160 / 2));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120 / 2, 160 / 2));
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -50,8 +48,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -67,13 +65,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -105,8 +103,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,25 +23,23 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-2.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_position_set((win_w - 120) / 2, (win_h - 160) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-2.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 120) / 2, (win_h - 160) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -50,8 +48,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -67,19 +65,18 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
w = 10 + (110 + (110 * sin((double)(f) / (14.3 * SLOW))));
h = 10 + (150 + (150 * sin((double)(f) / (21.7 * SLOW))));
eo_do(o_mask,
efl_gfx_fill_set(0, 0, w, h),
efl_gfx_size_set(w, h),
efl_gfx_position_set((win_w - w) / 2, (win_h - h) / 2));
efl_gfx_fill_set(o_mask, EINA_RECT(0, 0, w, h));
efl_gfx_entity_size_set(o_mask, EINA_SIZE2D(w, h));
efl_gfx_entity_position_set(o_mask, EINA_POSITION2D((win_w - w) / 2, (win_h - h) / 2));
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -111,8 +108,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,25 +23,23 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-mask.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_position_set((win_w - 720) / 2, (win_h - 420) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("texture.png"), NULL),
efl_gfx_fill_set(0, 0, 500, 444),
efl_gfx_size_set(win_w * 4, win_h * 4),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("texture.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 500, 444));
efl_gfx_entity_size_set(o, EINA_SIZE2D(win_w * 4, win_h * 4));
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -50,8 +48,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < 1; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -67,13 +65,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (500 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (444 / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -105,8 +103,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -23,25 +23,23 @@ static void _setup(void)
int i;
Evas_Object *o;
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
eo_do(o,
efl_file_set(build_path("e-logo-mask.png"), NULL),
efl_gfx_fill_set(0, 0, 720, 420),
efl_gfx_size_set(720, 420),
efl_gfx_position_set((win_w - 720) / 2, (win_h - 420) / 2),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS,evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
efl_file_set(build_path("texture.png"), NULL),
efl_gfx_fill_set(0, 0, 500, 444),
efl_gfx_size_set(win_w * 4, win_h * 4),
evas_obj_clip_set(o_mask),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("texture.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 500, 444));
efl_gfx_entity_size_set(o, EINA_SIZE2D(win_w * 4, win_h * 4));
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -50,8 +48,8 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
eo_del(o_mask);
for (i = 0; i < 1; i++) efl_del(o_images[i]);
efl_del(o_mask);
}
/* loop - do things */
@ -68,7 +66,7 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (500 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (444 / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
if (!m) m = evas_map_new(4);
@ -78,14 +76,13 @@ static void _loop(double t, int f)
720, 420, 0);
evas_map_util_rotate(m, f, win_w / 2, win_h / 2);
eo_do(o_mask,
evas_obj_map_enable_set(1),
evas_obj_map_set(m));
evas_object_map_enable_set(o_mask, 1);
evas_object_map_set(o_mask, m);
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -117,8 +114,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -0,0 +1,133 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_mask_clipped
#define NAME "Image Mask Clipped"
#define ICON "blend.png"
#ifndef PROTO
# ifndef UI
# include "main.h"
/* standard var */
static int done = 0;
/* private data */
static Evas_Object *o_images[OBNUM];
static Evas_Object *o_mask;
static Evas_Object *o_clip;
/* setup */
static void _setup(void)
{
int i;
Evas_Object *o;
o = efl_add(EFL_CANVAS_RECTANGLE_CLASS, evas);
o_clip = o;
efl_gfx_entity_size_set(o, EINA_SIZE2D(180, 105));
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 180) / 2, (win_h - 105) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_mask = o;
efl_file_simple_load(o, build_path("e-logo-mask.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 720, 420));
efl_gfx_entity_size_set(o, EINA_SIZE2D(720, 420));
evas_object_clip_set(o, o_clip);
efl_canvas_object_has_fixed_size_set(o, 1);
efl_gfx_entity_position_set(o, EINA_POSITION2D((win_w - 720) / 2, (win_h - 420) / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
for (i = 0; i < OBNUM; i++)
{
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 360, 480));
efl_gfx_entity_size_set(o, EINA_SIZE2D(360, 480));
efl_gfx_image_smooth_scale_set(o, 0);
evas_object_clip_set(o, o_mask);
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
efl_del(o_mask);
efl_del(o_clip);
}
/* loop - do things */
static void _loop(double t, int f)
{
int i;
Evas_Coord x, y, w, h, w0, h0;
for (i = 0; i < OBNUM; i++)
{
w0 = 80;
h0 = 80;
w = 5 + ((1.0 + cos((double)(f + (i * 10)) / (7.4 * SLOW) )) * w0 * 2);
h = 5 + ((1.0 + sin((double)(f + (i * 19)) / (12.6 * SLOW) )) * h0 * 2);
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w0 / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h0 / 2);
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
w = (sin((double)f) * 720 + 840) / 2.2;
h = (sin((double)f) * 720 + 840) / 2.2;
efl_gfx_entity_size_set(o_mask, EINA_SIZE2D(w, h));
efl_gfx_entity_position_set(o_mask, EINA_POSITION2D((win_w - w) / 2, (win_h - h) / 2));
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(const char *key)
{
KEY_STD;
}
/* 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, _setup);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -24,12 +24,12 @@ static void _setup(void)
Evas_Object *o;
for (i = 0; i < 1; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o, efl_file_set(build_path("tp.png"), NULL),
efl_gfx_fill_set(0, 0, 640, 480),
efl_gfx_size_set(640, 480),
efl_gfx_visible_set(EINA_TRUE));
efl_file_simple_load(o, build_path("tp.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 640, 480));
efl_gfx_entity_size_set(o, EINA_SIZE2D(640, 480));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -38,7 +38,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < 1; i++) eo_del(o_images[i]);
for (i = 0; i < 1; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -54,15 +54,15 @@ static void _loop(double t, int f)
h *= (f / 100.0) * 4.0;
x = (win_w / 2) - (w / 2);
y = (win_h / 2) - (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y),
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
efl_gfx_entity_size_set(o_images[i], EINA_SIZE2D(w, h));
efl_gfx_fill_set(o_images[i], EINA_RECT(0, 0, w, h));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -94,8 +94,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -26,19 +26,15 @@ static void _setup(void)
{
int r, g, b, a;
o = eo_add(EVAS_LINE_CLASS, evas);
o = evas_object_line_add(evas);
o_images[i] = o;
a = (rnd()&0xff) / 2;
r = ((rnd()&0xff) * a) / 255;
g = ((rnd()&0xff) * a) / 255;
b = ((rnd()&0xff) * a) / 255;
eo_do(o,
efl_gfx_color_set(r, g, b, a),
evas_obj_line_xy_set(((win_w / 2) * (rnd()&0xff)) / 255,
((win_h / 2) * (rnd()&0xff)) / 255,
((win_w / 2) * (rnd()&0xff)) / 255 + (win_w / 2),
((win_h / 2) * (rnd()&0xff)) / 255 + (win_h / 2)),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_color_set(o, r, g, b, a);
evas_object_line_xy_set(o, ((win_w / 2) * (rnd()&0xff)) / 255, ((win_h / 2) * (rnd()&0xff)) / 255, ((win_w / 2) * (rnd()&0xff)) / 255 + (win_w / 2), ((win_h / 2) * (rnd()&0xff)) / 255 + (win_h / 2));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
@ -49,7 +45,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
#define PI (double) 3.141592654
@ -91,17 +87,17 @@ static void _loop(double t, int f)
for (i = 0; i < OBNUM; i++)
{
o = o_images[i];
eo_do(o, evas_obj_line_xy_get(&ox1, &oy1, &ox2, &oy2));
evas_object_line_xy_get(o, &ox1, &oy1, &ox2, &oy2);
_rotate_point(&ox1, &oy1, i);
_rotate_point(&ox2, &oy2, i);
eo_do(o, evas_obj_line_xy_set(ox1, oy1, ox2, oy2));
evas_object_line_xy_set(o, ox1, oy1, ox2, oy2);
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -133,8 +129,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -1135,6 +1135,7 @@ static const Ecore_Getopt optdesc = {
ECORE_GETOPT_STORE_TRUE('m', "compat", "Output compatible with expedite-cmp"),
ECORE_GETOPT_STORE_TRUE('y', "async", "Enable async output"),
ECORE_GETOPT_STORE_TRUE('a', "all", "Run all tests"),
ECORE_GETOPT_STORE_FALSE('i', "tick", "Follow output animator tick"),
ECORE_GETOPT_LICENSE('L', "license"),
ECORE_GETOPT_COPYRIGHT('C', "copyright"),
ECORE_GETOPT_VERSION('V', "version"),
@ -1162,14 +1163,18 @@ static const Expedite_Resolution resolutions[] = {
{ "pal", 720 , 576 },
{ "480p", 720 , 480 },
{ "720p", 1280, 720 },
{ "720p-p", 720, 1280 },
{ "1050p", 1680, 1050},
{ "1080p", 1920, 1080},
{ "1080p-p", 1080, 1920},
{ "wsvga", 1024, 600 },
{ "wsvga-p", 600 , 1024},
{ "s9", 1600, 900 },
{ "watch-360", 360, 360},
{ NULL, 0, 0 }
};
Eina_Bool tick = EINA_TRUE;
static void
_cb_delete(Ecore_Evas *ee EINA_UNUSED)
{
@ -1179,10 +1184,52 @@ _cb_delete(Ecore_Evas *ee EINA_UNUSED)
static Eina_Bool
_cb_anim(void *data EINA_UNUSED)
{
static double last = 0;
static double avg = 0;
static unsigned long long count = 0;
double current;
current = ecore_loop_time_get();
if (count++)
{
avg += current - last;
#if 0
if (abs(current - last - (avg / (count - 1))) > 0.05)
fprintf(stderr, "delta: %f vs %f\n",
current - last,
avg / (count - 1));
#endif
}
last = current;
ui_loop(NULL);
return EINA_TRUE;
}
void
exp_size_get(Eo *obj, int *w, int *h)
{
Eina_Size2D size = efl_gfx_entity_size_get(obj);
if (w) *w = size.w;
if (h) *h = size.h;
}
void
exp_pos_get(Eo *obj, int *x, int *y)
{
Eina_Position2D position = efl_gfx_entity_position_get(obj);
if (x) *x = position.x;
if (y) *y = position.y;
}
void
exp_input_pointer_pos_get(Eo *obj, int *x, int *y)
{
Eina_Position2D position = efl_input_pointer_position_get(obj);
if (x) *x = position.x;
if (y) *y = position.y;
}
static Ecore_Job *_job = NULL;
static void
@ -1229,6 +1276,7 @@ main(int argc, char **argv)
ECORE_GETOPT_VALUE_BOOL(cmp_report),
ECORE_GETOPT_VALUE_BOOL(async),
ECORE_GETOPT_VALUE_BOOL(all_tests),
ECORE_GETOPT_VALUE_BOOL(tick),
ECORE_GETOPT_VALUE_BOOL(quit_option),
ECORE_GETOPT_VALUE_BOOL(quit_option),
ECORE_GETOPT_VALUE_BOOL(quit_option),
@ -1237,6 +1285,10 @@ main(int argc, char **argv)
};
setenv("ECORE_NO_VSYNC", "1", 0);
setenv("ECORE_EVAS_RENDER_NOSYNC", "1", 1);
if (!async)
setenv("ECORE_EVAS_FORCE_SYNC_RENDER", "1", 0);
if (!ecore_evas_init()) return -1;
@ -1254,7 +1306,7 @@ main(int argc, char **argv)
unsigned int i;
fprintf(stderr, "Known resolution :\n");
for (i = 0; i < sizeof(resolutions)/sizeof(resolutions[0]); i++)
for (i = 0; i < sizeof(resolutions)/sizeof(resolutions[0]) - 1; i++)
fprintf(stderr, " * %s\t%ix%i\n", resolutions[i].name,
resolutions[i].width, resolutions[i].height);
return 0;
@ -1264,7 +1316,7 @@ main(int argc, char **argv)
{
unsigned int i;
for (i = 0; i < sizeof(resolutions)/sizeof(resolutions[0]); i++)
for (i = 0; i < sizeof(resolutions)/sizeof(resolutions[0]) - 1; i++)
if (!strcmp(resolutions[i].name, resolution))
break;
if (i == sizeof(resolutions)/sizeof(resolutions[0]))
@ -1276,9 +1328,6 @@ main(int argc, char **argv)
profile = resolution;
}
if (!async)
setenv("ECORE_EVAS_FORCE_SYNC_RENDER", "1", 0);
if (!datadir)
datadir = getenv("EXPEDITE_FONTS_DIR");
if (!datadir)
@ -1349,7 +1398,7 @@ main(int argc, char **argv)
choosen_engine = ecore_evas_engine_name_get(ee);
ecore_evas_callback_delete_request_set(ee, _cb_delete);
ecore_evas_callback_post_render_set(ee, _cb_post_render);
if (tick) ecore_evas_callback_post_render_set(ee, _cb_post_render);
evas = ecore_evas_get(ee);
@ -1388,7 +1437,7 @@ main(int argc, char **argv)
if (all_tests) ui_all();
anim = ecore_animator_add(_cb_anim, ee);
ecore_animator_custom_tick();
if (tick) ecore_animator_custom_tick();
ecore_main_loop_begin();
ecore_animator_del(anim);

View File

@ -20,14 +20,6 @@
# include <sys/time.h>
#endif
#ifdef _WIN32
# include <windows.h>
#endif
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include <Evas.h>
#include <Ecore.h>
@ -52,6 +44,7 @@ extern const char *choosen_engine;
extern Eina_Bool fullscreen;
extern Eina_Bool cmp_report;
extern char *output;
extern Eina_Bool tick;
typedef struct _Expedite_Resolution Expedite_Resolution;
typedef struct _Expedite_Engine Expedite_Engine;
@ -78,6 +71,10 @@ const char *build_path(const char *filename);
void engine_loop(void);
int engine_abort(void);
void exp_size_get(Eo *obj, int *w, int *h);
void exp_pos_get(Eo *obj, int *x, int *y);
void exp_input_pointer_pos_get(Eo *obj, int *x, int *y);
#ifdef __cplusplus
}
#endif

134
src/bin/meson.build Normal file
View File

@ -0,0 +1,134 @@
expedite_sources = [ 'main.c',
'main.h',
'ui.c',
'ui.h',
'about.c',
'about.h',
'tests.h',
'widgets_file_icons.c',
'widgets_file_icons_2.c',
'widgets_file_icons_2_grouped.c',
'widgets_file_icons_2_same.c',
'widgets_file_icons_2_same_grouped.c',
'widgets_file_icons_3.c',
'widgets_file_icons_4.c',
'widgets_list_1.c',
'widgets_list_1_grouped.c',
'widgets_list_2.c',
'widgets_list_2_grouped.c',
'widgets_list_3.c',
'widgets_list_3_grouped.c',
'widgets_list_4.c',
'widgets_list_4_grouped.c',
'image_blend_unscaled.c',
'image_blend_solid_middle_unscaled.c',
'image_blend_fade_unscaled.c',
'image_blend_fade_pow2_unscaled.c',
'image_blend_solid_unscaled.c',
'image_blend_solid_fade_unscaled.c',
'image_blend_solid_fade_pow2_unscaled.c',
'image_blend_nearest_scaled.c',
'image_blend_nearest_solid_scaled.c',
'image_blend_smooth_scaled.c',
'image_blend_smooth_solid_scaled.c',
'image_blend_nearest_same_scaled.c',
'image_blend_nearest_solid_same_scaled.c',
'image_blend_smooth_same_scaled.c',
'image_blend_smooth_solid_same_scaled.c',
'image_blend_border.c',
'image_blend_solid_middle_border.c',
'image_blend_solid_border.c',
'image_blend_solid_stretch.c',
'image_blend_solid_9patch.c',
'image_blend_border_recolor.c',
'image_map_rotate.c',
'image_map_solid_rotate.c',
'image_map_nearest_rotate.c',
'image_map_nearest_solid_rotate.c',
'image_map_color_rotate.c',
'image_map_color_solid_rotate.c',
'image_map_color_nearest_rotate.c',
'image_map_color_nearest_solid_rotate.c',
'image_map_color_alpha_rotate.c',
'image_map_color_alpha_solid_rotate.c',
'image_map_color_alpha_nearest_rotate.c',
'image_map_color_alpha_nearest_solid_rotate.c',
'image_map_3d_1.c',
'image_map_3d_2.c',
'image_map_3d_3.c',
'image_map_3d_4.c',
'image_map_3d_5.c',
'image_map_3d_6.c',
'image_map_3d_flow.c',
'image_quality_scale.c',
'image_data_argb.c',
'image_data_argb_alpha.c',
'image_data_ycbcr601pl.c',
'image_data_ycbcr601pl_wide_stride.c',
'image_data_ycbcr601pl_map_solid_rotate.c',
'image_data_ycbcr601pl_map_nearest_solid_rotate.c',
'image_crossfade.c',
'text_basic.c',
'text_styles.c',
'text_styles_different_strings.c',
'text_change.c',
'textblock_basic.c',
'textblock_intl.c',
'textblock_auto_align.c',
'textblock_text_append.c',
'textblock_text_fill_format.c',
'rect_blend.c',
'rect_blend_pow2.c',
'rect_solid.c',
'rect_blend_few.c',
'rect_blend_pow2_few.c',
'rect_solid_few.c',
'image_blend_occlude1_few.c',
'image_blend_occlude2_few.c',
'image_blend_occlude3_few.c',
'image_blend_occlude1.c',
'image_blend_occlude2.c',
'image_blend_occlude3.c',
'image_blend_occlude1_many.c',
'image_blend_occlude2_many.c',
'image_blend_occlude3_many.c',
'image_blend_occlude1_very_many.c',
'image_blend_occlude2_very_many.c',
'image_blend_occlude3_very_many.c',
'poly_blend.c',
'proxy_image.c',
'proxy_image_clipped.c',
'proxy_textblock.c',
'proxy_text_fixed.c',
'proxy_text_random.c',
'line_blend.c',
'image_blend_many_smooth_same_scaled.c',
'font_effect_blur_alpha.c',
'font_effect_blur_color.c',
'image_mask.c',
'image_mask_2.c',
'image_mask_3.c',
'image_mask_4.c',
'image_mask_5.c',
'image_mask_6.c',
'image_mask_7.c',
'image_mask_8.c',
'image_mask_9.c',
'image_mask_10.c',
'image_mask_11.c',
'image_mask_12.c',
'image_mask_13.c',
'image_mask_clipped.c',
'vg_basic_rect.c',
'vg_basic_circle.c',
'vg_basic_gradient.c',
'vg_scaled.c',
'snapshot_widgets_file_icons.c' ]
executable('expedite',
expedite_sources,
install: true,
include_directories: config_dir,
dependencies: expedite_dependencies)

View File

@ -19,47 +19,42 @@ static Evas_Object *o_images[OBNUM];
static void
poly(Evas_Object *o, int type, Evas_Coord x, Evas_Coord y)
{
if (o)
eo_do(o, evas_obj_polygon_points_clear());
efl_canvas_polygon_points_clear(o);
switch (type % 4)
{
case 0: /* triangle */
if (o)
eo_do(o, evas_obj_polygon_point_add(x + 50 , y + 0),
evas_obj_polygon_point_add(x + 100, y + 100),
evas_obj_polygon_point_add(x + 0 , y + 100));
break;
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 50, y + 0));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 100, y + 100));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 0, y + 100));
break;
case 1: /* square */
if (o)
eo_do(o, evas_obj_polygon_point_add(x + 0 , y + 0),
evas_obj_polygon_point_add(x + 100, y + 0),
evas_obj_polygon_point_add(x + 100, y + 100),
evas_obj_polygon_point_add(x + 0 , y + 100));
break;
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 0, y + 0));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 100, y + 0));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 100, y + 100));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 0, y + 100));
break;
case 2: /* hex */
if (o)
eo_do(o, evas_obj_polygon_point_add(x + 50 , y + 0),
evas_obj_polygon_point_add(x + 100, y + 30),
evas_obj_polygon_point_add(x + 100, y + 70),
evas_obj_polygon_point_add(x + 50 , y + 100),
evas_obj_polygon_point_add(x + 0 , y + 70),
evas_obj_polygon_point_add(x + 0 , y + 30));
break;
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 50, y + 0));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 100, y + 30));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 100, y + 70));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 50, y + 100));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 0, y + 70));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 0, y + 30));
break;
case 3: /* star */
if (o)
eo_do(o, evas_obj_polygon_point_add(x + 50 , y + 0),
evas_obj_polygon_point_add(x + 60 , y + 40),
evas_obj_polygon_point_add(x + 90 , y + 30),
evas_obj_polygon_point_add(x + 70 , y + 60),
evas_obj_polygon_point_add(x + 90 , y + 100),
evas_obj_polygon_point_add(x + 50 , y + 70),
evas_obj_polygon_point_add(x + 10 , y + 100),
evas_obj_polygon_point_add(x + 30 , y + 60),
evas_obj_polygon_point_add(x + 10 , y + 30),
evas_obj_polygon_point_add(x + 40 , y + 40));
break;
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 50, y + 0));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 60, y + 40));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 90, y + 30));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 70, y + 60));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 90, y + 100));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 50, y + 70));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 10, y + 100));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 30, y + 60));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 10, y + 30));
efl_canvas_polygon_point_add(o, EINA_POSITION2D(x + 40, y + 40));
break;
default:
break;
break;
}
}
@ -73,15 +68,14 @@ static void _setup(void)
{
int r, g, b, a;
o = eo_add(EVAS_POLYGON_CLASS, evas);
o = efl_add(EFL_CANVAS_POLYGON_CLASS, evas);
o_images[i] = o;
a = (rnd()&0xff) / 2;
r = ((rnd()&0xff) * a) / 255;
g = ((rnd()&0xff) * a) / 255;
b = ((rnd()&0xff) * a) / 255;
if (o)
eo_do(o, efl_gfx_color_set(r, g, b, a),
efl_gfx_visible_set(EINA_TRUE));
efl_gfx_color_set(o, r, g, b, a);
efl_gfx_entity_visible_set(o, EINA_TRUE);
poly(o, i, 0, 0);
}
done = 0;
@ -91,7 +85,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -105,19 +99,19 @@ static void _loop(double t, int f)
{
o = o_images[i];
if (o)
eo_do(o, efl_gfx_size_get(&w, &h));
exp_size_get(o, &w, &h);
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (win_w / 4);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (win_h / 4);
if (o)
eo_do(o, efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o, EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -149,8 +143,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -22,24 +22,22 @@ static void _setup(void)
int i;
Evas_Object *o,*src;
o = eo_add(EVAS_IMAGE_CLASS, evas);
eo_do(o,
efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_visible_set(EINA_TRUE));
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
src = o;
o_images[0] = src;
for (i = 1; i < OBNUM; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o_images[i] = o;
eo_do(o,
evas_obj_image_source_set(src),
efl_gfx_size_set(120, 160),
efl_gfx_fill_set(0,0,120,160),
efl_gfx_visible_set(EINA_TRUE));
o = efl_add(EFL_CANVAS_PROXY_CLASS, evas);
o_images[i] = o;
efl_canvas_proxy_source_set(o, src);
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -48,7 +46,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_images[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_images[i]);
}
/* loop - do things */
@ -64,13 +62,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -102,8 +100,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -0,0 +1,124 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_clipped_proxy_start
#define NAME "Image Blend Clipped Proxy"
#define ICON "blend.png"
#ifndef PROTO
# ifndef UI
# include "main.h"
/* standard var */
static int done = 0;
/* private data */
static Evas_Object *o_images[OBNUM * 2];
/* setup */
static void _setup(void)
{
int i;
Evas_Object *o,*src;
o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas);
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
src = o;
o_images[0] = src;
for (i = 1; i < OBNUM; i += 2)
{
Eo *clip;
o = efl_add(EFL_CANVAS_PROXY_CLASS, evas);
o_images[i] = o;
efl_canvas_proxy_source_set(o, src);
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
clip = efl_add(EFL_CANVAS_RECTANGLE_CLASS, evas);
o_images[i + 1] = clip;
efl_canvas_object_clipper_set(o, clip);
efl_gfx_entity_size_set(clip, EINA_SIZE2D(120, 80));
efl_canvas_object_has_fixed_size_set(o, 1);
efl_gfx_entity_visible_set(clip, EINA_TRUE);
}
done = 0;
}
/* cleanup */
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM * 2; i++) efl_del(o_images[i]);
}
/* loop - do things */
static void _loop(double t, int f)
{
int i;
Evas_Coord x, y, w, h;
for (i = 0; i < OBNUM * 2; i++)
{
w = 120;
h = 160;
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
if (i < 1) continue;
i++;
if ((i - 1) % 4)
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y + h / 2));
else
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(const char *key)
{
KEY_STD;
}
/* 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, _setup);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -26,21 +26,21 @@ static void _setup(void)
int i;
Evas_Object *o,*src;
o = eo_add(EVAS_IMAGE_CLASS, evas);
eo_do(o, efl_file_set(build_path("logo.png"), NULL),
efl_gfx_fill_set(0, 0, 120, 160),
efl_gfx_size_set(120, 160),
efl_gfx_position_set(-400, -300));
o = eo_add(EFL_CANVAS_IMAGE_CLASS, evas);
efl_file_simple_load(o, build_path("logo.png"), NULL);
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_entity_position_set(o, EINA_POSITION2D(-400, -300));
src = o;
for (i = 0; i < OBNUM / 2; i++)
{
o = eo_add(EVAS_IMAGE_CLASS, evas);
o = eo_add(EFL_CANVAS_PROXY_CLASS, evas);
o_images[i] = o;
eo_do(o, evas_obj_image_source_set(src, NULL),
efl_gfx_size_set(120, 160),
efl_gfx_fill_set(0,0,120,160),
efl_gfx_visible_set(EINA_TRUE));
efl_canvas_proxy_source_set(o, src, NULL);
efl_gfx_entity_size_set(o, EINA_SIZE2D(120, 160));
efl_gfx_fill_set(o, EINA_RECT(0, 0, 120, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
}
@ -65,13 +65,13 @@ static void _loop(double t, int f)
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (h / 2);
eo_do(o_images[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_images[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -103,8 +103,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

View File

@ -27,34 +27,33 @@ static void _setup(void)
st = EVAS_TEXT_STYLE_SHADOW;
for (i = 0; st <= EVAS_TEXT_STYLE_FAR_SOFT_SHADOW; i++)
{
o = eo_add(EVAS_TEXT_CLASS, evas);
o = evas_object_text_add(evas);
o_texts[i] = o;
eo_do(o,
efl_text_properties_font_set("Vera-Bold", 20),
efl_text_set("This is a test string"),
evas_obj_text_style_set(st),
efl_gfx_color_set(255, 255, 255, 255),
evas_obj_text_shadow_color_set(0, 0, 0, 24),
evas_obj_text_glow_color_set(100, 80, 40, 100),
evas_obj_text_glow2_color_set(50, 10, 5, 50),
evas_obj_text_outline_color_set(0, 0, 0, 255),
efl_gfx_visible_set(EINA_TRUE));
efl_text_font_family_set(o, "Vera-Bold");
efl_text_font_size_set(o, 20);
efl_text_set(o, "This is a test string");
evas_object_text_style_set(o, st);
efl_gfx_color_set(o, 255, 255, 255, 255);
evas_object_text_shadow_color_set(o, 0, 0, 0, 24);
evas_object_text_glow_color_set(o, 100, 80, 40, 100);
evas_object_text_glow2_color_set(o, 50, 10, 5, 50);
evas_object_text_outline_color_set(o, 0, 0, 0, 255);
efl_gfx_entity_visible_set(o, EINA_TRUE);
st++;
}
st = i;
for ( ; i < OBNUM ; i ++)
{
s = o_texts[i % st];
o = eo_add(EVAS_IMAGE_CLASS, evas);
o_texts[i] = o;
eo_do(o, evas_obj_image_source_set(s));
s = o_texts[i % st];
o = efl_add(EFL_CANVAS_PROXY_CLASS, evas);
o_texts[i] = o;
efl_canvas_proxy_source_set(o, s);
/* FIXME s == NULL*/
eo_do(s, efl_gfx_size_get(&w, &h));
eo_do(o,
efl_gfx_size_set(w, h),
efl_gfx_fill_set(0, 0, w, h),
efl_gfx_visible_set(EINA_TRUE));
exp_size_get(s, &w, &h);
efl_gfx_entity_size_set(o, EINA_SIZE2D(w, h));
efl_gfx_fill_set(o, EINA_RECT(0, 0, w, h));
efl_gfx_entity_visible_set(o, EINA_TRUE);
}
done = 0;
@ -64,7 +63,7 @@ static void _setup(void)
static void _cleanup(void)
{
int i;
for (i = 0; i < OBNUM; i++) eo_del(o_texts[i]);
for (i = 0; i < OBNUM; i++) efl_del(o_texts[i]);
}
/* loop - do things */
@ -74,18 +73,18 @@ static void _loop(double t, int f)
Evas_Coord x, y, w, h;
for (i = 0; i < OBNUM; i++)
{
eo_do(o_texts[i], efl_gfx_size_get(&w, &h));
exp_size_get(o_texts[i], &w, &h);
x = (win_w / 2) - (w / 2);
x += sin((double)(f + (i * 13)) / (36.7 * SLOW)) * (w / 2);
y = (win_h / 2) - (h / 2);
y += cos((double)(f + (i * 28)) / (43.8 * SLOW)) * (w / 2);
eo_do(o_texts[i], efl_gfx_position_set(x, y));
efl_gfx_entity_position_set(o_texts[i], EINA_POSITION2D(x, y));
}
FPS_STD(NAME);
}
/* prepend special key handlers if interactive (before STD) */
static void _key(char *key)
static void _key(const char *key)
{
KEY_STD;
}
@ -117,8 +116,7 @@ void FNAME(void);
# ifndef UI
void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
ui_func_set(_key, _loop, _setup);
}
# endif
#endif

Some files were not shown because too many files have changed in this diff Show More