Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp222 auto stopsValue = objectMember(value, "stops"); in convertStops() local
223 if (!stopsValue) { in convertStops()
228 if (!isArray(*stopsValue)) { in convertStops()
233 if (arrayLength(*stopsValue) == 0) { in convertStops()
239 for (std::size_t i = 0; i < arrayLength(*stopsValue); ++i) { in convertStops()
240 const auto& stopValue = arrayMember(*stopsValue, i); in convertStops()
272 auto stopsValue = objectMember(value, "stops"); in convertBranches() local
273 if (!stopsValue) { in convertBranches()
278 if (!isArray(*stopsValue)) { in convertBranches()
283 if (arrayLength(*stopsValue) == 0) { in convertBranches()
[all …]