Home
last modified time | relevance | path

Searched refs:hasHeight (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 Dglyph_pbf.cpp21 bool hasID = false, hasWidth = false, hasHeight = false, hasLeft = false, in parseGlyphPBF() local
39 hasHeight = true; in parseGlyphPBF()
63 if (!hasID || !hasWidth || !hasHeight || !hasLeft || !hasTop || !hasAdvance || in parseGlyphPBF()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtquickcontrols2/
H A D0001-Revert-Get-the-scale-of-the-popup-item-when-setting-.patch62 if (!p->hasHeight && heightAdjusted && rect.height() > 0)