Home
last modified time | relevance | path

Searched defs:textWithSpaces (Results 1 – 5 of 5) sorted by relevance

/external/dokka/core/src/test/kotlin/markdown/
DParserTest.kt22 @Test fun textWithSpaces() { in textWithSpaces() method in org.jetbrains.dokka.tests.ParserTest
/external/skia/modules/skparagraph/src/
DTextLine.h58 TextRange textWithSpaces() const { return fTextWithWhitespacesRange; } in textWithSpaces() function
DTextWrapper.cpp339 …TextRange textWithSpaces(fEndLine.startCluster()->textRange().start, startLine->textRange().start); in breakTextIntoLines() local
DParagraphImpl.cpp528 bool addEllipsis) { in breakShapedTextIntoLines()
643 TextRange textWithSpaces, in addLine()
DTextLine.cpp86 TextRange textWithSpaces, in TextLine()