Lines Matching defs:width
131 unsigned int m_pixelWidth; /* width in pixels (network byte order) */
142 int m_width; /* pixel width */
634 unsigned int width, height, imageSize;
643 width = pageInfo.m_width;
645 imageSize = width * height * 3;
650 width,
672 params->pixels_per_line = width;
673 params->bytes_per_line = width * 3;
1645 DBG (5, "Ignoring width (already have a value)\n");
1797 int numPixels, iPixel, width, height, scanLineSize, imageBytes;
1913 width = ntohl (pState->m_pixelWidth);
1915 TIFFSetField (pTiff, TIFFTAG_IMAGEWIDTH, width);
1933 numPixels = height * width;
1942 imageBytes = width * height * 3;
1953 TIFFReadBufferSetup (pTiff, NULL, width * height * sizeof (u_long));
1955 TIFFReadRGBAImageOriented (pTiff, width, height, pTiffRgba,
1971 pageInfo.m_width = width;
1977 pState->m_numPages, width, height, pageInfo.m_totalSize );