Lines Matching defs:width
338 uint16_t width = png_get_image_width(png, info);
342 uint32_t dataSize = height * width * pixelByteSize;
390 for (uint16_t x = 0; x < width * pixelByteSize; x += pixelByteSize) {
399 imgInfo->header.width = width;
430 uint16_t width = cinfo.output_width;
432 uint32_t dataSize = width * height * pixelByteSize;
454 for (uint16_t x = 0; x < width * 3; x += 3) { // 3: color components per pixel
465 imgInfo->header.width = width;