}
it.dead = img->dead;
it.useless = img->useless;
- DBG("... memcpy %p %p %i ",
+ DBG("... memcpy %p %p %zu ",
itt, &it, sizeof(Op_Getinfo_Item));
memcpy(itt, &it, sizeof(Op_Getinfo_Item));
DBG("... memcpy done %p", img);
if (e->pointer.mouse_grabbed > 0)
{
/* go thru old list of in objects */
- Eina_List *outs = NULL;
Eina_List *l, *copy;
Evas_Event_Multi_Move ev;
Evas_Object *obj;
evas_map_coords_get(const Evas_Map *m, Evas_Coord x, Evas_Coord y,
Evas_Coord *mx, Evas_Coord *my, int grab)
{
- int order[4], i, j, edges, edge[4][2], douv;
+ int i, j, edges, edge[4][2], douv;
Evas_Coord xe[2];
double u[2] = { 0.0, 0.0 };
double v[2] = { 0.0, 0.0 };
if ((mx) || (my)) douv = 1;
for (i = 0; i < (edges - 1); i+= 2)
{
- Evas_Coord yp, yd, x0, x1;
-
+ Evas_Coord yp, yd;
+
j = i + 1;
yd = m->points[edge[i][1]].y - m->points[edge[i][0]].y;
if (yd > 0)
evas_object_smart_callbacks_descriptions_set(Evas_Object *obj, const Evas_Smart_Cb_Description *descriptions)
{
const Evas_Smart_Cb_Description *d;
- const Evas_Smart_Cb_Description_Array *sa;
Evas_Object_Smart *o;
unsigned int i, count;
{
int x, w, ww;
FPc u, v, ud, vd, dv;
- DATA32 *d, *s, *so[4], val1, val2;
+ DATA32 *d, *s;
#ifdef COLMUL
FPc cv, cd, cc; // col
DATA32 c1, c2; // col
{
int i;
int c, cx, cy, cw, ch;
- int ytop, ybottom, ystart, yend, y, sw, sh, shp, swp, direct;
+ int ytop, ybottom, ystart, yend, y, sw, shp, swp, direct;
Line *spans;
DATA32 *buf = NULL, *sp;
RGBA_Gfx_Func func = NULL;