Home
last modified time | relevance | path

Searched defs:angle (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/base/
A Dfttrigon.c278 FT_Cos( FT_Angle angle ) in FT_Cos()
294 FT_Sin( FT_Angle angle ) in FT_Sin()
303 FT_Tan( FT_Angle angle ) in FT_Tan()
341 FT_Angle angle ) in FT_Vector_Unit()
363 FT_Angle angle ) in FT_Vector_Rotate()
436 FT_Angle *angle ) in FT_Vector_Polarize()
463 FT_Angle angle ) in FT_Vector_From_Polar()
A Dftstroke.c531 FT_Angle total, angle, step, rotate, next, theta; in ft_stroke_border_arcto() local
904 FT_Angle angle, in ft_stroker_cap()
1285 FT_Angle angle; in FT_Stroker_LineTo() local
/AliOS-Things-master/components/SDL2/test/
A Dtestgamecontroller.c55 static const struct { int x; int y; double angle; } axis_positions[] = { member
187 const double angle = axis_positions[i].angle; in loop() local
191 const double angle = axis_positions[i].angle + 180.0; in loop() local
A Dtestgles2.c107 rotate_matrix(float angle, float x, float y, float z, float *r) in rotate_matrix()
A Dcontrollermap.c58 double angle; member
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_rotate.c108 SDLgfx_rotozoomSurfaceSizeTrig(int width, int height, double angle, in SDLgfx_rotozoomSurfaceSizeTrig()
156 computeSourceIncrements90(SDL_Surface * src, int bpp, int angle, int flipx, int flipy, in computeSourceIncrements90()
199 transformSurfaceRGBA90(SDL_Surface * src, SDL_Surface * dst, int angle, int flipx, int flipy) in transformSurfaceRGBA90()
205 transformSurfaceY90(SDL_Surface * src, SDL_Surface * dst, int angle, int flipx, int flipy) in transformSurfaceY90()
417 SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery, int smooth, int fli… in SDLgfx_rotateSurface()
A DSDL_render_sw.c301 double angle; member
309 const double angle, const SDL_FPoint *center, const SDL_RendererFlip flip) in SW_QueueCopyEx()
340 const double angle, const SDL_FPoint * center, const SDL_RendererFlip flip) in SW_RenderCopyEx()
/AliOS-Things-master/components/freetype/src/tools/
A Dcordic.py17 angle = math.atan(x) # arctangent variable
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_math.c49 int16_t lv_trigo_sin(int16_t angle) in lv_trigo_sin()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_gauge.c194 void lv_gauge_set_scale(lv_obj_t * gauge, uint16_t angle, uint8_t line_cnt, uint8_t label_cnt) in lv_gauge_set_scale()
361 int16_t angle = (i * scale_angle) / (label_num - 1) + angle_ofs; in lv_gauge_draw_scale() local
402 uint16_t angle = lv_lmeter_get_scale_angle(gauge); in lv_gauge_draw_needle() local
A Dlv_lmeter.c160 void lv_lmeter_set_scale(lv_obj_t * lmeter, uint16_t angle, uint8_t line_cnt) in lv_lmeter_set_scale()
284 int16_t angle = (i * ext->scale_angle) / (ext->line_cnt - 1) + angle_ofs; in lv_lmeter_design() local
A Dlv_canvas.c266 void lv_canvas_rotate(lv_obj_t * canvas, lv_img_dsc_t * img, int16_t angle, lv_coord_t offset_x, lv… in lv_canvas_rotate()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafangles.c187 AF_Angle angle; in af_angle_atan() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/
A DRecognizeCharacterResult.h42 int angle; member
A DRecognizeTaxiInvoiceResult.h61 float angle; member
A DRecognizeIdentityCardResult.h52 float angle; member
A DRecognizeBusinessLicenseResult.h76 float angle; member
A DRecognizeAccountPageResult.h82 float angle; member
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.c949 void _rotozoomSurfaceSizeTrig(int width, int height, double angle, double zoomx, double zoomy, in _rotozoomSurfaceSizeTrig()
991 void rotozoomSurfaceSizeXY(int width, int height, double angle, double zoomx, double zoomy, int *ds… in rotozoomSurfaceSizeXY()
1008 void rotozoomSurfaceSize(int width, int height, double angle, double zoom, int *dstwidth, int *dsth… in rotozoomSurfaceSize()
1030 SDL_Surface *rotozoomSurface(SDL_Surface * src, double angle, double zoom, int smooth) in rotozoomSurface()
1051 SDL_Surface *rotozoomSurfaceXY(SDL_Surface * src, double angle, double zoomx, double zoomy, int smo… in rotozoomSurfaceXY()
/AliOS-Things-master/components/ucloud_ai/include/model/
A Docr.h43 int angle; member
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestRotozoom.c93 double angle, zoomf, zoomfx, zoomfy; in RotatePicture() local
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c648 const double angle, const SDL_FPoint *center, const SDL_RendererFlip flip) in GLES_QueueCopyEx()
942 const GLfloat angle = verts[18]; in GLES_RunCommandQueue() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng2-x.c1229 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_load_bg_image() local
2001 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_reload_bg_image() local
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c629 int16_t angle, in OLED_DrawLine_ByAngle()
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c535 const double angle, const SDL_FPoint *center, const SDL_RendererFlip flip) in QueueCmdCopyEx()
3009 const double angle, const SDL_Point *center, const SDL_RendererFlip flip) in SDL_RenderCopyEx()
3036 const double angle, const SDL_FPoint *center, const SDL_RendererFlip flip) in SDL_RenderCopyExF()

Completed in 65 milliseconds

12