Searched defs:offx (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvshapedescr.cpp790 double x0, y0, idet, scale, offx = 0, offy = 0; local
809 offx += ((CvPoint*)reader.ptr)->x;
814 offx += ((CvPoint2D32f*)reader.ptr)->x;
820 offx /= n;
831 x = ((CvPoint*)reader.ptr)->x - offx;
836 x = ((CvPoint2D32f*)reader.ptr)->x - offx;
915 box->center.x = (float)offx;
932 box->center.x = (float)(x0 + offx);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c1562 static Eina_Bool _ewk_tiled_backing_store_zoom_set_internal(Ewk_Tiled_Backing_Store_Data *priv, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy) argument
1564 *offx = priv->view.offset.cur.x;
1632 *offx = priv->view.offset.cur.x;
1663 Eina_Bool ewk_tiled_backing_store_zoom_set(Evas_Object *o, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy) argument
1669 return _ewk_tiled_backing_store_zoom_set_internal(priv, zoom, cx, cy, offx, offy);

Completed in 126 milliseconds