Home
last modified time | relevance | path

Searched refs:searchKey (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkScalar.cpp13 SkScalar SkScalarInterpFunc(SkScalar searchKey, const SkScalar keys[], in SkScalarInterpFunc() argument
23 while (right < length && searchKey > keys[right]) in SkScalarInterpFunc()
34 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/external/skia/include/core/
DSkScalar.h253 SkScalar SkScalarInterpFunc(SkScalar searchKey, const SkScalar keys[],