Searched defs:ymax (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_line.c | 117 lv_coord_t ymax = LV_COORD_MIN; in lv_line_set_points() local
|
A D | lv_chart.h | 89 lv_coord_t ymax; /*y max value (used to scale the data)*/ member
|
A D | lv_chart.c | 235 void lv_chart_set_range(lv_obj_t * chart, lv_coord_t ymin, lv_coord_t ymax) in lv_chart_set_range()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffgt.c | 61 static uint32 xmax, ymax; variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | ssim.c | 68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 139 const int ymax = (yo + SSIM_KERNEL > H - 1) ? H - 1 : yo + SSIM_KERNEL; in SSIMGetClipped() local
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_gesture.c | 347 float xmin,xmax,ymin,ymax; in dollarNormalize() local
|
/AliOS-Things-master/components/SDL2/src/joystick/bsd/ |
A D | SDL_sysjoystick.c | 548 static int x, y, xmin = 0xffff, ymin = 0xffff, xmax = 0, ymax = 0; local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | detection_postprocess.cc | 74 float ymax; member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_rect.c | 131 int ymax = refRect.y + refRect.h - 1; in rect_testIntersectRectAndLineInside() local
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftraster.c | 1559 Long y1, y2, y3, x3, ymin, ymax; in Conic_To() local
|
Completed in 23 milliseconds