Home
last modified time | relevance | path

Searched refs:hasID (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 Dglyph_pbf.cpp21 bool hasID = false, hasWidth = false, hasHeight = false, hasLeft = false, in parseGlyphPBF() local
28 hasID = true; in parseGlyphPBF()
63 if (!hasID || !hasWidth || !hasHeight || !hasLeft || !hasTop || !hasAdvance || in parseGlyphPBF()