Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgInitializer.cpp60 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()
DtvgCapi.cpp58 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()
Dthorvg_capi.h401 TVG_API Tvg_Result tvg_engine_version(uint32_t* major, uint32_t* minor, uint32_t* micro, const char…
Dthorvg.h1867 static const char* version(uint32_t* major, uint32_t* minor, uint32_t* micro) noexcept;
/lvgl-latest/scripts/
Dupdate_version.py32 self.minor = groups[1]
94 'LVGL_VERSION_MINOR': version.minor,
134 'LVGL_VERSION_MINOR': version.minor,
/lvgl-latest/docs/
Dbuild.py578 minor = ''
595 minor = match[1]
597 if len(major) > 0 and len(minor) > 0:
DCONTRIBUTING.rst119 - ``chore`` any minor formatting or style changes that would make the changelog noisy
DCHANGELOG.rst479 - **chore(cmsis-pack): minor update** `5948 <https://github.com/lvgl/lvgl/pull/5948>`__
/lvgl-latest/docs/details/widgets/
Dscale.rst24 - :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/
Dintroduction.rst116 * `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/
Dvg_lite.h57 #define VGLITE_MAKE_VERSION(major, minor, patch) (((major) << 16) | ((minor) << 8) | (patch)) argument
/lvgl-latest/src/libs/expat/
Dexpat.h1009 int minor; member
Dxmlparse.c2553 version.minor = XML_MINOR_VERSION; in XML_ExpatVersionInfo()
/lvgl-latest/docs/details/base-widget/
Dcoord.rst14 with minor adjustments).