Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp16 : horizontalAlign(horizontal_), verticalAlign(vertical_) { in AnchorAlignment()
19 float horizontalAlign; member
24 float horizontalAlign = 0.5; in getAnchorAlignment() local
35 horizontalAlign = 1; in getAnchorAlignment()
40 horizontalAlign = 0; in getAnchorAlignment()
61 return AnchorAlignment(horizontalAlign, verticalAlign); in getAnchorAlignment()
68 float x1 = dx - image.displaySize()[0] * anchorAlign.horizontalAlign; in shapeIcon()
78 const float horizontalAlign, in align() argument
83 const float shiftX = (justify - horizontalAlign) * maxLineLength; in align()
314 align(shaping, justify, anchorAlign.horizontalAlign, anchorAlign.verticalAlign, maxLineLength, in shapeLines()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DButton.qml48 property alias horizontalAlign: text.horizontalAlignment
H A DFileBrowser.qml267 horizontalAlign: Text.AlignHCenter