Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp131 float calculateBadness(const float lineWidth, const float targetWidth, const float penalty, const b… in calculateBadness()
178 … evaluateBreak(const std::size_t breakIndex, const float breakX, const float targetWidth, const st… in evaluateBreak()
225 const float targetWidth = determineAverageLineWidth(logicalInput, spacing, maxWidth, glyphs); in determineLineBreaks() local