evas_inline: Clean up evas_object_is_opaque function
authorChristopher Michael <cp.michael@samsung.com>
Wed, 29 May 2019 19:37:07 +0000 (15:37 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 3 Jun 2019 07:04:08 +0000 (16:04 +0900)
commit3bb0f57c0fd92040b0178450df3de0d4cf33476d
treec9b7a4145c8da2563ba2215a823225dbbf5842fe
parent4f21ff2fe0b862882a7ef78856657cb46bd1685d
evas_inline: Clean up evas_object_is_opaque function

Summary:
This file is full of functions called as:
foo(eo_obj, obj);

Most of them can be reduced to foo(obj); and internally get the eo_obj
with obj->object

This would make it impossible to screw up calling them passing an
unrelated pair, and make calling code a little more readable.

ref T7230

Depends on D9048

Reviewers: raster, cedric, zmike

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7230

Differential Revision: https://phab.enlightenment.org/D9049
src/lib/evas/canvas/efl_canvas_vg_object.c
src/lib/evas/canvas/evas_object_image.c
src/lib/evas/canvas/evas_object_rectangle.c
src/lib/evas/canvas/evas_render.c
src/lib/evas/include/evas_inline.x