Home
last modified time | relevance | path

Searched refs:findY (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DLinearMap.h233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
/frameworks/av/include/media/
DLinearMap.h233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
DInterpolator.h69 T findY(S x) { // logically const, but modifies cache in findY() function
DVolumeShaper.h699 const T unscaledVolume = mConfiguration->findY(xOffset); in computeVolumeFromXOffset()
/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java140 vertPoint.y = findY(slope, yIntercept, vertPoint.x); in getEdgeIntersect()
194 private int findY(float slope, float yIntercept, float x) { in findY() method in PipSnapAlgorithm