Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieLoader.cpp255 auto sx = w / this->w; in resize() local
DtvgPicture.h102 auto sx = w / loader->w; in update() local
DtvgMath.h119 static inline void scale(Matrix* m, float sx, float sy) in scale()
DtvgSvgSceneBuilder.cpp630 auto sx = node->node.image.w / w; in _imageBuildHelper() local
645 auto sx = width / box.w; in _calculateAspectRatioMatrix() local
DtvgSvgPath.cpp106 float sx, sy; in _pathAppendArcTo() local
DtvgSwCommon.h192 float sx, sy; member
DtvgSwRaster.cpp267 …onst uint32_t *img, TVG_UNUSED uint32_t stride, uint32_t w, uint32_t h, float sx, float sy, TVG_UN… in _interpUpScaler()
290 …ownScaler(const uint32_t *img, uint32_t stride, uint32_t w, uint32_t h, float sx, TVG_UNUSED float… in _interpDownScaler()
DtvgLottieBuilder.cpp50 auto cx = cosf(radianX), sx = sinf(radianX); in _rotationXYZ() local
DtvgSvgLoader.cpp882 auto sx = points[0]; in _parseTransformationMatrix() local
3979 auto sx = w / this->w; in resize() local
/lvgl-latest/src/core/
Dlv_obj_scroll.c320 int32_t sx = lv_obj_get_scroll_x(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.h1862stbtt_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
5056 float sx = (float)x + 0.5f; local