Searched refs:wdth (Results 1 – 2 of 2) sorted by relevance
173 png_uint_32 wdth, hght; in readHeader() local180 png_get_IHDR( png_ptr, info_ptr, &wdth, &hght, in readHeader()183 m_width = (int)wdth; in readHeader()
132 uint32 wdth = 0, hght = 0; in readHeader() local136 if( TIFFGetField( tif, TIFFTAG_IMAGEWIDTH, &wdth ) && in readHeader()144 m_width = wdth; in readHeader()