Searched refs:nextY (Results 1 – 4 of 4) sorted by relevance
122 var nextY = histogram[x];123 if (Math.abs(nextY - y) > 2 && Math.abs(x - lastX) > 1)125 y = nextY;
1094 int nextY; in modify() local1095 if (!absoluteCaretY(next, nextY)) in modify()1098 nextY = -nextY; in modify()1099 if (nextY - startY > static_cast<int>(verticalDistance)) in modify()1101 if (nextY >= lastY) { in modify()1102 lastY = nextY; in modify()
1054 SkScalar nextY = verb == SkPath::kQuad_Verb in splitInflectionPts() local1056 if (nextY < y) { in splitInflectionPts()1091 y = nextY; in splitInflectionPts()