Searched defs:transformed (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/draw/renesas/dave2d/ |
D | lv_draw_dave2d_image.c | 66 bool transformed = draw_dsc->rotation != 0 || draw_dsc->scale_x != LV_SCALE_NONE || in img_draw_core() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPaint.cpp | 313 bool Paint::Impl::bounds(float* x, float* y, float* w, float* h, bool transformed, bool stroking, b… in bounds()
|
D | tvgCapi.cpp | 221 …_paint_get_bounds(const Tvg_Paint* paint, float* x, float* y, float* w, float* h, bool transformed) in tvg_paint_get_bounds()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_img.c | 210 bool transformed = draw_dsc->rotation != 0 || draw_dsc->scale_x != LV_SCALE_NONE || in img_draw_core() local
|