Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.cpp86 std::size_t nIndicies = indices.size(); in addFeature() local
87 assert(nIndicies % 3 == 0); in addFeature()
97 for (uint32_t i = 0; i < nIndicies; i += 3) { in addFeature()
104 triangleSegment.indexLength += nIndicies; in addFeature()