Home
last modified time | relevance | path

Searched full:apply (Results 1 – 25 of 119) sorted by relevance

12345

/lvgl-latest/libs/nema_gfx/include/
Dnema_matrix3x3.h56 /** \brief Apply translate transformation
58 * \param m Matrix to apply transformation
65 /** \brief Apply scale transformation
67 * \param m Matrix to apply transformation
74 /** \brief Apply shear transformation
76 * \param m Matrix to apply transformation
83 /** \brief Apply mirror transformation
85 * \param m Matrix to apply transformation
92 /** \brief Apply rotation transformation
94 * \param m Matrix to apply transformation
[all …]
Dnema_matrix4x4.h77 /** \brief Apply translate transformation
79 * \param m Matrix to apply transformation
87 /** \brief Apply scale transformation
89 * \param m Matrix to apply transformation
97 /** \brief Apply rotate transformation around X axis
99 * \param m Matrix to apply transformation
105 /** \brief Apply rotate transformation around Y axis
107 * \param m Matrix to apply transformation
113 /** \brief Apply rotate transformation around Z axis
115 * \param m Matrix to apply transformation
Dnema_provisional.h60 /** \brief Draws a triangle with specific border width. Apply AA if available.
77 /** \brief Draw a colored rectangle with rounded edges and specific border width. Apply AA if avail…
91 /** \brief Draw a filled colored rectangle with rounded edges and specific border width. Apply AA i…
103 /** \brief Draws a quadrilateral with specific border width. Apply AA if available.
Dnema_blender.h76 #define NEMA_BLOP_DST_CKEY_NEG (0x02000000U) /**< Apply Inverse Destination Color Keying - draw on…
81 #define NEMA_BLOP_SRC_CKEY (0x40000000U) /**< Apply Source Color Keying - draw only when src c…
82 #define NEMA_BLOP_DST_CKEY (0x80000000U) /**< Apply Destination Color Keying - draw only when …
/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp340 //TODO: Apply the color pointed by url in _applyProperty()
343 //Apply the current style color in _applyProperty()
346 //Apply the fill color in _applyProperty()
350 //Apply the fill rule in _applyProperty()
355 //Apply node opacity in _applyProperty()
360 //Apply the stroke style property in _applyProperty()
384 //TODO: Apply the color pointed by url in _applyProperty()
387 //Apply the current style color in _applyProperty()
390 //Apply the stroke color in _applyProperty()
793 //TODO: Apply the color pointed by url in _applyTextFill()
[all …]
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_msgbox.c42 lv_msgbox_add_footer_button(msgbox, "Apply"); in test_msgbox_creation_successful_with_close_button()
57 lv_msgbox_add_footer_button(msgbox, "Apply"); in test_msgbox_creation_successful_no_close_button()
72 lv_msgbox_add_footer_button(msgbox, "Apply"); in test_msgbox_creation_successful_modal()
91 lv_msgbox_add_footer_button(msgbox, "Apply"); in test_msgbox_get_title()
155 lv_msgbox_add_footer_button(msgbox, "Apply"); in test_msgbox_content_auto_height()
/lvgl-latest/docs/details/other-components/
Dxml.rst91 <prop name="btn_text" default="Apply" type="string"/>
116 - The usual variable name rules apply for attribute and tag names: only letters, numbers, `'_'` and…
234 /*Apply the common properties, e.g. width, height, styles flags etc*/
237 /* Apply the common properties, e.g., width, height, styles, flags, etc. */
/lvgl-latest/docs/details/widgets/
Dscale.rst196 You attach each :cpp:type:`lv_style_t` object to each Section it will apply to using
204 parent Scale it will apply to, namely :cpp:enumerator:`LV_PART_MAIN`,
208 the PART values together to get the style to apply to more than one part. However,
219 to get that one Style object to apply to both major and minor ticks.
/lvgl-latest/docs/details/main-components/
Danimation.rst10 convenient to apply this to LVGL Widgets in your user interface (UI), to change their
48 This makes it very convenient to apply to the appearance (and other attributes) of UI
129 …/* true (default): apply the start value immediately, false: apply start value after delay when th…
/lvgl-latest/src/themes/
Dlv_theme.h40 * Apply the active theme on an object
55 * Set an apply callback for a theme.
56 * The apply callback is used to add styles to different objects
Dlv_theme.c53 apply_theme_recursion(th, obj); /*Apply the theme including the base theme(s)*/ in lv_theme_apply()
111 /*Apply the base class theme in obj*/ in apply_theme_recursion()
114 /*apply the base first*/ in apply_theme_recursion()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_tabview_parser.c52 …lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_tabview_apply()
73 /*Apply the common properties, e.g. width, height, styles flags etc*/ in lv_xml_tabview_tab_bar_apply()
86 /*Apply the common properties, e.g. width, height, styles flags etc*/ in lv_xml_tabview_tab_apply()
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.c32 #define HUFF_BIT 10 /* Bit length to apply fast huffman decode */
181 …pb[zi] = (int32_t)((uint32_t) * data++ * Ipsf[zi]); /* Apply scale factor of Arai algorithm to the… in create_qt_tbl()
608 /* Apply Inverse-DCT in Arai Algorithm (see also aa_idct.png) */
774 …tmp[0] = d * dqf[0] >> 8; /* De-quantize, apply scale factor of Arai algorithm and d… in jd_mcu_load()
792 …tmp[i] = d * dqf[i] >> 8; /* De-quantize, apply scale factor of Arai algorithm and descale 8… in jd_mcu_load()
809 block_idct(tmp, bp); /* Apply IDCT and store the block to the MCU buffer */ in jd_mcu_load()
1130 …d); /* Load an MCU (decompress huffman coded stream, dequantize and apply IDCT) */ in jd_decomp()
/lvgl-latest/docs/details/base-widget/layouts/
Dflex.rst106 equal. Does not apply to ``track_cross_place``.
111 between edge items and the container's edge. Does not apply to
114 the track with no space before and after first and last items. Does not apply
Dgrid.rst114 between edge items and the container's edge. Does not apply to ``track_cross_place``.
117 Does not apply to ``track_cross_place``.
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dmeta.h56 template <bool C> struct SelectIfImpl { template <typename T1, typename T2> struct Apply { typedef … struct
57 template <> struct SelectIfImpl<false> { template <typename T1, typename T2> struct Apply { typedef…
58 template <bool C, typename T1, typename T2> struct SelectIfCond : SelectIfImpl<C>::template Apply<T…
/lvgl-latest/src/misc/
Dlv_anim.h157 …uint8_t early_apply : 1; /**< 1: Apply start value immediately even is there is a…
321 * @param en true: apply the start value immediately in `lv_anim_start`;
322 …* false: apply the start value only when `delay` ms is elapsed and the animations…
/lvgl-latest/examples/libs/freetype/
DOFL.txt25 requirement for fonts to remain under this license does not apply
77 remain under this license does not apply to any document created
/lvgl-latest/tests/src/test_files/fonts/noto/
DOFL.txt25 requirement for fonts to remain under this license does not apply
77 remain under this license does not apply to any document created
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/
DOFL.txt25 requirement for fonts to remain under this license does not apply
77 remain under this license does not apply to any document created
/lvgl-latest/scripts/
Dupdate_version.py11 "Apply the specified version to affected source files. Eg.:\n"
16 help='The version to apply')
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_mask.h78 * Apply the added buffers on a line. Used internally by the library's drawing routines.
79 * @param masks the masks list to apply, must be ended with NULL pointer in array.
/lvgl-latest/tests/src/test_cases/
Dtest_bindings.c91 /*Apply styles on main part and default state*/ in create_ui()
125 /*Apply flex layout*/ in create_ui()
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/
DLICENSE.txt49 requirement for fonts to remain under this license does not apply
101 remain under this license does not apply to any document created
/lvgl-latest/src/widgets/scale/
Dlv_scale.h217 * @param part the part of the Scale the style will apply to, e.g. LV_PART_INDICATOR
218 * @param section_part_style pointer to style to apply

12345