evas_inline: Clean up evas_object_is_on_plane function
authorChristopher Michael <cp.michael@samsung.com>
Wed, 29 May 2019 19:37:13 +0000 (15:37 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 3 Jun 2019 07:04:08 +0000 (16:04 +0900)
commit94a960cf09c0f476abad349d01bc044d4bb67386
treeb65b9a7781c2f0ccc50049a0024394779d5be5d0
parent3bb0f57c0fd92040b0178450df3de0d4cf33476d
evas_inline: Clean up evas_object_is_on_plane 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 D9049

Reviewers: raster, cedric, zmike

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7230

Differential Revision: https://phab.enlightenment.org/D9050
src/lib/evas/canvas/evas_object_main.c
src/lib/evas/canvas/evas_render.c
src/lib/evas/include/evas_inline.x