/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_drawline.c | 31 SDL_DrawLine1(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine1() 59 SDL_DrawLine2(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine2() 89 SDL_DrawLine4(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine4() 142 SDL_DrawLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color) in SDL_DrawLine() 171 int x2, y2; in SDL_DrawLines() local
|
A D | SDL_blendline.c | 31 SDL_BlendLine_RGB2(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB2() 137 SDL_BlendLine_RGB555(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB555() 242 SDL_BlendLine_RGB565(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB565() 347 SDL_BlendLine_RGB4(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB4() 453 SDL_BlendLine_RGBA4(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGBA4() 559 SDL_BlendLine_RGB888(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB888() 664 SDL_BlendLine_ARGB8888(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_ARGB8888() 806 SDL_BlendLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine() 836 int x2, y2; in SDL_BlendLines() local
|
A D | SDL_draw.h | 431 #define BLINE(x1, y1, x2, y2, op, draw_end) \ argument 491 #define WULINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument 600 #define AALINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument 603 #define AALINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 2876 Sint16 x1, y1, x2, y2; in circleColor() local 3121 Sint16 x1, y1, x2, y2; in arcColor() local 3560 Sint16 x1, y1, x2, y2; in filledCircleColor() local 3713 Sint16 x1, y1, x2, y2; in ellipseColor() local 4091 Sint16 x1,y1,x2,y2; in aaellipseColor() local 4362 Sint16 x1, y1, x2, y2; in filledEllipseColor() local 4556 Sint16 x1, y1, x2, y2; in _pieColor() local 5204 int x2, y2; in filledPolygonColorMT() local 5582 int x2, y2; in texturedPolygonMT() local 5911 Sint16 x1, y1, x2, y2; in characterColor() local [all …]
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testintersections.c | 87 add_line(int x1, int y1, int x2, int y2) in add_line() 131 add_rect(int x1, int y1, int x2, int y2) in add_rect() 170 int x1, y1, x2, y2; in DrawRectLineIntersections() local
|
A D | testautomation_rect.c | 21 int x1, int y1, int x2, int y2, in _validateIntersectRectAndLineResults() 54 int x2, y2; in rect_testIntersectRectAndLine() local 125 int x2, y2; in rect_testIntersectRectAndLineInside() local 192 int x2, y2; in rect_testIntersectRectAndLineOutside() local 247 int x2, y2, x2Ref, y2Ref; in rect_testIntersectRectAndLineEmpty() local 283 int y2 = 2 * rect.h; in rect_testIntersectRectAndLineParam() local
|
A D | testdraw2.c | 85 int x1, y1, x2, y2; in DrawLines() local
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2intrp.c | 715 CF2_Fixed y2 = cf2_stack_getReal( opStack, index + 3 ) + y1; in cf2_interpT2CharString() local 1269 CF2_Fixed y2 = cf2_stack_getReal( opStack, index + 3 ) + y1; in cf2_interpT2CharString() local 1295 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local 1334 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local 1376 CF2_Fixed x1, x2, x3, y1, y2, y3; in cf2_interpT2CharString() local
|
A D | cf2hints.c | 72 CF2_Fixed y2 ) in cf2_getWindingMomentum() 1443 CF2_Fixed y2, in cf2_glyphpath_computeOffset() 1728 CF2_Fixed y2, in cf2_glyphpath_curveTo()
|
A D | cf2font.c | 124 FT_Int y2 = darkenParams[3]; in cf2_computeDarkening() local
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_area.h | 51 lv_coord_t y2; member
|
A D | lv_area.c | 50 void lv_area_set(lv_area_t * area_p, lv_coord_t x1, lv_coord_t y1, lv_coord_t x2, lv_coord_t y2) in lv_area_set()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | genpng.c | 180 double x1, y1, x2, y2; member 348 square_check(double x, double y, double x1, double y1, double x2, double y2) in square_check() 460 circle_check(double x, double y, double x1, double y1, double x2, double y2) in circle_check() 554 line_check(double x, double y, double x1, double y1, double x2, double y2, in line_check()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/ |
A D | arm_correlate_fast_opt_q15.c | 88 q31_t y1, y2; in arm_correlate_fast_opt_q15() local
|
A D | arm_correlate_opt_q15.c | 87 q31_t y1, y2; in arm_correlate_opt_q15() local
|
A D | arm_conv_fast_opt_q15.c | 82 q31_t y1, y2; /* State variables */ in arm_conv_fast_opt_q15() local
|
A D | arm_conv_opt_q15.c | 84 q31_t y1, y2; /* State variables */ in arm_conv_opt_q15() local
|
A D | arm_conv_partial_fast_opt_q15.c | 80 q31_t y1, y2; /* State variables */ in arm_conv_partial_fast_opt_q15() local
|
A D | arm_conv_partial_opt_q15.c | 81 q31_t y1, y2; /* State variables */ in arm_conv_partial_opt_q15() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | pcan_gain_control_util.c | 75 const int16_t y2 = PcanGainLookupFunction(config, input_bits, x2); in PcanGainControlPopulateState() local
|
/AliOS-Things-master/components/amp/modules/ |
A D | sh1106.js | 103 line(x1, y1, x2, y2, color) { argument
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftraster.c | 898 Int y2 = (Int)y_turns[n]; in Insert_Y_Turn() local 1093 Long y2, in Line_Up() 1232 Long y2, in Line_Down() 1281 Long y1, y2, e, e2, e0; in Bezier_Up() local 1559 Long y1, y2, y3, x3, ymin, ymax; in Conic_To() local 1681 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; in Cubic_To() local 1965 Long x1, y1, x2, y2, x3, y3; in Decompose_Curve() local
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftbbox.c | 106 FT_Pos y2, in BBox_Conic_Check()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | non_max_suppression.h | 30 float y2; member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/ |
A D | module_lcd.c | 120 static void lcd_draw_rect(int32_t x1, int32_t y1, int32_t x2, int32_t y2, in lcd_draw_rect()
|