/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/ |
A D | WrapperIHaasUI.cpp | 192 int UIDrawRectangle(void* instance, int32_t left, int32_t top, int32_t right, int32_t bottom, in UIDrawRectangle() 228 int32_t top, int32_t right, int32_t bottom) in UIDrawText()
|
A D | WrapperIHaasImageProc.cpp | 128 int32_t right, int32_t bottom) in ImageProcRectangle()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/aircraftBattle/ |
A D | aircraftBattle.c | 419 int bottom = my_craft->cur_y + cur_map->offset_y + cur_map->icon->width; in move_MyCraft() local 452 int bottom = bullet->cur_y + cur_map->offset_y + cur_map->icon->width; in move_bullet() local 489 int bottom = dfo->cur_y + cur_map->offset_y + cur_map->icon->width; in draw_dfo() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_convolve_HWC_q7_RGB.c | 140 union arm_nnword bottom; in arm_convolve_HWC_q7_RGB() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_convolve_HWC_q7_RGB.c | 140 union arm_nnword bottom; in arm_convolve_HWC_q7_RGB() local
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_btn.h | 165 … void lv_btn_set_fit4(lv_obj_t * btn, lv_fit_t left, lv_fit_t right, lv_fit_t top, lv_fit_t bottom) in lv_btn_set_fit4()
|
A D | lv_page.h | 176 …v_page_set_scrl_fit4(lv_obj_t * page, lv_fit_t left, lv_fit_t right, lv_fit_t top, lv_fit_t bottom) in lv_page_set_scrl_fit4()
|
A D | lv_cont.c | 147 void lv_cont_set_fit4(lv_obj_t * cont, lv_fit_t left, lv_fit_t right, lv_fit_t top, lv_fit_t bottom) in lv_cont_set_fit4()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 1043 Sint16 left, right, top, bottom; in hlineColorStore() local 1206 Sint16 left, right, top, bottom; in hlineColor() local 1394 Sint16 left, right, top, bottom; in vlineColor() local 2033 Sint16 left, right, top, bottom; in _clipLine() local 2109 Sint16 left, right, top, bottom; in boxColor() local 2874 Sint16 left, right, top, bottom; in circleColor() local 3119 Sint16 left, right, top, bottom; in arcColor() local 3558 Sint16 left, right, top, bottom; in filledCircleColor() local 3711 Sint16 left, right, top, bottom; in ellipseColor() local 4090 Sint16 left, right, top, bottom; in aaellipseColor() local [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | ctc_beam_search.h | 365 BeamEntry* bottom = leaves_.peek_bottom(); in Step() local
|
/AliOS-Things-master/components/py_engine/modules/minicv/ |
A D | ui.c | 447 int32_t bottom = (int32_t)mp_obj_get_int(args[4]); in obj_drawRectangle() local 524 int32_t bottom = (int32_t)mp_obj_get_int(args[7]); in obj_drawText() local
|
A D | imageproc.c | 263 int32_t bottom = (int32_t)mp_obj_get_int(args[5]); in obj_rectangle() local
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowskeyboard.c | 1314 DrawRect(HDC hdc, int left, int top, int right, int bottom, int pensize) in DrawRect() 1339 int left, top, right, bottom; in IME_PositionCandidateList() local 1506 int left, top, right, bottom; in IME_RenderCandidateList() local
|
A D | SDL_windowswindow.c | 516 WIN_GetWindowBordersSize(_THIS, SDL_Window * window, int *top, int *left, int *bottom, int *right) in WIN_GetWindowBordersSize()
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_style.h | 88 lv_coord_t bottom; member
|
A D | lv_obj.c | 1100 …xt_click_area(lv_obj_t * obj, lv_coord_t left, lv_coord_t right, lv_coord_t top, lv_coord_t bottom) in lv_obj_set_ext_click_area()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2hints.c | 96 FT_Bool bottom ) in cf2_hint_init()
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftraster.c | 947 Int bottom, top; in Finalize_Profile_Table() local 2951 Short min_Y, max_Y, top, bottom, dropouts; in Draw_Sweep() local
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 987 X11_GetWindowBordersSize(_THIS, SDL_Window * window, int *top, int *left, int *bottom, int *right) in X11_GetWindowBordersSize()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 1854 TPos bottom, top, middle; in gray_convert_glyph() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | anim_encode.c | 601 const int bottom = clip(*y_offset + *height, 0, curr_canvas->height); in WebPAnimEncoderRefineRect() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 2105 SDL_GetWindowBordersSize(SDL_Window * window, int *top, int *left, int *bottom, int *right) in SDL_GetWindowBordersSize()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftobjs.c | 547 FT_Pos right, bottom; in ft_glyphslot_grid_fit_metrics() local
|