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

  /external/chromium_org/third_party/libwebp/dec/
webp.c 293 int canvas_height = 0; local
323 &canvas_width, &canvas_height, &flags);
341 if (height != NULL) *height = canvas_height;
392 if (canvas_width != image_width || canvas_height != image_height) {
  /external/chromium_org/third_party/libwebp/demux/
demux.c 612 int canvas_width, int canvas_height) {
617 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
623 if (frame->height_ + frame->y_offset_ > canvas_height) return 0;
    [all...]

Completed in 612 milliseconds