/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/ |
A D | module_lcd.c | 200 int sy = duk_get_int(ctx, -5); in native_lcd_fill() local
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_line.c | 31 lv_coord_t sy; /*-1: y1 < y2; 1: y2 >= y1*/ member
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 288 …int x, y, sx, sy, ssx, ssy, *sax, *say, *csax, *csay, *salast, csx, csy, ex, ey, cx, cy, sstep, ss… in _zoomSurfaceRGBA() local 953 double x, y, cx, cy, sx, sy; in _rotozoomSurfaceSizeTrig() local
|
A D | SDL_gfxPrimitives.c | 2353 int sx, sy; in lineColor() local
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 129 double x, y, cx, cy, sx, sy; in SDLgfx_rotozoomSurfaceSizeTrig() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | thumbnail.c | 560 int sy = 0; in setImage1() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/ |
A D | xtiff.c | 1052 int ih, iw, ww, wh, sx, sy, w, h, dx, dy; local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvg.h | 480 static void nsvg__xformSetScale(float* t, float sx, float sy) in nsvg__xformSetScale() 919 float sy = sqrtf(t[1]*t[1] + t[3]*t[3]); in nsvg__getAverageScale() local 2864 static void nsvg__scaleGradient(NSVGgradient* grad, float tx, float ty, float sx, float sy) in nsvg__scaleGradient() 2878 float tx, ty, sx, sy, us, bounds[4], t[6], avgs; in nsvg__scaleToViewbox() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modframebuf.c | 476 mp_int_t sy; in framebuf_line() local
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandevents.c | 232 const int sy = wl_fixed_to_int(sy_w); in pointer_handle_motion() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_ojpeg.c | 823 uint8 sx,sy; in OJPEGDecodeRaw() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 87302 duk_small_int_t sy = DUK_SIGNBIT(y) ? 1 : 0; local
|