round              36 examples/encoder_png.cc     return static_cast<uint8_t>(round(value));
round            1943 libheif/box.cc   return left.round();
round            1951 libheif/box.cc   return right.round();
round            1959 libheif/box.cc   return top.round();
round            1967 libheif/box.cc   return bottom.round();
round            1972 libheif/box.cc   int left  = (Fraction(0,1)-(m_clean_aperture_width-1)/2).round();
round            1973 libheif/box.cc   int right = (  (m_clean_aperture_width-1)/2).round();
round            1980 libheif/box.cc   int top    = (Fraction(0,1)-(m_clean_aperture_height-1)/2).round();
round            1981 libheif/box.cc   int bottom = ( (m_clean_aperture_height-1)/2).round();
round              78 libheif/box.h      int round() const;