Lines Matching refs:cast
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'])
529 print(" ." + p['style_type'] +" = " + cast + "value")
544 cast = style_set_cast(p['style_type'])
549 print(" ." + p['style_type'] +" = " + cast + "value")
563 cast = style_set_cast(p['style_type'])
567 …print(" .prop = LV_STYLE_" + p['name'] + ", .value = { ." + p['style_type'] +" = " + cast +…