Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp48 Viewport enumerator
53 Viewport enumerator
58 Viewport, enumerator
63 Viewport, enumerator
74 Viewport, enumerator
111 Viewport enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp25 { TranslateAnchorType::Viewport, "viewport" },
35 { HillshadeIlluminationAnchorType::Viewport, "viewport" },
40 { RotateAnchorType::Viewport, "viewport" },
45 { CirclePitchScaleType::Viewport, "viewport" },
94 { AlignmentType::Viewport, "viewport" },
107 { LightAnchorType::Viewport, "viewport" }
H A Dlight_impl.hpp28 return LightAnchorType::Viewport; in defaultValue()
/OK3568_Linux_fs/u-boot/drivers/usb/ulpi/
H A DKconfig4 prompt "ULPI Viewport type"
12 bool "Generic ULPI Viewport"
14 Support generic ULPI Viewport implementation that is used on
18 bool "OMAP ULPI Viewport"
20 Support ULPI Viewport implementation that is used on OMAP devices.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.hpp175 struct Viewport { struct
193 constexpr bool operator!=(const Viewport::Type& a, const Viewport::Type& b) { in operator !=()
197 constexpr bool operator==(const Viewport::Type& a, const Viewport::Type& b) { in operator ==()
H A Dvalue.cpp257 const constexpr Viewport::Type Viewport::Default;
259 void Viewport::Set(const Type& value) { in Set()
263 Viewport::Type Viewport::Get() { in Get()
H A Dcontext.hpp224 State<value::Viewport> viewport;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_backend.cpp38 assert(gl::value::Viewport::Get() == getContext().viewport.getCurrentValue()); in assumeViewport()
59 assert(gl::value::Viewport::Get() == getContext().viewport.getCurrentValue()); in setViewport()
H A Drender_tile.cpp27 (anchor == TranslateAnchorType::Viewport ? -state.getAngle() : 0); in translateVtxMatrix()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dhillshade_layer_properties.hpp20 …illshadeIlluminationAnchorType defaultValue() { return HillshadeIlluminationAnchorType::Viewport; } in defaultValue()
H A Dcircle_layer_properties.hpp44 static AlignmentType defaultValue() { return AlignmentType::Viewport; } in defaultValue()
H A Dhillshade_layer.cpp105 return { HillshadeIlluminationAnchorType::Viewport }; in getDefaultHillshadeIlluminationAnchor()
H A Dcircle_layer.cpp289 return { AlignmentType::Viewport }; in getDefaultCirclePitchAlignment()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp172 … if (pitchScale == CirclePitchScaleType::Viewport && pitchAlignment == AlignmentType::Map) { in queryIntersectsFeature()
174 … } else if (pitchScale == CirclePitchScaleType::Map && pitchAlignment == AlignmentType::Viewport) { in queryIntersectsFeature()
H A Drender_hillshade_layer.cpp40 …if (evaluated.get<HillshadeIlluminationAnchor>() == HillshadeIlluminationAnchorType::Viewport) azi… in getLight()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dfill_extrusion_program.cpp23 if (light.get<LightAnchor>() == LightAnchorType::Viewport) { in lightPosition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/
H A DMapPopupMenu.qml64 …addItem(qsTr("Fit Viewport To Map Items")).triggered.connect(function(){itemClicked("fitViewport")…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp182 if (anchorType == style::TranslateAnchorType::Viewport) { in translateQueryGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp63 layout.get<IconRotationAlignment>() = AlignmentType::Viewport; in SymbolLayout()
71 layout.get<TextRotationAlignment>() = AlignmentType::Viewport; in SymbolLayout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp520 #pragma mark - Viewport mode
H A Dmap.cpp619 #pragma mark - Viewport mode