Home
last modified time | relevance | path

Searched refs:lineDelta (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java241 tempSelection.caret = lineDelta(tempSelection.caret, -1); in keyPressed()
250 tempSelection.caret = lineDelta(tempSelection.caret, +1); in keyPressed()
303 private int lineDelta(int off, int delta) { in lineDelta() method in DumbTextComponent
/third_party/skia/src/core/
DSkPath.cpp3532 SkVector lineDelta = lineEnd - lineStart; in IsRectContour() local
3533 if (lineDelta.fX && lineDelta.fY) { in IsRectContour()
3536 if (!lineDelta.isFinite()) { in IsRectContour()
3542 int nextDirection = rect_make_dir(lineDelta.fX, lineDelta.fY); // 0 to 3 in IsRectContour()
/third_party/typescript/src/services/formatting/
Dformatting.ts1266 const lineDelta = currentStartLine - previousStartLine; constant
1267 if (lineDelta !== 1) {