/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_canvas.h | 242 #define LV_CANVAS_BUF_SIZE_TRUE_COLOR(w, h) ((LV_COLOR_SIZE / 8) * w * h) argument 243 #define LV_CANVAS_BUF_SIZE_TRUE_COLOR_CHROMA_KEYED(w, h) ((LV_COLOR_SIZE / 8) * w * h) argument 244 #define LV_CANVAS_BUF_SIZE_TRUE_COLOR_ALPHA(w, h) (LV_IMG_PX_SIZE_ALPHA_BYTE * w * h) argument 247 #define LV_CANVAS_BUF_SIZE_ALPHA_1BIT(w, h) ((((w / 8) + 1) * h)) argument 248 #define LV_CANVAS_BUF_SIZE_ALPHA_2BIT(w, h) ((((w / 4) + 1) * h)) argument 249 #define LV_CANVAS_BUF_SIZE_ALPHA_4BIT(w, h) ((((w / 2) + 1) * h)) argument 250 #define LV_CANVAS_BUF_SIZE_ALPHA_8BIT(w, h) ((w * h)) argument 253 #define LV_CANVAS_BUF_SIZE_INDEXED_1BIT(w, h) (LV_CANVAS_BUF_SIZE_ALPHA_1BIT(w, h) + 4 * 2) argument 254 #define LV_CANVAS_BUF_SIZE_INDEXED_2BIT(w, h) (LV_CANVAS_BUF_SIZE_ALPHA_2BIT(w, h) + 4 * 4) argument 255 #define LV_CANVAS_BUF_SIZE_INDEXED_4BIT(w, h) (LV_CANVAS_BUF_SIZE_ALPHA_4BIT(w, h) + 4 * 16) argument [all …]
|
A D | lv_chart.c | 695 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_draw_div() local 752 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_draw_lines() local 812 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_draw_points() local 870 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_draw_cols() local 928 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_draw_vertical_lines() local 996 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_draw_areas() local 1068 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_draw_y_ticks() local 1177 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_draw_x_ticks() local 1279 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_inv_lines() local 1309 lv_coord_t w = lv_obj_get_width(chart); in lv_chart_inv_points() local [all …]
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_fillrect.c | 100 SDL_FillRect1SSE(Uint8 *pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1SSE() 135 SDL_FillRect1(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1() 174 SDL_FillRect2(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect2() 198 SDL_FillRect3(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect3() 226 SDL_FillRect4(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect4() 261 static void fill_8_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_8_neon() 266 static void fill_16_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_16_neon() 271 static void fill_32_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_32_neon() 282 static void fill_8_simd(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_8_simd() 287 static void fill_16_simd(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_16_simd() [all …]
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | misc_aes.py | 68 def aes_add_round_key(state, w): argument 75 def aes_sb_sr_mc_ark(state, w, w_idx, temp): argument 94 def aes_sb_sr_ark(state, w, w_idx, temp): argument 113 def aes_state(state, w, temp, nr): argument 124 def aes_key_expansion(key, w, temp, nk, nr): argument
|
/AliOS-Things-master/components/py_engine/tests/thread/ |
A D | stress_aes.py | 84 def aes_add_round_key(state, w): argument 91 def aes_sb_sr_mc_ark(state, w, w_idx, temp): argument 110 def aes_sb_sr_ark(state, w, w_idx, temp): argument 129 def aes_state(state, w, temp, nr): argument 140 def aes_key_expansion(key, w, temp, nk, nr): argument
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | libm.h | 41 #define GET_FLOAT_WORD(w,d) \ argument 49 #define SET_FLOAT_WORD(d,w) \ argument
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xv.c | 48 static int get_header(SDL_RWops *src, int *w, int *h) in get_header() 86 int w, h; in IMG_isXV() local 105 int w, h; in IMG_LoadXV_RW() local
|
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_lcd.c | 31 int32_t aos_hal_lcd_show(int x, int y, int w, int h, uint8_t *buf, bool rotate) in aos_hal_lcd_show() 40 int32_t aos_hal_lcd_fill(int x, int y, int w, int h, uint32_t color) in aos_hal_lcd_fill()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_lcd.c | 23 int32_t aos_hal_lcd_show(int x, int y, int w, int h, uint8_t *buf, bool rotate) in aos_hal_lcd_show() 32 int32_t aos_hal_lcd_fill(int x, int y, int w, int h, uint32_t color) in aos_hal_lcd_fill()
|
/AliOS-Things-master/components/ai_agent/example/ |
A D | aiagent_example.c | 19 int x, y, w, h; in facebody_compare_callback() local 78 int x, y, w, h; in detect_object_callback() local 105 int x, y, w, h; in detect_main_body_callback() local 127 int x, y, w, h; in segment_common_image_callback() local 145 int x, y, w, h; in segment_face_callback() local 349 int tmp_y, x, y, w, h; in imagerecog_detect_fruits_callback() local
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 295 char *w, *h; in SDLTest_CommonArg() local 314 char *w, *h; in SDLTest_CommonArg() local 333 char *w, *h; in SDLTest_CommonArg() local 352 char *w, *h; in SDLTest_CommonArg() local 791 int w, h; in SDLTest_ExampleHitTestCallback() local 837 int i, j, m, n, w, h; in SDLTest_CommonInit() local 1640 int w, h; in SDLTest_CommonEvent() local 1651 int w, h; in SDLTest_CommonEvent() local 1727 int w, h; in SDLTest_CommonEvent() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/pm/ |
A D | module_pm.c | 95 void *w = pm_wakelock; in native_pm_wakelock_lock() local 115 void *w = pm_wakelock; in native_pm_wakelock_timedlock() local 143 void *w = pm_wakelock; in native_pm_wakelock_unlock() local
|
/AliOS-Things-master/components/SDL2/src/image/unused/ |
A D | showimage.c | 31 static void draw_background(SDL_Renderer *renderer, int w, int h) in draw_background() 61 int i, w, h, done; in main() local
|
/AliOS-Things-master/components/py_engine/engine/drivers/display/ |
A D | lcd160cr.py | 142 def clip_line(c, w, h): argument 272 def screen_dump(self, buf, x=0, y=0, w=None, h=None): argument 342 def rect(self, x, y, w, h, cmd=0x72): argument 371 def rect_outline(self, x, y, w, h): argument 374 def rect_interior(self, x, y, w, h): argument 389 def rect_no_clip(self, x, y, w, h): argument 392 def rect_outline_no_clip(self, x, y, w, h): argument 395 def rect_interior_no_clip(self, x, y, w, h): argument 432 def set_spi_win(self, x, y, w, h): argument 450 def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=0x07E0, color=0): argument
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 43 #define SDL_SendMouseMotion_ex(w, id, relative, x, y, p) SDL_SendMouseMotion(w, id, relative, x, y,… argument 44 #define SDL_SendMouseButton_ex(w, id, state, button) SDL_SendMouseButton(w, id, state, button) argument 48 #define SDL_SendMouseMotion_ex(w, id, relative, x, y, p) SDL_SendMouseMotion(w, id, relative, x, y) argument 49 #define SDL_SendMouseButton_ex(w, id, state, button) SDL_SendMouseButton(w, id, state, button) argument 74 static void UnicodeToUtf8( Uint16 w , char *utf8buf) in UnicodeToUtf8() 414 SDL_Window *w; in DirectFB_PumpEventsWindow() local
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_workqueue.c | 87 kwork_t *w; in aos_work_init() local 111 kwork_t *w; in aos_work_destroy() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_imageiter.c | 211 TIFFImageIterGet(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in TIFFImageIterGet() 260 gtTileContig(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in gtTileContig() 308 gtTileSeparate(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in gtTileSeparate() 375 gtStripContig(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in gtStripContig() 414 gtStripSeparate(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in gtStripSeparate()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | genpng.c | 135 double w = strtod(arg, &ep); in width_of() local 149 double w = strtod(arg, &ep); in coordinate_of() local 372 square_check_line(const struct arg *arg, double x, double y, double w) in square_check_line() 432 double w = arg->width/2; in check_square() local 489 circle_check_line(const struct arg *arg, double x, double y, double w) in circle_check_line() 532 double w = arg->width/2; in check_circle() local 555 double w, double expand) in line_check()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | framebuf4.py | 15 w = 16 variable
|
A D | framebuf8.py | 17 w = 8 variable
|
A D | uselect_poll_udp.py | 27 r, w, e = select.select([s], [], [], 0) variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_psnr_enc.c | 39 int w, int h) { in AccumulateLSIM() 68 int w, int h) { in AccumulateSSE() 83 int w, int h) { in AccumulateSSIM() 181 int w, h, c; in WebPPictureDistortion() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testyuv_cvt.c | 76 static void ConvertRGBtoPlanar2x2(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, S… in ConvertRGBtoPlanar2x2() 192 static void ConvertRGBtoPacked4(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, SDL… in ConvertRGBtoPacked4() 262 SDL_bool ConvertRGBtoYUV(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, SDL_YUV_CO… in ConvertRGBtoYUV()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_rect.h | 80 int w, h; member 91 float w; member
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_area.c | 63 void lv_area_set_width(lv_area_t * area_p, lv_coord_t w) in lv_area_set_width() 86 lv_coord_t w = lv_area_get_width(area_p); in lv_area_set_pos() local
|