Searched refs:canvas_height (Results 1 – 5 of 5) sorted by relevance
110 dec->info_.canvas_height = WebPDemuxGetI(dec->demux_, WEBP_FF_CANVAS_HEIGHT); in WebPAnimDecoderNewInternal()117 dec->info_.canvas_width * NUM_CHANNELS * dec->info_.canvas_height; in WebPAnimDecoderNewInternal()142 int canvas_height) { in IsFullFrame() argument143 return (width == canvas_width && height == canvas_height); in IsFullFrame()148 uint32_t canvas_height) { in ZeroFillCanvas() argument149 memset(buf, 0, canvas_width * NUM_CHANNELS * canvas_height); in ZeroFillCanvas()175 int canvas_width, int canvas_height) { in IsKeyFrame() argument180 canvas_width, canvas_height)) { in IsKeyFrame()185 canvas_height) || in IsKeyFrame()318 height = dec->info_.canvas_height; in WebPAnimDecoderGetNext()
575 int canvas_width, int canvas_height) { in CheckFrameBounds() argument580 if (frame->width_ != canvas_width || frame->height_ != canvas_height) { in CheckFrameBounds()586 if (frame->height_ + frame->y_offset_ > canvas_height) return 0; in CheckFrameBounds()
286 int canvas_height = 0; in ParseHeadersInternal() local316 &canvas_width, &canvas_height, &flags); in ParseHeadersInternal()332 image_height = canvas_height; in ParseHeadersInternal()391 if (canvas_width != image_width || canvas_height != image_height) { in ParseHeadersInternal()
291 uint32_t canvas_height; member