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