HomeSort by relevance Sort by last modified time
    Searched refs:hght (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgcodecs/src/
grfmt_png.cpp 173 png_uint_32 wdth, hght; local
180 png_get_IHDR( png_ptr, info_ptr, &wdth, &hght,
184 m_height = (int)hght;
grfmt_tiff.cpp 132 uint32 wdth = 0, hght = 0; local
137 TIFFGetField( tif, TIFFTAG_IMAGELENGTH, &hght ) &&
145 m_height = hght;

Completed in 56 milliseconds