/AliOS-Things-master/components/cplusplus/example/cpp_aos/ |
A D | inheritance.cpp | 20 int getCost(int area) { return area * 70; } in getCost() argument 31 int area; in test_inheritance() local 36 area = Rect.getArea(); in test_inheritance() 40 cout << "Total paint cost: $" << Rect.getCost(area) << endl; in test_inheritance()
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_refr.c | 295 vdb->area.x1 = 0; in lv_refr_area() 297 vdb->area.y1 = 0; in lv_refr_area() 347 vdb->area.x1 = area_p->x1; in lv_refr_area() 348 vdb->area.x2 = area_p->x2; in lv_refr_area() 349 vdb->area.y1 = row; in lv_refr_area() 351 if(vdb->area.y2 > y2) vdb->area.y2 = y2; in lv_refr_area() 352 row_last = vdb->area.y2; in lv_refr_area() 359 vdb->area.x1 = area_p->x1; in lv_refr_area() 360 vdb->area.x2 = area_p->x2; in lv_refr_area() 361 vdb->area.y1 = row; in lv_refr_area() [all …]
|
/AliOS-Things-master/components/littlevgl/porting/ |
A D | lv_port_disp_template.c | 27 static void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p); 138 static void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p) 144 for(y = area->y1; y <= area->y2; y++) { 145 for(x = area->x1; x <= area->x2; x++) {
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_basic.c | 88 x -= vdb->area.x1; in lv_draw_px() 89 y -= vdb->area.y1; in lv_draw_px() 145 vdb_rel_a.x1 = res_a.x1 - vdb->area.x1; in lv_draw_fill() 146 vdb_rel_a.y1 = res_a.y1 - vdb->area.y1; in lv_draw_fill() 147 vdb_rel_a.x2 = res_a.x2 - vdb->area.x1; in lv_draw_fill() 148 vdb_rel_a.y2 = res_a.y2 - vdb->area.y1; in lv_draw_fill() 307 vdb_buf_tmp += ((pos_y - vdb->area.y1) * vdb_width) + pos_x - vdb->area.x1; in lv_draw_letter() 340 … (col + pos_x) - vdb->area.x1, (row + pos_y) - vdb->area.y1, color, px_opa); in lv_draw_letter() 420 masked_a.x1 = masked_a.x1 - vdb->area.x1; in lv_draw_map() 421 masked_a.y1 = masked_a.y1 - vdb->area.y1; in lv_draw_map() [all …]
|
A D | lv_draw_arc.c | 243 lv_area_t area; in ver_line() local 244 lv_area_set(&area, x, y, x, y + len); in ver_line() 246 lv_draw_fill(&area, mask, color, opa); in ver_line() 251 lv_area_t area; in hor_line() local 252 lv_area_set(&area, x, y, x + len, y); in hor_line() 254 lv_draw_fill(&area, mask, color, opa); in hor_line()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testshader.c | 283 SDL_Rect area; in SDL_GL_LoadTexture() local 312 area.x = 0; in SDL_GL_LoadTexture() 313 area.y = 0; in SDL_GL_LoadTexture() 314 area.w = surface->w; in SDL_GL_LoadTexture() 315 area.h = surface->h; in SDL_GL_LoadTexture() 316 SDL_BlitSurface(surface, &area, image, &area); in SDL_GL_LoadTexture()
|
A D | testjoystick.c | 95 const SDL_Rect area = { x, y, w, h }; in DrawRect() local 96 SDL_RenderFillRect(r, &area); in DrawRect()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 389 TArea area; member 410 TArea area; member 489 ras.area = 0; in gray_init_cells() 571 cell->area = 0; in gray_find_cell() 590 cell->area += ras.area; in gray_record_cell() 632 ras.area = 0; in gray_set_cell() 657 ras.area = 0; in gray_start_cell() 818 TArea area; in gray_render_line() local 839 ras.area += area; in gray_render_line() 1432 TPos area; in gray_sweep() local [all …]
|
/AliOS-Things-master/components/littlevgl/src/lv_hal/ |
A D | lv_hal_disp.h | 55 lv_area_t area; member 85 void (*flush_cb)(struct _disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p); 89 void (*rounder_cb)(struct _disp_drv_t * disp_drv, lv_area_t * area);
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/ |
A D | Kconfig | 99 Magic 32-bit word for to identify valid settings area 123 int "Sector size of the NVS settings area" 127 The sector size to use for the NVS settings area as a multiple of 131 int "Sector count of the NVS settings area" 135 Number of sectors used for the NVS settings area
|
/AliOS-Things-master/components/ai_agent/ |
A D | README.md | 323 text area: left: 141, top: 442, weight: 89, height: 20 327 text area: left: 115, top: 173, weight: 100, height: 109 331 text area: left: 168, top: 447, weight: 98, height: 18 335 text area: left: 181, top: 450, weight: 241, height: 17 339 text area: left: 216, top: 454, weight: 112, height: 18 343 text area: left: 231, top: 187, weight: 150, height: 18 347 text area: left: 261, top: 193, weight: 104, height: 18
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_line.c | 218 lv_area_t area; in lv_line_design() local 219 lv_obj_get_coords(line, &area); in lv_line_design() 220 lv_coord_t x_ofs = area.x1; in lv_line_design() 221 lv_coord_t y_ofs = area.y1; in lv_line_design()
|
A D | lv_canvas.c | 477 lv_area_copy(&disp_buf.area, &mask); in lv_canvas_draw_rect() 536 lv_area_copy(&disp_buf.area, &mask); in lv_canvas_draw_text() 597 lv_area_copy(&disp_buf.area, &mask); in lv_canvas_draw_img() 637 lv_area_copy(&disp_buf.area, &mask); in lv_canvas_draw_line() 689 lv_area_copy(&disp_buf.area, &mask); in lv_canvas_draw_polygon() 742 lv_area_copy(&disp_buf.area, &mask); in lv_canvas_draw_arc()
|
A D | lv_ta.h | 76 lv_area_t area; /* Cursor area relative to the Text Area*/ member
|
A D | lv_ta.c | 147 lv_ta_set_style(new_ta, LV_TA_STYLE_BG, th->style.ta.area); in lv_ta_create() 1268 lv_area_copy(&cur_area, &ext->cursor.area); in lv_ta_scrollable_design() 1492 lv_area_copy(&area_tmp, &ext->cursor.area); in cursor_blink_anim() 1695 lv_area_copy(&area_tmp, &ext->cursor.area); in refr_cursor_area() 1702 lv_area_copy(&ext->cursor.area, &cur_area); in refr_cursor_area() 1704 lv_area_copy(&area_tmp, &ext->cursor.area); in refr_cursor_area()
|
/AliOS-Things-master/components/SDL2/src/file/ |
A D | SDL_rwops.c | 707 SDL_RWops *area; in SDL_AllocRW() local 709 area = (SDL_RWops *) SDL_malloc(sizeof *area); in SDL_AllocRW() 710 if (area == NULL) { in SDL_AllocRW() 713 area->type = SDL_RWOPS_UNKNOWN; in SDL_AllocRW() 715 return area; in SDL_AllocRW() 719 SDL_FreeRW(SDL_RWops * area) in SDL_FreeRW() argument 721 SDL_free(area); in SDL_FreeRW()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 789 SDLTest_ExampleHitTestCallback(SDL_Window *win, const SDL_Point *area, void *data) in SDLTest_ExampleHitTestCallback() argument 799 if (area->x < RESIZE_BORDER) { in SDLTest_ExampleHitTestCallback() 800 if (area->y < RESIZE_BORDER) { in SDLTest_ExampleHitTestCallback() 803 } else if (area->y >= (h-RESIZE_BORDER)) { in SDLTest_ExampleHitTestCallback() 810 } else if (area->x >= (w-RESIZE_BORDER)) { in SDLTest_ExampleHitTestCallback() 811 if (area->y < RESIZE_BORDER) { in SDLTest_ExampleHitTestCallback() 814 } else if (area->y >= (h-RESIZE_BORDER)) { in SDLTest_ExampleHitTestCallback() 821 } else if (area->y >= (h-RESIZE_BORDER)) { in SDLTest_ExampleHitTestCallback() 824 } else if (area->y < RESIZE_BORDER) { in SDLTest_ExampleHitTestCallback() 827 } else if (area->y < DRAGGABLE_TITLE) { in SDLTest_ExampleHitTestCallback()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/mfs/ |
A D | README | 25 One thing that libtiff did not do was work on a memory area rather than
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 118 8. Implement and register a function which can **copy a pixel array** to an area of your display: 126 void my_disp_flush(lv_disp_t * disp, const lv_area_t * area, lv_color_t * color_p) 129 for(y = area->y1; y <= area->y2; y++) { 130 for(x = area->x1; x <= area->x2; x++) {
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftoutln.c | 1035 FT_Pos area = 0; in FT_Outline_Get_Orientation() local 1067 area += ( ( v_cur.y - v_prev.y ) >> yshift ) * in FT_Outline_Get_Orientation() 1075 if ( area > 0 ) in FT_Outline_Get_Orientation() 1077 else if ( area < 0 ) in FT_Outline_Get_Orientation()
|
/AliOS-Things-master/components/littlevgl/src/lv_themes/ |
A D | lv_theme.h | 232 lv_style_t * area; member
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_rwops.h | 172 extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops * area);
|
/AliOS-Things-master/components/fatfs/ |
A D | README.md | 9 - Very small footprint for program code and work area
|
/AliOS-Things-master/components/cplusplus/ |
A D | README.md | 175 Total area: 35
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | thumbnail.c | 515 uint32 area = nrows * filterWidth; in setrow() local 543 *row++ = cmap[(255*acc)/area]; in setrow()
|