summaryrefslogtreecommitdiff
path: root/src/tests/evas/evas_test_image.c
Commit message (Expand)AuthorAgeFilesLines
* tests/evas: verify loading and mmap values for efl.file are correct with skip...Mike Blumenkrantz2020-03-061-0/+3
* tests/evas: add simple test for skip_head propertyMike Blumenkrantz2020-02-141-0/+41
* evas proxy: make it work for File_Save.saveShinwoo Kim2020-02-041-0/+45
* efl/image: rename "border" -> "border_insets"Mike Blumenkrantz2019-09-181-1/+1
* evas: add a test for loading Android 9patch file.Cedric BAIL2019-07-121-0/+89
* evas: improve test to evaluate stretch region effect on content region.Cedric BAIL2019-07-121-0/+11
* evas: add test for the new efl_gfx_image_content_region_get API.Cedric BAIL2019-07-121-0/+13
* evas_test_image: Fix resource leakChristopher Michael2019-05-021-0/+1
* tests: add api coverage for evas imageMike Blumenkrantz2019-04-181-0/+35
* Revert "tests: add api coverage for evas image"Marcel Hollerbach2019-04-181-35/+0
* tests: add api coverage for evas imageMike Blumenkrantz2019-04-181-0/+35
* efl.file: improve api a bitMike Blumenkrantz2019-02-271-2/+2
* evas cache image: compare with cached image fileShinwoo Kim2018-11-291-0/+103
* tests: use loop test to split jpeg tests from evas_object_image_all_loader_dataMike Blumenkrantz2018-04-171-45/+59
* tests: move to using checked fixtures for all test suitesMike Blumenkrantz2018-04-051-10/+0
* tests: add instrumentation to existing tests to find slow testsMike Blumenkrantz2018-04-051-20/+20
* fix evas test suite to now init both ecore and evas.... correctly.Carsten Haitzler (Rasterman)2018-01-051-10/+11
* efl: Use Eina.Size2D in Gfx.ViewJean-Philippe Andre2017-09-191-2/+7
* evas: Use Eina.Slice on the stack (gfx.buffer)Jean-Philippe Andre2017-09-191-33/+36
* evas tests - add Jpeg2000 testsVincent Torri2017-08-111-3/+65
* Evas and Eolian : Freed string bufferUma Devika2017-07-071-0/+2
* evas: fix comparison between unsigned and signed warning.Cedric BAIL2016-12-151-1/+1
* evas: Switch EO APIs to Eina_Slice for gfx buffers (map)Jean-Philippe Andre2016-09-061-51/+43
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-3/+3
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-3/+3
* Evas: Rename Evas.Image into Efl.Canvas.Image.InternalJean-Philippe Andre2016-06-101-1/+1
* tests: evas: remove unused variableStefan Schmidt2016-06-061-2/+0
* Revert "Eo: Remove eo_del() and make eo_unref() the replacement."Tom Hacohen2016-06-011-3/+3
* Eo: Remove eo_del() and make eo_unref() the replacement.Tom Hacohen2016-05-171-3/+3
* Evas: Add a test case for image buffer_map.Jean-Philippe Andre2016-03-281-0/+167
* tests: Remove unused variables (evas_image)Jean-Philippe Andre2016-03-181-2/+1
* Efl.Gfx.Fill: Rename filled to fill_autoJean-Philippe Andre2016-03-181-1/+1
* Change the EFL according to the renaming of the eo_add() current object.Tom Hacohen2016-03-151-1/+1
* Evas image: Move filled property to Efl.Gfx.Fill and set as defaultJean-Philippe Andre2016-03-151-0/+29
* tests evas: enable xpm image loader in testsStefan Schmidt2016-03-091-3/+0
* tests evas: remove commented out function which have not been used since 2014Stefan Schmidt2016-03-091-12/+0
* Test rework #20: EvasVincent Torri2016-02-161-2/+3
* emile: fix region load for jpeg image with orientation different set.jiin.moon2015-06-031-12/+126
* evas: add image_orient_set/get tests in evas tests suite.kabeer khan2015-04-061-0/+57
* evas: jpeg decoders alows a difference of 1 bit per component.pierre lamot2015-02-051-2/+21
* evas: add new test for bug in BMP loader.Cedric BAIL2015-01-261-0/+62
* evas: fix tests to actually test image !Cedric BAIL2015-01-261-3/+3
* evas: tests only for extension compiled in.Cedric BAIL2014-10-221-28/+54
* evas: tests more file format loader.Cedric BAIL2014-10-211-2/+80
* evas: tests tgv file decoding.Cedric BAIL2014-10-021-0/+56
* evas tests: remove TODO comment already doneWonguk2014-08-041-1/+0
* evas: jpeg loader - add tests for EXIF flip, transpose, transverse.Wonguk Jeong2014-07-061-8/+84
* jpeg laoder: exif orientation test addedWonguk Jeong2014-06-291-2/+117
* Tests: fix annoying warning.Daniel Zaoui2014-04-271-0/+2
* evas: add infrastructure and basic tests for loading image.Cedric BAIL2014-04-011-0/+53