Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/tools/
A Dtest_trig.c193 int rotate; in test_rotate() local
196 for ( rotate = 0; rotate < FT_ANGLE_2PI; rotate += 0x10000 ) in test_rotate()
202 ra = rotate*SPI; in test_rotate()
222 FT_Vector_Rotate( &v, rotate ); in test_rotate()
/AliOS-Things-master/components/udisplay/include/
A Dudisplay_cli.h22 int32_t udisplay_pattern_rgb32(uint32_t color, bool rotate);
33 int32_t udisplay_pattern_rgb16(uint32_t color, bool rotate);
A Dudisplay.h54 uint32_t y, uint32_t w, uint32_t h, bool rotate);
/AliOS-Things-master/components/ugraphics/
A DREADME.md17 │ └── rotate
18 │ └── rotate.h # rotate旋转头文件
26 │ └── rotate
27 │ └── rotate.c # 图像旋转函数代码
43 CONFIG_UGRAPHICS_ROTATE: 0 # 使能rotate旋转函数接口
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_lcd.c31 int32_t aos_hal_lcd_show(int x, int y, int w, int h, uint8_t *buf, bool rotate) in aos_hal_lcd_show() argument
34 return udisplay_show_rect(buf, x, y, w, h, rotate); in aos_hal_lcd_show()
/AliOS-Things-master/components/freetype/src/base/
A Dftstroke.c531 FT_Angle total, angle, step, rotate, next, theta; in ft_stroke_border_arcto() local
879 FT_Angle total, rotate; in ft_stroker_arcto() local
885 rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_arcto()
889 total = -rotate * 2; in ft_stroker_arcto()
983 FT_Angle phi, theta, rotate; in ft_stroker_inside() local
990 rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_inside()
1046 FT_Angle rotate; in ft_stroker_outside() local
1060 rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_outside()
1074 theta = rotate; in ft_stroker_outside()
1451 rotate = FT_SIDE_TO_ROTATE( side ); in FT_Stroker_ConicTo()
[all …]
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_lcd.c23 int32_t aos_hal_lcd_show(int x, int y, int w, int h, uint8_t *buf, bool rotate) in aos_hal_lcd_show() argument
25 printf("aos_hal_lcd_show x: %d, y: %d, w: %d, h: %d, rotate: %d\n", x, y, w, h, rotate); in aos_hal_lcd_show()
/AliOS-Things-master/components/py_engine/engine/drivers/display/
A Dssd1306.py91 def rotate(self, rotate): member in SSD1306
92 self.write_cmd(SET_COM_OUT_DIR | ((rotate & 1) << 3))
93 self.write_cmd(SET_SEG_REMAP | (rotate & 1))
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/lcd/
A Dmodule_lcd.c61 bool rotate; in native_lcd_show() local
79 rotate = JS_ToBool(ctx, argv[5]); in native_lcd_show()
81 ret = aos_hal_lcd_show(x, y, w, h, buf, rotate); in native_lcd_show()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dcmsis_gcc.h1987 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument
1990 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn()
1991 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn()
1993 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn()
2006 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument
2009 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn()
2010 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn()
2012 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dcmsis_gcc.h1987 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument
1990 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn()
1991 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn()
1993 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn()
2006 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument
2009 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn()
2010 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn()
2012 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
/AliOS-Things-master/kernel/rhino/include/
A Dk_rbtree.h27 void (*rotate)(struct k_rbtree_node_t *old, struct k_rbtree_node_t *new_node); member
160 rbtree_erase_color(rebalance, root, augment->rotate); in k_rbtree_erase_augmented()
167 rbtree_insert_augmented(node, root, augment->rotate); in k_rbtree_insert_augmented()
/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_lcd.h48 int32_t aos_hal_lcd_show(int x, int y, int w, int h, uint8_t *buf, bool rotate);
/AliOS-Things-master/components/udisplay/src/
A Dudisplay.c280 uint32_t h, bool rotate) in udisplay_show_rect() argument
295 if (rotate) { in udisplay_show_rect()
357 int32_t udisplay_pattern_rgb32(uint32_t color, bool rotate) in udisplay_pattern_rgb32() argument
367 if (rotate) { in udisplay_pattern_rgb32()
402 int32_t udisplay_pattern_rgb16(uint32_t color, bool rotate) in udisplay_pattern_rgb16() argument
/AliOS-Things-master/components/drivers/core/fbdev/include/
A Dfb_define.h92 uint32_t rotate; /* angle we rotate counter clockwise */ member
/AliOS-Things-master/components/udisplay/example/
A Dudisplay_example.c107 dump_rotate_str(ctx->var.rotate)); in udisplay_comp_example()
/AliOS-Things-master/components/drivers/external_device/ili9341/src/
A Dili9341_fb.c162 info->var.rotate = FB_ROTATE_UD; // rotate 0 degrees wiseclock in ili9341_fb_init()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzappend.c123 local void rotate(unsigned char *list, unsigned len, unsigned rot) in rotate() function
363 rotate(window, DSIZE, have); in gzscan()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestRotozoom.c88 void RotatePicture (SDL_Surface *screen, SDL_Surface *picture, int rotate, int flip, int smooth, in… in RotatePicture() argument
120 angle=framecount*rotate; in RotatePicture()
144 angle=framecount*rotate; in RotatePicture()
180 if (rotate) { in RotatePicture()
/AliOS-Things-master/components/amp/modules/
A Dsh1106.js224 rotate(flag, update) {
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng2-x.c1228 double freq, rotate, saturate, gray, intensity; in rpng2_x_load_bg_image() local
1250 rotate = (double)bg[pat].bg_brot * 0.1; in rpng2_x_load_bg_image()
1264 intensity = cos((angle+(rotate*dist*PI)) * freq) * in rpng2_x_load_bg_image()
2000 double freq, rotate, saturate, gray, intensity; in rpng2_x_reload_bg_image() local
2018 rotate = (double)bg[pat].bg_brot * 0.1; in rpng2_x_reload_bg_image()
2032 intensity = cos((angle+(rotate*dist*PI)) * freq) * in rpng2_x_reload_bg_image()
A Drpng2-win.c976 double freq, rotate, saturate, gray, intensity;
998 rotate = (double)bg[pat].bg_brot * 0.1;
1012 intensity = cos((angle+(rotate*dist*PI)) * freq) *
/AliOS-Things-master/components/SDL2/docs/
A DREADME-gesture.md54 SDL provides simple support for pinch/rotate/swipe gestures.
/AliOS-Things-master/components/py_engine/framework/
A Dsh1106.py88 def rotate(self, flag, update=True): member in SH1106
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcmsis_gcc.h1898 __STATIC_FORCEINLINE int32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument
1902 __ASM ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn()

Completed in 39 milliseconds

12