Searched refs:cast (Results 1 – 8 of 8) sorted by relevance
| /lvgl-latest/scripts/ |
| D | style_api_gen.py | 487 cast = "" 489 cast = "(" + var_type + ")" 490 return cast 496 cast = style_get_cast(p['style_type'], p['var_type']) 500 print(" return " + cast + "v." + p['style_type'] + ";") 508 print(" return " + cast + "v." + p['style_type'] + ";") 515 cast = "" 517 cast = "(int32_t)" 518 return cast 524 cast = style_set_cast(p['style_type']) [all …]
|
| /lvgl-latest/scripts/gdb/lvglgdb/ |
| D | lvgl.py | 36 return next_value.cast(self.lv_ll_node_t, ptr=True).dereference() 40 return prev_value.cast(self.lv_ll_node_t, ptr=True).dereference() 50 node = self.current.cast(nodetype) 69 super().__init__(obj.cast("lv_obj_t", ptr=True)) 117 values_and_props = style.values_and_props.cast("lv_style_const_prop_t", ptr=True) 147 self.lv_global = lv_global.cast("lv_global_t", ptr=True) 331 …print(draw_unit.cast(type, ptr=True).dereference().format_string(pretty_structs=True, symbols=True…
|
| D | value.py | 22 def cast(self, type_name: str | gdb.Type, ptr: bool = False) -> Optional['Value']: member in Value 27 return Value(super().cast(gdb_type))
|
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgLottieBuilder.cpp | 326 parent->scene->push(cast(ctx->merging)); in _draw() 372 parent->scene->push(cast(*shape)); in _repeat() 377 parent->scene->push(cast(*shape)); in _repeat() 969 precomp->scene->clip(cast(clipper)); in updatePrecomp() 977 layer->scene->push(cast(solidFill)); in updateSolid() 984 layer->scene->push(tvg::cast(image->pooling(true))); in updateImage() 1112 scene->push(cast(shape)); in updateText() 1161 layer->scene->clip(tvg::cast(pShape)); in updateMaskings() 1168 scene->push(cast(layer->scene)); in updateMaskings() 1172 layer->scene->composite(tvg::cast(pShape), compMethod); in updateMaskings() [all …]
|
| D | thorvg.h | 2166 std::unique_ptr<T> cast(Paint* paint) in cast() function 2177 std::unique_ptr<T> cast(Fill* fill) in cast() function
|
| /lvgl-latest/docs/details/libs/ |
| D | rlottie.rst | 132 you can cast the :c:struct:`lv_obj_t` instance to a :c:struct:`lv_rlottie_t` instance
|
| /lvgl-latest/docs/ |
| D | README.md | 266 :cpp:expr:`lv_obj_set_layout((lv_obj_t *)widget, LV_LAYOUT_FLEX)` <== cast
|
| /lvgl-latest/src/libs/thorvg/rapidjson/ |
| D | reader.h | 43 RAPIDJSON_DIAG_OFF(old-style-cast)
|