Home
last modified time | relevance | path

Searched refs:setStrategy (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLineBreaker.h133 void setStrategy(BreakStrategy strategy) { mStrategy = strategy; } in setStrategy() function
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc290 breaker_.setStrategy(paragraph_style_.break_strategy); in ComputeLineBreaks()