Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp156 …bool alignWithMap = evaluated.evaluate<style::CirclePitchAlignment>(zoom, feature) == AlignmentTyp… in queryIntersectsFeature() local
157 const GeometryCoordinates& transformedQueryGeometry = alignWithMap ? in queryIntersectsFeature()
160 auto transformedSize = alignWithMap ? size * pixelsToTileUnits : size; in queryIntersectsFeature()
165 …const GeometryCoordinate& transformedPoint = alignWithMap ? point : projectPoint(point, posMatrix,… in queryIntersectsFeature()