Searched defs:xmax (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_line.c | 116 lv_coord_t xmax = LV_COORD_MIN; in lv_line_set_points() local
|
/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 | 71 const int xmax = (xo + VP8_SSIM_KERNEL > W - 1) ? W - 1 in SSIMGetClipped_C() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 141 const int xmax = (xo + SSIM_KERNEL > W - 1) ? W - 1 : xo + 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/SDL2/src/image/ |
A D | nanosvgrast.h | 889 …fillScanline(unsigned char* scanline, int len, int x0, int x1, int maxWeight, int* xmin, int* xmax) in nsvg__fillScanline() 919 …ned char* scanline, int len, NSVGactiveEdge* e, int maxWeight, int* xmin, int* xmax, char fillRule) in nsvg__fillActiveEdges() 1119 int xmin, xmax; in nsvg__rasterizeSortedEdges() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | detection_postprocess.cc | 75 float xmax; member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_rect.c | 129 int xmax = refRect.x + refRect.w - 1; in rect_testIntersectRectAndLineInside() local
|
Completed in 31 milliseconds