/lvgl-latest/docs/ |
D | index.rst | 25 Introduction 36 Details 53 Appendix
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | rapidjson.h | 346 #define RAPIDJSON_SETPOINTER(type, p, x) (p = reinterpret_cast<type *>((reinterpret_cast<uintptr_t>… argument 347 #define RAPIDJSON_GETPOINTER(type, p) (reinterpret_cast<type *>(reinterpret_cast<uintptr_t>(p) & st… argument 349 #define RAPIDJSON_SETPOINTER(type, p, x) (p = (x)) argument 350 #define RAPIDJSON_GETPOINTER(type, p) (p) argument
|
D | prettywriter.h | 201 bool RawValue(const Ch* json, size_t length, Type type) { in RawValue() 208 void PrettyPrefix(Type type) { in PrettyPrefix()
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_parser.c | 378 static void _process_string(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_start, … in _process_string() 396 static void _process_xlink(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_start, c… in _process_xlink() 595 …ic const char * _parse_matrix(const char * str, const char * str_end, lv_svg_transform_type_t type, in _parse_matrix() 764 static void _process_view_box(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_start, in _process_view_box() 797 static void _process_points_value(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_s… in _process_points_value() 898 static void _process_path_value(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_sta… in _process_path_value() 1164 static void _process_gradient_units(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val… in _process_gradient_units() 1187 static void _process_paint_dasharray(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * va… in _process_paint_dasharray() 1235 static void _process_font_attrs(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_sta… in _process_font_attrs() 1269 static void _process_paint_attrs(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_st… in _process_paint_attrs() [all …]
|
D | lv_svg_token.h | 43 _lv_svg_token_type_t type; member
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLoader.cpp | 78 static LoadModule* _find(FileType type) in _find() 195 auto type = FileType::Unknown; in _convert() local 236 auto type = _convert(mimeType); in _findFromCache() local 374 auto type = _convert(mimeType); in loader() local
|
D | tvgFrameModule.h | 40 FrameModule(FileType type) : ImageLoader(type) {} in FrameModule()
|
D | tvgFill.cpp | 207 Type RadialGradient::type() const noexcept in type() function in RadialGradient 259 Type LinearGradient::type() const noexcept in type() function in LinearGradient
|
D | tvgScene.cpp | 73 Type Scene::type() const noexcept in type() function in Scene
|
D | tvgText.cpp | 116 Type Text::type() const noexcept in type() function in Text
|
D | tvgSaver.cpp | 54 static SaveModule* _find(FileType type) in _find()
|
D | tvgSvgCssStyle.cpp | 213 SvgNode* cssFindStyleNode(const SvgNode* style, const char* title, SvgNodeType type) in cssFindStyleNode()
|
/lvgl-latest/ |
D | library.json | 7 "type": "git", string
|
D | CMakePresets.json | 23 "type": "equals", string 41 "type": "equals", string
|
/lvgl-latest/src/others/monkey/ |
D | lv_monkey.h | 32 lv_indev_type_t type; member
|
/lvgl-latest/src/libs/expat/ |
D | expat_external.h | 128 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL argument
|
/lvgl-latest/src/core/ |
D | lv_obj_property.c | 22 #define HANDLE_PROPERTY_TYPE(type, field) \ argument 64 #define DEFINE_PROPERTY_SETTER_TYPES(type) \ argument
|
D | lv_obj_property.h | 41 #define LV_PROPERTY_ID(clz, name, type, index) LV_PROPERTY_## clz ##_##name = (LV_PROPERTY… argument 42 #define LV_PROPERTY_ID2(clz, name, type, type2, index) LV_PROPERTY_ID(clz, name, type, index) | ((… argument
|
/lvgl-latest/scripts/ |
D | properties.py | 26 def __init__(self, widget, name, type, index, id): argument
|
/lvgl-latest/src/others/observer/ |
D | lv_observer.h | 55 uint32_t type : 4; member
|
/lvgl-latest/src/widgets/arc/ |
D | lv_arc_private.h | 40 uint32_t type : 2; member
|
/lvgl-latest/src/indev/ |
D | lv_indev_gesture.h | 64 lv_indev_gesture_type_t type; /* The detected gesture type */ member
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_parser.h | 57 const char * type; member
|
/lvgl-latest/src/drivers/libinput/ |
D | lv_libinput.c | 414 enum libinput_event_type type = libinput_event_get_type(event); in _read_pointer() local 553 enum libinput_event_type type = libinput_event_get_type(event); in _read_keypad() local
|
/lvgl-latest/src/drivers/qnx/ |
D | lv_qnx.c | 141 int type = SCREEN_EVENT_MANAGER; in lv_qnx_window_set_title() local 227 int type; in lv_qnx_event_loop() local
|