Lines Matching refs:canvas_height
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()
120 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height); in WebPAnimDecoderNewInternal()
139 int canvas_height) { in IsFullFrame() argument
140 return (width == canvas_width && height == canvas_height); in IsFullFrame()
145 uint32_t canvas_height) { in ZeroFillCanvas() argument
147 (uint64_t)canvas_width * canvas_height * NUM_CHANNELS * sizeof(*buf); in ZeroFillCanvas()
179 int canvas_width, int canvas_height) { in IsKeyFrame() argument
184 canvas_width, canvas_height)) { in IsKeyFrame()
189 canvas_height) || in IsKeyFrame()
322 height = dec->info_.canvas_height; in WebPAnimDecoderGetNext()