Searched refs:resDistance (Results 1 – 1 of 1) sorted by relevance
2323 double resDistance = !isTabStep ? std::numeric_limits<double>::max() : 0.0f; in GetNearestNodeByProjectArea() local2364 if ((!isTabStep && val < resDistance) || (isTabStep && val > resDistance)) { in GetNearestNodeByProjectArea()2365 resDistance = val; in GetNearestNodeByProjectArea()2374 SEC_PARAM(nextNode ? nextNode->GetFrameId() : -1), resDistance); in GetNearestNodeByProjectArea()