Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 77) sorted by relevance

1234

/lvgl-latest/docs/
Dindex.rst25 Introduction
36 Details
53 Appendix
/lvgl-latest/src/libs/thorvg/rapidjson/
Drapidjson.h346 #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
Dprettywriter.h201 bool RawValue(const Ch* json, size_t length, Type type) { in RawValue()
208 void PrettyPrefix(Type type) { in PrettyPrefix()
/lvgl-latest/src/libs/svg/
Dlv_svg_parser.c378 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 …]
Dlv_svg_token.h43 _lv_svg_token_type_t type; member
/lvgl-latest/src/libs/thorvg/
DtvgLoader.cpp78 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
DtvgFrameModule.h40 FrameModule(FileType type) : ImageLoader(type) {} in FrameModule()
DtvgFill.cpp207 Type RadialGradient::type() const noexcept in type() function in RadialGradient
259 Type LinearGradient::type() const noexcept in type() function in LinearGradient
DtvgScene.cpp73 Type Scene::type() const noexcept in type() function in Scene
DtvgText.cpp116 Type Text::type() const noexcept in type() function in Text
DtvgSaver.cpp54 static SaveModule* _find(FileType type) in _find()
DtvgSvgCssStyle.cpp213 SvgNode* cssFindStyleNode(const SvgNode* style, const char* title, SvgNodeType type) in cssFindStyleNode()
/lvgl-latest/
Dlibrary.json7 "type": "git", string
DCMakePresets.json23 "type": "equals", string
41 "type": "equals", string
/lvgl-latest/src/others/monkey/
Dlv_monkey.h32 lv_indev_type_t type; member
/lvgl-latest/src/libs/expat/
Dexpat_external.h128 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL argument
/lvgl-latest/src/core/
Dlv_obj_property.c22 #define HANDLE_PROPERTY_TYPE(type, field) \ argument
64 #define DEFINE_PROPERTY_SETTER_TYPES(type) \ argument
Dlv_obj_property.h41 #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/
Dproperties.py26 def __init__(self, widget, name, type, index, id): argument
/lvgl-latest/src/others/observer/
Dlv_observer.h55 uint32_t type : 4; member
/lvgl-latest/src/widgets/arc/
Dlv_arc_private.h40 uint32_t type : 2; member
/lvgl-latest/src/indev/
Dlv_indev_gesture.h64 lv_indev_gesture_type_t type; /* The detected gesture type */ member
/lvgl-latest/src/others/xml/
Dlv_xml_parser.h57 const char * type; member
/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c414 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/
Dlv_qnx.c141 int type = SCREEN_EVENT_MANAGER; in lv_qnx_window_set_title() local
227 int type; in lv_qnx_event_loop() local

1234