Home
last modified time | relevance | path

Searched defs:sy (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieLoader.cpp256 auto sy = h / this->h; in resize() local
DtvgPicture.h103 auto sy = h / loader->h; in update() local
DtvgMath.h119 static inline void scale(Matrix* m, float sx, float sy) in scale()
DtvgSvgSceneBuilder.cpp631 auto sy = node->node.image.h / h; in _imageBuildHelper() local
646 auto sy = height / box.h; in _calculateAspectRatioMatrix() local
DtvgSvgPath.cpp106 float sx, sy; in _pathAppendArcTo() local
DtvgSwCommon.h192 float sx, sy; member
DtvgSwRaster.cpp267 …2_t *img, TVG_UNUSED uint32_t stride, uint32_t w, uint32_t h, float sx, float sy, TVG_UNUSED int32… in _interpUpScaler()
290 … uint32_t *img, uint32_t stride, uint32_t w, uint32_t h, float sx, TVG_UNUSED float sy, int32_t mi… in _interpDownScaler()
DtvgLottieBuilder.cpp51 auto cy = cosf(radianY), sy = sinf(radianY);; in _rotationXYZ() local
DtvgSvgLoader.cpp883 auto sy = sx; in _parseTransformationMatrix() local
3980 auto sy = h / this->h; in resize() local
/lvgl-latest/src/core/
Dlv_obj_scroll.c335 int32_t sy = lv_obj_get_scroll_y(obj); in lv_obj_scroll_by() local
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c351 wl_fixed_t sx, wl_fixed_t sy) in pointer_handle_enter()
461 uint32_t time, wl_fixed_t sx, wl_fixed_t sy) in pointer_handle_motion()
/lvgl-latest/src/libs/svg/
Dlv_svg_parser.c699 float sx = 0.0f, sy = 0.0f; in _parse_matrix() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1862 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy)
1900 stbtt_int32 x, y, cx, cy, sx, sy, scx, scy; local
3119 float sy; member
5057 float sy = (float)y + 0.5f; local