Searched refs:west (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | geo.cpp | 74 bool containsUnwrapped = area.east() <= east() && area.west() >= west(); in contains() 81 return (other.east() <= util::LONGITUDE_MAX && other.west() >= wrapped.west()) || in contains() 82 (other.east() <= wrapped.east() && other.west() >= -util::LONGITUDE_MAX); in contains() 84 return other.east() <= wrapped.east() && other.west() >= wrapped.west(); in contains() 96 bool longitudeIntersects = area.east() > west() && area.west() < east(); in intersects() 104 other.east() > wrapped.west() || in intersects() 105 other.west() < wrapped.east(); in intersects() 107 return other.east() > wrapped.west() || in intersects() 108 other.west() < wrapped.east(); in intersects() 110 return other.east() > wrapped.west() && in intersects() [all …]
|
| H A D | tile_cover.cpp | 150 { std::max(bounds_.south(), -util::LATITUDE_MAX), bounds_.west() }, in tileCover() 218 { std::max(bounds_.south(), -util::LATITUDE_MAX), bounds_.west() }, in TileCover()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | qcom,sm8150-pinctrl.txt | 14 Definition: the base address and size of the north, south, west 21 "west" and "east". 182 reg-names = "west", "east", "north", "south";
|
| H A D | qcom,sc7180-pinctrl.txt | 14 Definition: the base address and size of the north, south and west 21 and "west". 179 reg-names = "west", "north", "south";
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 116 double west() const { return sw.longitude(); } in west() function in mbgl::LatLngBounds 123 LatLng northwest() const { return LatLng(north(), west()); } in northwest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline.cpp | 97 bounds.PushBack(region.bounds.west(), doc.GetAllocator()); in encodeOfflineRegionDefinition()
|
| /OK3568_Linux_fs/u-boot/include/andestech/ |
| H A D | andes_pcu.h | 50 unsigned int west; /* 0x8C - Wakeup Event Status */ member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sm8150.dtsi | 749 reg-names = "west", "east", "north", "south";
|
| H A D | sm8250.dtsi | 1552 reg-names = "west", "south", "north";
|
| H A D | sc7180.dtsi | 1450 reg-names = "west", "north", "south";
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-10 | 3429 west of the Prime Meridian and negative if it is east. The hour must be 3475 from UTC is 5 hours; since this is west of the prime meridian, the sign 3594 standard time, in seconds west of UTC. For example, in the U.S.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-10 | 3429 west of the Prime Meridian and negative if it is east. The hour must be 3475 from UTC is 5 hours; since this is west of the prime meridian, the sign 3594 standard time, in seconds west of UTC. For example, in the U.S.
|