Searched refs:resize (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgLoader.h | 50 bool resize(Paint* paint, float w, float h) override;
|
D | tvgLottieLoader.h | 60 bool resize(Paint* paint, float w, float h) override;
|
D | tvgLoadModule.h | 56 virtual bool resize(Paint* paint, float w, float h) { return false; } in resize() function
|
D | tvgPicture.cpp | 46 loader->resize(paint, w, h); in load()
|
D | tvgPicture.h | 110 loader->resize(paint, w, h); in update()
|
D | tvgLottieLoader.cpp | 251 bool LottieLoader::resize(Paint* paint, float w, float h) in resize() function in LottieLoader
|
D | tvgSvgLoader.cpp | 3975 bool SvgLoader::resize(Paint* paint, float w, float h) in resize() function in SvgLoader
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 183 - it can scale/resize, but performance will be best when the base lottie size is as intended
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 590 … /* Will be called automatically if it's required to reposition/resize the children of "obj" */
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 179 src_buffer.resize(w * h); in get_image_buffer() 187 dest_buffer.resize(w * h); in get_temp_target_buffer()
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 272 - **fix(demo): lv_demo_widgets update scale3 needle and label pos on resize** `6258 <https://github…
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 7450 buffer.resize((size_t)size); in load_file()
|