Searched refs:CurvePoint (Results 1 – 3 of 3) sorted by relevance
33 struct CurvePoint struct35 CurvePoint() {} in CurvePoint() function36 CurvePoint(int index, int attenuationInMb) : in CurvePoint() function42 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument59 void add(const CurvePoint &point) { mCurvePoints.add(point); } in add()66 SortedVector<CurvePoint> mCurvePoints;
35 size_t indexInUiPosition = mCurvePoints.orderOf(CurvePoint(volIdx, 0)); in volIndexToDb()
572 element->add(CurvePoint(point[0], point[1])); in deserialize()