Home
last modified time | relevance | path

Searched defs:ty (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/widgets/tileview/
Dlv_tileview.c88 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/
Dlv_example_rlottie_approve.json1 …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/
Dtest_lottie_approve.json1 …720,"h":720,"nm":"Success","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer… string
/lvgl-latest/examples/widgets/lottie/
Dlv_example_lottie_approve.json1 …720,"h":720,"nm":"Success","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer… string
/lvgl-latest/src/libs/thorvg/
DtvgMath.cpp203 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
DtvgSwMath.cpp272 auto ty = to->x * transform.e21 + to->y * transform.e22 + transform.e23; in mathTransform() local
DtvgPaint.cpp326 auto ty = 0.0f; in bounds() local
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c1459 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
Dlv_svg_parser.c628 float tx = 0.0f, ty = 0.0f; in _parse_matrix() local
/lvgl-latest/src/libs/gif/
Dgifdec.c187 uint16_t tx, ty, tw, th; in read_plain_text_ext() local
/lvgl-latest/src/draw/
Dlv_draw_vector.c771 void lv_vector_dsc_translate(lv_vector_dsc_t * dsc, float tx, float ty) in lv_vector_dsc_translate()