Home
last modified time | relevance | path

Searched refs:Style (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp11 Style::Style(Scheduler& scheduler, FileSource& fileSource, float pixelRatio) in Style() function in mbgl::style::Style
15 Style::~Style() = default;
17 void Style::loadJSON(const std::string& json) { in loadJSON()
21 void Style::loadURL(const std::string& url) { in loadURL()
25 std::string Style::getJSON() const { in getJSON()
29 std::string Style::getURL() const { in getURL()
33 std::string Style::getName() const { in getName()
37 CameraOptions Style::getDefaultCamera() const { in getDefaultCamera()
41 TransitionOptions Style::getTransitionOptions() const { in getTransitionOptions()
45 void Style::setTransitionOptions(const TransitionOptions& options) { in setTransitionOptions()
[all …]
H A Dstyle_impl.cpp30 Style::Impl::Impl(Scheduler& scheduler_, FileSource& fileSource_, float pixelRatio) in Impl()
40 Style::Impl::~Impl() = default;
42 void Style::Impl::loadJSON(const std::string& json_) { in loadJSON()
50 void Style::Impl::loadURL(const std::string& url_) { in loadURL()
76 void Style::Impl::parse(const std::string& json_) { in parse()
122 std::string Style::Impl::getJSON() const { in getJSON()
126 std::string Style::Impl::getURL() const { in getURL()
130 void Style::Impl::setTransitionOptions(const TransitionOptions& options) { in setTransitionOptions()
134 TransitionOptions Style::Impl::getTransitionOptions() const { in getTransitionOptions()
138 void Style::Impl::addSource(std::unique_ptr<Source> source) { in addSource()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css6 /* Style the Yocto Project logo */
9 /* Style the Yocto Project logo and the Toaster name in the top navbar */
15 /* Style the debugging information in the top navbar */
39 /* Style the horizontal definition lists */
43 /* Style our build results */
97 /* Style build outcome in tables, download, remove and change icons */
128 /* Style the project name change form in the project pages */
131 /* Style the build form in the project pages */
136 /* Style the form links in the project page (all machines, all layers, etc) */
139 /* Style the most built recipes list in the project page */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.hpp23 class Style;
28 AnnotationManager(style::Style&);
39 void setStyle(style::Style&);
66 std::reference_wrapper<style::Style> style;
H A Dfill_annotation_impl.hpp12 void updateStyle(style::Style::Impl&) const final;
H A Dline_annotation_impl.hpp12 void updateStyle(style::Style::Impl&) const final;
H A Dfill_annotation_impl.cpp15 void FillAnnotationImpl::updateStyle(Style::Impl& style) const { in updateStyle()
H A Dline_annotation_impl.cpp15 void LineAnnotationImpl::updateStyle(Style::Impl& style) const { in updateStyle()
H A Dshape_annotation_impl.hpp23 virtual void updateStyle(style::Style::Impl&) const = 0;
H A Dannotation_manager.cpp24 AnnotationManager::AnnotationManager(Style& style_) in AnnotationManager()
30 void AnnotationManager::setStyle(Style& style_) { in setStyle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp27 class Style;
52 style::Style& getStyle();
53 const style::Style& getStyle() const;
55 void setStyle(std::unique_ptr<style::Style>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp23 class Style { class
25 Style(Scheduler&, FileSource&, float pixelRatio);
26 ~Style();
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcroco/
H A Dlibcroco_0.6.13.bb1 SUMMARY = "Cascading Style Sheet (CSS) parsing and manipulation toolkit"
3 Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp79 std::unique_ptr<Style> style;
131 style(std::make_unique<Style>(scheduler, fileSource, pixelRatio)), in Impl()
222 #pragma mark - Style
224 style::Style& Map::getStyle() { in getStyle()
228 const style::Style& Map::getStyle() const { in getStyle()
232 void Map::setStyle(std::unique_ptr<Style> style) { in setStyle()
/OK3568_Linux_fs/buildroot/package/python-cssutils/
H A DConfig.in6 A CSS Cascading Style Sheets library for Python.
/OK3568_Linux_fs/buildroot/package/hdparm/
H A Dhdparm.mk9 HDPARM_LICENSE = BSD-Style
/OK3568_Linux_fs/buildroot/package/qhull/
H A Dqhull.mk11 QHULL_LICENSE = BSD-Style
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Devent.cpp21 { Event::Style, "Style" },
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Devent.hpp21 Style, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.hpp23 class Style;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-wqy-zenhei_0.9.45.bb3 SUMMARY = "WenQuanYi Zen Hei - A Hei-Ti Style Chinese font"
/OK3568_Linux_fs/buildroot/package/wqy-zenhei/
H A DConfig.in4 "WenQuanYi Zen Hei" is a Hei-Ti Style (sans-serif) Chinese
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ipmi/
H A Dnpcm7xx-kcs-bmc.txt1 * Nuvoton NPCM7xx KCS (Keyboard Controller Style) IPMI interface
H A Daspeed-kcs-bmc.txt1 # Aspeed KCS (Keyboard Controller Style) IPMI interface
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A DKconfig106 Provides a driver for the KCS (Keyboard Controller Style) IPMI
118 Provides a driver for the KCS (Keyboard Controller Style) IPMI

123