Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp315 int32_t nzRule = xps[0].winding ? 1 : -1; in nextRow() local
318 if (!(isClosed && nzRule != 0)) { in nextRow()
324 nzRule += xp.winding ? 1 : -1; in nextRow()