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

  /external/chromium_org/third_party/libwebp/dec/
webp.c 292 int canvas_width = 0; local
323 &canvas_width, &canvas_height, &flags);
340 if (width != NULL) *width = canvas_width;
392 if (canvas_width != image_width || canvas_height != image_height) {
  /external/webp/src/dec/
webp.c 292 int canvas_width = 0; local
323 &canvas_width, &canvas_height, &flags);
338 image_width = canvas_width;
398 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) {
622 if (frame->width_ + frame->x_offset_ > canvas_width) return 0;
    [all...]
  /external/webp/src/demux/
demux.c 612 int canvas_width, int canvas_height) {
617 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
622 if (frame->width_ + frame->x_offset_ > canvas_width) return 0;
    [all...]

Completed in 90 milliseconds