efl/src/modules
Shinwoo Kim 5f159ae624 evas: use SEQUENTIAL for decoding png file
Summary:
There was a mistake caused by "2a0eeba evas: fix png regression issue".

The flag is_for_data was close_file before this commit.
_evas_image_load_file_internal_head_png closes file if it is called only for
header. So the close_file does not mean is_for_data.

This patch is changing is_for_data to is_for_head, and make
_evas_image_load_file_internal_head_png use EINA_FILE_SEQUENTIAL
for data decoding.

Reviewers: Hermet, jsuya, herb, raster

Reviewed By: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11783
2020-05-08 19:26:46 +09:00
..
ecore meson: do no build upower on macos 2020-04-07 10:58:24 +02:00
ecore_buffer meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
ecore_evas ecore-evas-drm: Remove useless check for visibility 2020-05-06 10:06:53 -04:00
ecore_imf Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
ecore_wl2 meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
eeze meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
eina eina: introduce a simple malloc near implementation for Chained Mempool. 2019-10-30 08:14:29 -07:00
elementary meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
emotion meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
ethumb meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
evas evas: use SEQUENTIAL for decoding png file 2020-05-08 19:26:46 +09:00