Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/lang/render/
Drender.go50 prevLine := src[0].Line - 1
76 if commentLine > prevLine+1 {
86 prevLine = commentLine
101 if prevLine < line-1 {
189 prevLine = line
198 if commentLine > prevLine+1 {
207 prevLine = commentLine
/third_party/icu/tools/colprobe/
Dcolprobe.cpp407 probeStrength(Line** prevLine, Line **currLine, CompareFn comparer) { in probeStrength() argument
451 if((result = comparer(prevLine, currLine)) == 0) { in probeStrength()
456 } else if(trySwamps(prevLine, currLine, primSwamps[i], comparer)) { in probeStrength()
458 } else if(trySwamps(prevLine, currLine, secSwamps[i], comparer)) { in probeStrength()
460 } else if(trySwamped(prevLine, currLine, terSwamped[i], comparer)) { in probeStrength()
476 Line **prevLine = lines+i-1; in analyzeStrength() local
478 (*currLine)->strength = probeStrength(prevLine, currLine, comparer); in analyzeStrength()
480 (*currLine)->previous = *prevLine; in analyzeStrength()
481 (*prevLine)->next = *currLine; in analyzeStrength()
802 Line **prevLine = lines; in analyzeContractions() local
[all …]
/third_party/skia/experimental/sktext/editor/
DEditor.cpp88 auto prevLine = fEditableText->getLine(position.fLineIndex - 1); in moveCursor() local
89 cursorPosition.offset(0, - prevLine.fBounds.height()); in moveCursor()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dwarp_affine.cc280 bool prevLine = false; in RemapBilinear() local
284 …dst.width_ ? (unsigned)HW[dx * 2] < src_width && (unsigned)HW[dx * 2 + 1] < src_height : !prevLine; in RemapBilinear()
285 if (curLine == prevLine) continue; in RemapBilinear()
290 prevLine = curLine; in RemapBilinear()