Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSampleChineseFling.cpp198 auto currentLineLength = std::min(45, paragraphLength - 45); in onOnceBeforeDraw() local
199 this->createRandomLine(glyphs, currentLineLength); in onOnceBeforeDraw()
203 currentLineLength * 4, in onOnceBeforeDraw()
/third_party/flutter/skia/samplecode/
DSampleChineseFling.cpp194 auto currentLineLength = SkTMin(45, paragraphLength - 45); in onOnceBeforeDraw() local
195 this->createRandomLine(glyphs, currentLineLength); in onOnceBeforeDraw()
199 currentLineLength * 4, in onOnceBeforeDraw()
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddiagnostics.dart1027 final int currentLineLength = _currentLine.length + _getCurrentPrefix(_buffer.isEmpty).length;
1029 final int targetLength = targetLineLength - currentLineLength;