Home
last modified time | relevance | path

Searched defs:fy (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgFill.h95 float fx = 0.0f, fy = 0.0f; member
DtvgFill.cpp48 Result RadialGradient::Impl::radial(float cx, float cy, float r, float fx, float fy, float fr) in radial()
DtvgLottieModel.cpp306 auto fy = s.y + sin(angle) * progress * r; in fill() local
DtvgSwCommon.h146 float fx, fy, fr; member
DtvgSwFill.cpp264 auto fy = P(radial)->fy; in _prepareRadial() local
DtvgSvgLoaderCommon.h406 float fy; member
/lvgl-latest/tests/src/test_cases/
Dtest_math.c81 float t, t_step, fy; in test_cubic_bezier_ease_functions() local
/lvgl-latest/src/libs/gif/
Dgifdec.h47 uint16_t fx, fy, fw, fh; member
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h879 vg_lite_float_t fy; /*! y coordinate of the focal point. */ member