Home
last modified time | relevance | path

Searched refs:hght (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()
184 m_height = (int)hght; in readHeader()
Dgrfmt_tiff.cpp132 uint32 wdth = 0, hght = 0; in readHeader() local
137 TIFFGetField( tif, TIFFTAG_IMAGELENGTH, &hght ) && in readHeader()
145 m_height = hght; in readHeader()