Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkScalar.cpp35 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
37 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts195 const someInLeftHasNoMatch = forEachEntry(left, (leftValue, leftKey) => {
196 if (!right.has(leftKey, /*mode*/ undefined)) return true;
197 const rightValue = right.get(leftKey, /*mode*/ undefined)!;