Searched defs:ey (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | fmodf.c | 13 int ey = uy.i>>23 & 0xff; in fmodf() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | fmod.c | 8 int ey = uy.i>>52 & 0x7ff; in fmod() local
|
A D | __rem_pio2.c | 54 int sign, n, ex, ey, i; in __rem_pio2() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/ |
A D | module_lcd.c | 202 int ey = duk_get_int(ctx, -3); in native_lcd_fill() local
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 405 TCoord ex, ey; member 602 TCoord ey ) in gray_set_cell() 649 TCoord ey ) in gray_start_cell() 673 gray_render_scanline( RAS_ARG_ TCoord ey, in gray_render_scanline()
|
/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 640 int x, y, t1, t2, dx, dy, xd, yd, sdx, sdy, ax, ay, ex, ey, sw, sh; in _transformSurfaceRGBA() local
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 234 int x, y, t1, t2, dx, dy, xd, yd, sdx, sdy, ax, ay, ex, ey, sw, sh; in _transformSurfaceRGBA() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 100 float ey; member
|
Completed in 17 milliseconds