[Webkit-unassigned] [Bug 79031] [EFL] Make a pair between evas_object_image_data_set/get.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 05:00:42 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79031


KwangHyuk <hyuki.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyuki.kim at samsung.com




--- Comment #2 from KwangHyuk <hyuki.kim at samsung.com>  2012-02-23 05:00:42 PST ---
> Source/WebKit/efl/ChangeLog:8
> +        - We get the pixel data when we create the cairo surface.

We ?

> Source/WebKit/efl/ChangeLog:10
> +        We should make a pair between evas_object_image_data_set/get to return evas resource.

I suggest you to specify the reason of evas_object_image_data_set too.
So, it can be a complete sentence.

> Source/WebKit/efl/ewk/ewk_view_tiled.cpp:52
> +    uint8_t* pixels = static_cast<uint8_t*>(evas_object_image_data_get(tile->image, EINA_TRUE));

EINA_TRUE should be replaced.

> Source/WebKit/efl/ewk/ewk_view_tiled.cpp:76
> +    cairo_identity_matrix(cairo.get());

I don't think that cairo_identity_matrix() would be required. would you double check ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list