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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 06:43:30 PST 2012


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

           Summary: [EFL] Make a pair between
                    evas_object_image_data_set/get.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jungjik.lee at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Following the guide of EFL(http://docs.enlightenment.org/auto/evas/group__Evas__Object__Image.html),
we should make a pair between evas_object_image_data_get and set.
Because when calling evas_object_image_data_get, the function increases the reference count.
If the ref count is not null, the pixel data is kept inside evas object.
So to return pixel resource, evas_object_image_data_set should be called.

-- 
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