HomeSort by relevance Sort by last modified time
    Searched refs:off_y (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1046 Evas_Coord off_y = priv->view.offset.base.y + count * th; local
1093 Evas_Coord off_y = priv->view.offset.base.y - count * th; local
    [all...]
  /external/webp/src/enc/
picture.c 891 const int off_y = (y * pic->y_stride + x) * SIZE; local
895 values[0] = pic->y[off_y];
900 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
    [all...]

Completed in 48 milliseconds