Searched refs:minor (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgInitializer.cpp | 60 static bool _buildVersionInfo(uint32_t* major, uint32_t* minor, uint32_t* micro) in _buildVersionInfo() argument 81 if (minor) *minor = minorVal; in _buildVersionInfo() 172 const char* Initializer::version(uint32_t* major, uint32_t* minor, uint32_t* micro) noexcept in version() argument 174 …if ((!major && ! minor && !micro) || _buildVersionInfo(major, minor, micro)) return THORVG_VERSION… in version()
|
D | tvgCapi.cpp | 58 TVG_API Tvg_Result tvg_engine_version(uint32_t* major, uint32_t* minor, uint32_t* micro, const char… in tvg_engine_version() argument 60 if (version) *version = Initializer::version(major, minor, micro); in tvg_engine_version()
|
D | thorvg_capi.h | 401 TVG_API Tvg_Result tvg_engine_version(uint32_t* major, uint32_t* minor, uint32_t* micro, const char…
|
D | thorvg.h | 1867 static const char* version(uint32_t* major, uint32_t* minor, uint32_t* micro) noexcept;
|
/lvgl-latest/scripts/ |
D | update_version.py | 32 self.minor = groups[1] 94 'LVGL_VERSION_MINOR': version.minor, 134 'LVGL_VERSION_MINOR': version.minor,
|
/lvgl-latest/docs/ |
D | build.py | 578 minor = '' 595 minor = match[1] 597 if len(major) > 0 and len(minor) > 0:
|
D | CONTRIBUTING.rst | 119 - ``chore`` any minor formatting or style changes that would make the changelog noisy
|
D | CHANGELOG.rst | 479 - **chore(cmsis-pack): minor update** `5948 <https://github.com/lvgl/lvgl/pull/5948>`__
|
/lvgl-latest/docs/details/widgets/ |
D | scale.rst | 24 - :cpp:enumerator:`LV_PART_ITEMS` Minor ticks --- the red minor ticks in example image. 89 You configure the major and minor ticks of a Scale by calling 2 functions: 137 for minor ticks. Example with local Style: 139 and :cpp:expr:`lv_obj_set_style_length(scale, 5, LV_PART_ITEMS)` for minor ticks. The ticks can be 142 :cpp:expr:`lv_obj_set_style_radial_offset(scale, 5, LV_PART_ITEMS)` for minor. 219 to get that one Style object to apply to both major and minor ticks.
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 116 * `release/vX.Y`: stable versions of the minor releases 130 Before v8 the last minor release of each major series was supported for 1 year. 131 Starting from v8, every minor release is supported for 1 year.
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite.h | 57 #define VGLITE_MAKE_VERSION(major, minor, patch) (((major) << 16) | ((minor) << 8) | (patch)) argument
|
/lvgl-latest/src/libs/expat/ |
D | expat.h | 1009 int minor; member
|
D | xmlparse.c | 2553 version.minor = XML_MINOR_VERSION; in XML_ExpatVersionInfo()
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 14 with minor adjustments).
|