Home
last modified time | relevance | path

Searched refs:wdth (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_png.cpp173 png_uint_32 wdth, hght; in readHeader() local
180 png_get_IHDR( png_ptr, info_ptr, &wdth, &hght, in readHeader()
183 m_width = (int)wdth; in readHeader()
Dgrfmt_tiff.cpp132 uint32 wdth = 0, hght = 0; in readHeader() local
136 if( TIFFGetField( tif, TIFFTAG_IMAGEWIDTH, &wdth ) && in readHeader()
144 m_width = wdth; in readHeader()