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

  /external/webp/src/demux/
anim_decode.c 272 // Returns two ranges (<left, width> pairs) at row 'canvas_y', that belong to
275 const WebPIterator* const dst, int canvas_y,
281 assert(canvas_y >= src->y_offset && canvas_y < (src->y_offset + src->height));
287 if (canvas_y < dst->y_offset || canvas_y >= dst_max_y ||
376 const int canvas_y = iter.y_offset + y; local
378 FindBlendRangeAtRow(&iter, &dec->prev_iter_, canvas_y, &left1, &width1,
381 const size_t offset1 = canvas_y * width + left1;
386 const size_t offset2 = canvas_y * width + left2
    [all...]

Completed in 65 milliseconds