Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DOptimalLineBreaker.cpp56 constexpr float SHRINKABILITY = 1.0 / 3.0; variable
328 const float maxShrink = justified ? SHRINKABILITY * context.spaceWidth : 0.0f; in computeBreaks()