Home
last modified time | relevance | path

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

/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
DParagraph.kt302 fun reflow(firstLineMaxWidth: Int, maxLineWidth: Int): List<String> { in reflow() method in com.facebook.ktfmt.kdoc.Paragraph
348 private fun reflow(words: List<String>, lineWidth: Int, hangingIndentSize: Int): List<String> { in reflow() method
/external/giflib/
DMakefile127 reflow: target
/external/python/cpython3/Parser/
Dasdl_c.py119 def emit(self, s, depth, reflow=True): argument
415 def emit(s, depth=0, reflow=True): argument
449 def emit(s, depth=0, reflow=True): argument
458 def emit(s, depth=0, reflow=True): argument
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h658 inline void ParagraphLayout::reflow() in reflow() function
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DStringWrapper.java254 private static String reflow( in reflow() method in StringWrapper