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

  /external/chromium_org/third_party/libwebp/enc/
picture_tools.c 100 const int off_y = (y * pic->y_stride + x) * SIZE; local
104 values[0] = pic->y[off_y];
109 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
  /external/webp/src/enc/
picture_tools.c 100 const int off_y = (y * pic->y_stride + x) * SIZE; local
104 values[0] = pic->y[off_y];
109 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
  /external/pixman/pixman/
pixman-glyph.c 501 int off_x, int off_y,
585 glyph_box.y1 = glyphs[i].y - glyph->origin_y + off_y;

Completed in 137 milliseconds