Searched defs:sx (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieLoader.cpp | 255 auto sx = w / this->w; in resize() local
|
D | tvgPicture.h | 102 auto sx = w / loader->w; in update() local
|
D | tvgMath.h | 119 static inline void scale(Matrix* m, float sx, float sy) in scale()
|
D | tvgSvgSceneBuilder.cpp | 630 auto sx = node->node.image.w / w; in _imageBuildHelper() local 645 auto sx = width / box.w; 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 …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()
|
D | tvgLottieBuilder.cpp | 50 auto cx = cosf(radianX), sx = sinf(radianX); in _rotationXYZ() local
|
D | tvgSvgLoader.cpp | 882 auto sx = points[0]; in _parseTransformationMatrix() local 3979 auto sx = w / this->w; in resize() local
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.c | 320 int32_t sx = lv_obj_get_scroll_x(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 5056 float sx = (float)x + 0.5f; local
|