/lvgl-latest/ |
D | .typos.toml | 2 extend-exclude = [ 12 extend-ignore-re = [ 27 [default.extend-words]
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 80 static inline int32_t extend_w(int32_t w, lv_grad_extend_t extend); 123 static inline int32_t extend_w(int32_t w, lv_grad_extend_t extend) in extend_w() argument 125 if(extend == LV_GRAD_EXTEND_PAD) { /**< Repeat the same color*/ in extend_w() 128 if(extend == LV_GRAD_EXTEND_REPEAT) { /**< Repeat the pattern*/ in extend_w() 335 if(dsc->extend == LV_GRAD_EXTEND_PAD && in lv_gradient_radial_setup() 408 w = extend_w(b == 0 ? 0 : -(c << 8) / b, dsc->extend); in lv_gradient_radial_get_line() 424 … dsc->extend); /* square root shifted down by 4 (includes *256 to set output range) */ in lv_gradient_radial_get_line() 435 w = extend_w((((lv_sqrt32(c) - state->r0)) * state->inv_dr) >> 16, dsc->extend); in lv_gradient_radial_get_line() 523 w = extend_w(x >> 8, dsc->extend); in lv_gradient_linear_get_line() 601 w = extend_w((d * state->inv_da) >> 8, dsc->extend); in lv_gradient_conical_get_line() [all …]
|
D | lv_draw_sw_gradient.h | 87 lv_grad_extend_t extend); 100 lv_grad_extend_t extend); 123 int32_t end_angle, lv_grad_extend_t extend);
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgScene.h | 184 ex = std::min(ex, effect->extend.x); in bounds() 185 ey = std::min(ey, effect->extend.y); in bounds() 186 ew = std::max(ew, effect->extend.w); in bounds() 187 eh = std::max(eh, effect->extend.h); in bounds()
|
D | tvgSwPostEffect.cpp | 147 _gaussianExtendRegion(params->extend, extends, params->direction); in effectGaussianPrepare()
|
D | tvgRender.h | 272 RenderRegion extend = {0, 0, 0, 0}; member
|
/lvgl-latest/scripts/gen_json/ |
D | gen_json.py | 139 cpp_cmd.extend(compiler_args) 140 cpp_cmd.extend([ 146 cpp_cmd.extend(['-DPYCPARSER', f'"-I{fake_libc_path}"']) 147 cpp_cmd.extend([f'"-I{item}"' for item in include_dirs])
|
D | pycparser_monkeypatch.py | 124 res['quals'].extend(self.dim_quals) 235 res['quals'].extend(self.quals) 270 type_dict['quals'].extend(self.quals) 1085 res['quals'].extend(self.quals) 1332 type_dict['quals'].extend(self.quals) 1354 type_dict['quals'].extend(self.quals) 1358 type_dict['quals'].extend(self.type.quals) 1370 _structures[type_dict['name']]['quals'].extend( 1390 _unions[type_dict['name']]['quals'].extend( 1422 _enums[type_dict['name']]['quals'].extend( [all …]
|
/lvgl-latest/scripts/ |
D | filetohex.py | 16 b.extend(map(ord, s))
|
D | update_version.py | 169 targets.extend([
|
D | LVGLImage.py | 1099 binary.extend(uint32_t(magic)) 1100 binary.extend(uint32_t(rle_header)) 1125 header.extend(self.header.binary)
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 862 … int32_t x1, int32_t y1, lv_grad_extend_t extend, bool use_opa_map, int32_t radius) in create_linear_gradient_obj() argument 882 grad->extend = extend; /*color pattern outside the vector*/ in create_linear_gradient_obj() 938 … int32_t offs, int32_t r0, lv_grad_extend_t extend, bool use_opa_map, int32_t radius) in create_radial_gradient_obj() argument 962 …grad->extend = extend; /*color pattern outside the border cir… in create_radial_gradient_obj() 1016 … int32_t a0, int32_t a1, lv_grad_extend_t extend, bool use_opa_map, int32_t radius) in create_conical_gradient_obj() argument 1036 grad->extend = extend; /*color pattern outside the vector*/ in create_conical_gradient_obj()
|
/lvgl-latest/tests/ |
D | main.py | 160 args.extend(["--tests-regex", test_suite])
|
/lvgl-latest/src/misc/ |
D | lv_style.h | 146 lv_grad_extend_t extend : 3; /**< Behaviour outside the defined range. member
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_grad.c | 247 switch(grad_dsc->extend) { in lv_vg_lite_draw_grad_helper() 258 LV_LOG_WARN("Unsupported gradient extend mode: %d", grad_dsc->extend); in lv_vg_lite_draw_grad_helper()
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | lvgl_app.rst | 136 to extend or modify the content of the root filesystem without altering the
|
/lvgl-latest/docs/details/integration/os/ |
D | nuttx.rst | 45 Based <https://blog.lvgl.io/2018-12-13/extend-lvgl-objects>`__
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 42 LVGL is an `Object-Oriented Component Based <https://blog.lvgl.io/2018-12-13/extend-lvgl-objects>`__
|
/lvgl-latest/docs/ |
D | doc_builder.py | 899 template.extend(list(str(member) for member in self.members))
|
D | CHANGELOG.rst | 43 - **feat(draw_sw): extend lv_draw_sw_rotate with L8 support** `6520 <https://github.com/lvgl/lvgl/p…
|
D | Doxyfile | 279 # extension. Doxygen has a built-in mapping, but you can override or extend it
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 124 or extend appearance. For example, create a general gray button style
|