Searched defs:sy (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieLoader.cpp | 256 auto sy = h / this->h; in resize() local
|
D | tvgPicture.h | 103 auto sy = h / loader->h; in update() local
|
D | tvgMath.h | 119 static inline void scale(Matrix* m, float sx, float sy) in scale()
|
D | tvgSvgSceneBuilder.cpp | 631 auto sy = node->node.image.h / h; in _imageBuildHelper() local 646 auto sy = height / box.h; in _calculateAspectRatioMatrix() local
|
D | tvgSvgPath.cpp | 106 float sx, sy; in _pathAppendArcTo() local
|
D | tvgSwCommon.h | 192 float sx, sy; member
|
D | tvgSwRaster.cpp | 267 …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()
|
D | tvgLottieBuilder.cpp | 51 auto cy = cosf(radianY), sy = sinf(radianY);; in _rotationXYZ() local
|
D | tvgSvgLoader.cpp | 883 auto sy = sx; in _parseTransformationMatrix() local 3980 auto sy = h / this->h; in resize() local
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.c | 335 int32_t sy = lv_obj_get_scroll_y(obj); in lv_obj_scroll_by() local
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 351 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/ |
D | lv_svg_parser.c | 699 float sx = 0.0f, sy = 0.0f; in _parse_matrix() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1862 … 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
|