Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dswitchwidget.cpp53 qreal textHeight = visualRect.height(); in paintEvent() local
55 QRectF tectRect = QRectF(visualRect.x(), visualRect.y(), textWidth, textHeight); in paintEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp45 auto textHeight = textBottom - textTop; in getIconQuad() local
50 …auto offsetY = layout.get<IconTextFit>() == IconTextFitType::Width ? (textHeight - iconHeight) * 0… in getIconQuad()
53 …extFitType::Height || layout.get<IconTextFit>() == IconTextFitType::Both ? textHeight : iconHeight; in getIconQuad()