Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp255 const style::TextJustifyType textJustify, in shapeLines() argument
268 const float justify = textJustify == style::TextJustifyType::Right ? 1 : in shapeLines()
269 textJustify == style::TextJustifyType::Left ? 0 : in shapeLines()
329 const style::TextJustifyType textJustify, in getShaping() argument
343 textJustify, verticalHeight, writingMode, glyphs); in getShaping()
H A Dshaping.hpp52 style::TextJustifyType textJustify,