Searched defs:ty (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 88 int32_t ty = lv_obj_get_y(tile_obj); in lv_tileview_set_tile() local 106 int32_t ty = row_id * h; in lv_tileview_set_tile_by_index() local 172 int32_t ty = ((top + (h / 2)) / h) * h; in tileview_event_cb() local
|
/lvgl-latest/examples/libs/rlottie/ |
D | lv_example_rlottie_approve.json | 1 …720,"h":720,"nm":"Success","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer… string
|
/lvgl-latest/tests/src/test_assets/ |
D | test_lottie_approve.json | 1 …720,"h":720,"nm":"Success","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer… string
|
/lvgl-latest/examples/widgets/lottie/ |
D | lv_example_lottie_approve.json | 1 …720,"h":720,"nm":"Success","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer… string
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgMath.cpp | 203 auto ty = pt.x * m.e21 + pt.y * m.e22 + m.e23; in operator *=() local 212 auto ty = pt.x * m.e21 + pt.y * m.e22 + m.e23; in operator *() local
|
D | tvgSwMath.cpp | 272 auto ty = to->x * transform.e21 + to->y * transform.e22 + transform.e23; in mathTransform() local
|
D | tvgPaint.cpp | 326 auto ty = 0.0f; in bounds() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 1459 float ty = (image->height - img_h * scale) / 2; in _render_image() local 1466 float ty = (image->height - img_h * scale) / 2; in _render_image() local 1473 float ty = (image->height - img_h * scale) / 2; in _render_image() local 1479 float ty = image->height - img_h * scale; in _render_image() local 1486 float ty = image->height - img_h * scale; in _render_image() local 1493 float ty = image->height - img_h * scale; in _render_image() local
|
D | lv_svg_parser.c | 628 float tx = 0.0f, ty = 0.0f; in _parse_matrix() local
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.c | 187 uint16_t tx, ty, tw, th; in read_plain_text_ext() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 771 void lv_vector_dsc_translate(lv_vector_dsc_t * dsc, float tx, float ty) in lv_vector_dsc_translate()
|