Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/scripts/gdb/lvglgdb/
Dvalue.py6 class Value(gdb.Value): class
7 def __init__(self, value: Union[gdb.Value, 'Value']):
Dlvgl.py19 def __init__(self, ll: Value, nodetype: Union[gdb.Type, str] = None):
68 def __init__(self, obj: Value):
133 def __init__(self, disp: Value):
146 def __init__(self, lv_global: Value):
170 def set_lvgl_instance(lv_global: Union[gdb.Value, Value, None]):
198 def dump_style_info(style: Value):
304 def dump_draw_unit(self, draw_unit: Value):
/lvgl-latest/docs/details/other-components/
Dobj_property.rst167 .. _single values:
169 Single Values
209 Paired Values
/lvgl-latest/src/libs/thorvg/
DtvgPicture.cpp216 struct Value in paint() struct
218 uint32_t id; in paint()
219 const Paint* ret; in paint()
DtvgSvgLoader.cpp789 #define MATRIX_DEF(Name, Value) \ argument
906 #define LENGTH_DEF(Name, Value) \ argument
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dmeta.h45 static const bool Value = Cond; member
Dieee754.h29 double Value() const { return d_; } in Value() function
/lvgl-latest/src/libs/thorvg/rapidjson/
Dfwd.h116 typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value; typedef