Home
last modified time | relevance | path

Searched defs:isRtl (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp503 bool isRtl) in Iter()
606 bool isRtl, in doLayout()
629 bool isRtl, in measureText()
652 bool isRtl, in doLayoutRunCached()
717 bool isRtl, in doLayoutWord()
938 bool isRtl, in doLayoutRun()
DLineBreaker.cpp124 bool isRtl) { in addStyleRun()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc324 bool isRtl = (paragraph_style_.text_direction == TextDirection::rtl); in ComputeLineBreaks() local