Searched refs:MAX_CANVAS_SIZE (Results 1 – 6 of 6) sorted by relevance
77 #define MAX_CANVAS_SIZE (1 << 24) // 24-bit max for VP8X width/height. macro
355 width > MAX_CANVAS_SIZE || height > MAX_CANVAS_SIZE) { in WebPMuxSetCanvasSize()515 if (width > MAX_CANVAS_SIZE || height > MAX_CANVAS_SIZE) { in CreateVP8XChunk()
378 assert(width <= MAX_CANVAS_SIZE && height <= MAX_CANVAS_SIZE); in EmitVP8XChunk()
60 assert(pic->width <= MAX_CANVAS_SIZE && pic->height <= MAX_CANVAS_SIZE); in PutVP8XHeader()
696 if (webp_info->canvas_width_ > MAX_CANVAS_SIZE) { in ProcessVP8XChunk()699 if (webp_info->canvas_height_ > MAX_CANVAS_SIZE) { in ProcessVP8XChunk()848 webp_info->canvas_width_ > MAX_CANVAS_SIZE || in ProcessImageChunk()849 webp_info->canvas_height_ > MAX_CANVAS_SIZE || in ProcessImageChunk()
533 if (image->canvas_width > MAX_CANVAS_SIZE || in ReadAnimatedGIF()534 image->canvas_height > MAX_CANVAS_SIZE) { in ReadAnimatedGIF()
Completed in 12 milliseconds