Home
last modified time | relevance | path

Searched refs:nextY (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineMemoryOverview.js122 var nextY = histogram[x];
123 if (Math.abs(nextY - y) > 2 && Math.abs(x - lastX) > 1)
125 y = nextY;
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1094 int nextY; in modify() local
1095 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()
/external/skia/experimental/Intersection/
DEdgeWalker.cpp1054 SkScalar nextY = verb == SkPath::kQuad_Verb in splitInflectionPts() local
1056 if (nextY < y) { in splitInflectionPts()
1091 y = nextY; in splitInflectionPts()
/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeWalker.cpp1054 SkScalar nextY = verb == SkPath::kQuad_Verb in splitInflectionPts() local
1056 if (nextY < y) { in splitInflectionPts()
1091 y = nextY; in splitInflectionPts()