Home
last modified time | relevance | path

Searched defs:y2 (Results 1 – 25 of 50) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_drawline.c31 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 DSDL_blendline.c31 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 DSDL_draw.h431 #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 DSDL_gfxPrimitives.c2876 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 Dtestintersections.c87 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 Dtestautomation_rect.c21 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 Dtestdraw2.c85 int x1, y1, x2, y2; in DrawLines() local
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2intrp.c715 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 Dcf2hints.c72 CF2_Fixed y2 ) in cf2_getWindingMomentum()
1443 CF2_Fixed y2, in cf2_glyphpath_computeOffset()
1728 CF2_Fixed y2, in cf2_glyphpath_curveTo()
A Dcf2font.c124 FT_Int y2 = darkenParams[3]; in cf2_computeDarkening() local
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_area.h51 lv_coord_t y2; member
A Dlv_area.c50 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 Dgenpng.c180 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 Darm_correlate_fast_opt_q15.c88 q31_t y1, y2; in arm_correlate_fast_opt_q15() local
A Darm_correlate_opt_q15.c87 q31_t y1, y2; in arm_correlate_opt_q15() local
A Darm_conv_fast_opt_q15.c82 q31_t y1, y2; /* State variables */ in arm_conv_fast_opt_q15() local
A Darm_conv_opt_q15.c84 q31_t y1, y2; /* State variables */ in arm_conv_opt_q15() local
A Darm_conv_partial_fast_opt_q15.c80 q31_t y1, y2; /* State variables */ in arm_conv_partial_fast_opt_q15() local
A Darm_conv_partial_opt_q15.c81 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 Dpcan_gain_control_util.c75 const int16_t y2 = PcanGainLookupFunction(config, input_bits, x2); in PcanGainControlPopulateState() local
/AliOS-Things-master/components/amp/modules/
A Dsh1106.js103 line(x1, y1, x2, y2, color) { argument
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c898 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 Dftbbox.c106 FT_Pos y2, in BBox_Conic_Check()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dnon_max_suppression.h30 float y2; member
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/
A Dmodule_lcd.c120 static void lcd_draw_rect(int32_t x1, int32_t y1, int32_t x2, int32_t y2, in lcd_draw_rect()

Completed in 83 milliseconds

12