Home
last modified time | relevance | path

Searched refs:yposret (Results 1 – 12 of 12) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_dnd.c181 gli = elm_genlist_at_xy_item_get(obj, x, y, yposret); in _gl_item_getcb()
184 (char *)elm_object_item_data_get(gli), gli, *yposret); in _gl_item_getcb()
186 printf("over none, yposret %i\n", *yposret); in _gl_item_getcb()
195 item = elm_gengrid_at_xy_item_get(obj, x, y, xposret, yposret); in _grid_item_getcb()
200 printf("over none, xposret %i yposret %i\n", *xposret, *yposret); in _grid_item_getcb()
209 x, y, xposret, yposret); in _gl_poscb()
228 switch(yposret) in _gl_dropcb()
373 int yposret = 0; in _gl_anim_start() local
378 anim_st->mdx, anim_st->mdy, &yposret); in _gl_anim_start()
538 int yposret = 0; in _gl_icons_get() local
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_cnp.h147 …m *(*Elm_Xy_Item_Get_Cb)(Evas_Object *obj, Evas_Coord x, Evas_Coord y, int *xposret, int *yposret);
441 …*cont, Elm_Object_Item *it, Evas_Coord x, Evas_Coord y, int xposret, int yposret, Elm_Xdnd_Action …
453 …id *data, Evas_Object *obj, Elm_Object_Item *it, Elm_Selection_Data *ev, int xposret, int yposret);
H A Delm_dnd.c396 int xposret, yposret; /* Unused */ in _cont_obj_anim_start() local
398 (st->itemgetcb(st->obj, st->x_down, st->y_down, &xposret, &yposret)) in _cont_obj_anim_start()
629 int yposret = 0; in _elm_item_container_pos_cb() local
641 it = st->itemgetcb(obj, x+xo, y+yo, &xposret, &yposret); in _elm_item_container_pos_cb()
643 st->poscb(data, obj, it, x, y, xposret, yposret, action); in _elm_item_container_pos_cb()
652 int yposret = 0; in _elm_item_container_drop_cb() local
664 it = st->itemgetcb(obj, ev->x+xo, ev->y+yo, &xposret, &yposret); in _elm_item_container_drop_cb()
666 return st->dropcb(data, obj, it, ev, xposret, yposret); in _elm_item_container_drop_cb()
H A Delm_gengrid_eo.legacy.c183 elm_gengrid_at_xy_item_get(const Elm_Gengrid *obj, int x, int y, int *xposret, int *yposret) in elm_gengrid_at_xy_item_get() argument
185 return elm_obj_gengrid_at_xy_item_get(obj, x, y, xposret, yposret); in elm_gengrid_at_xy_item_get()
H A Delm_gengrid_eo.legacy.h510 …Item *elm_gengrid_at_xy_item_get(const Elm_Gengrid *obj, int x, int y, int *xposret, int *yposret);
H A Delm_gengrid_eo.c276 …grid_at_xy_item_get(const Eo *obj, Elm_Gengrid_Data *pd, int x, int y, int *xposret, int *yposret);
278 …_Widget_Item *, NULL, EFL_FUNC_CALL(x, y, xposret, yposret), int x, int y, int *xposret, int *ypos…
H A Delm_gengrid_eo.h517 …dget_Item *elm_obj_gengrid_at_xy_item_get(const Eo *obj, int x, int y, int *xposret, int *yposret);
H A Delm_gengrid.c5235 … Eo *obj EINA_UNUSED, Elm_Gengrid_Data *sd, Evas_Coord x, Evas_Coord y, int *xposret, int *yposret) in _elm_gengrid_at_xy_item_get() argument
5279 if (yposret) in _elm_gengrid_at_xy_item_get()
5281 if (y <= (ity + (ith / 4))) *yposret = -1; in _elm_gengrid_at_xy_item_get()
5283 *yposret = 1; in _elm_gengrid_at_xy_item_get()
5284 else *yposret = 0; in _elm_gengrid_at_xy_item_get()
5310 if (yposret) in _elm_gengrid_at_xy_item_get()
5312 *yposret = 0; in _elm_gengrid_at_xy_item_get()
5314 *yposret = (-1); in _elm_gengrid_at_xy_item_get()
5316 *yposret = (1); in _elm_gengrid_at_xy_item_get()
/dports/games/xzip/xzip/
H A Dxtext.c89 static void find_loc_by_pos(long pos, int *xposret, int *yposret);
684 static void find_loc_by_pos(long pos, int *xposret, int *yposret) in find_loc_by_pos() argument
686 static void find_loc_by_pos(pos, xposret, yposret) in find_loc_by_pos()
689 int *yposret;
701 *yposret = (-scrollline) * lineheight;
706 *yposret = (lx-scrollline) * lineheight;
/dports/graphics/ephoto/ephoto-1.5/src/bin/
H A Dephoto_directory_browser.c86 Elm_Selection_Data *ev, int xposret EINA_UNUSED, int yposret EINA_UNUSED) in _drop_dropcb()
131 int *xposret EINA_UNUSED, int *yposret) in _drop_item_getcb() argument
135 gli = elm_genlist_at_xy_item_get(obj, x, y, yposret); in _drop_item_getcb()
159 int yposret EINA_UNUSED, Elm_Xdnd_Action action EINA_UNUSED) in _drop_pos()
H A Dephoto_thumb_browser.c125 Elm_Selection_Data *ev, int xposret EINA_UNUSED, int yposret EINA_UNUSED) in _drop_dropcb()
172 Evas_Coord y EINA_UNUSED,int *xposret EINA_UNUSED, int *yposret EINA_UNUSED) in _drop_item_getcb()
193 int yposret EINA_UNUSED, Elm_Xdnd_Action action EINA_UNUSED) in _drop_pos()
371 int *yposret) in _dnd_item_get() argument
375 item = elm_gengrid_at_xy_item_get(obj, x, y, xposret, yposret); in _dnd_item_get()
/dports/games/xglk/xglk/
H A Dxg_win_textbuf.c144 int *xposret, int *yposret);
1245 int *xposret, int *yposret) in find_loc_by_pos() argument
1257 *yposret = (-cutwin->scrollline) * cutwin->font.lineheight; in find_loc_by_pos()
1263 *yposret = cutwin->lineoffsetlist[cutwin->linesonpage] in find_loc_by_pos()
1268 *yposret = cutwin->lineoffsetlist[lx2]; in find_loc_by_pos()