/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() 170 int x1, y1; 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() 835 int x1, y1; 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 5203 int x1, y1; in filledPolygonColorMT() local 5581 int x1, y1; 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() 53 int x1, y1; in rect_testIntersectRectAndLine() local 124 int x1, y1; in rect_testIntersectRectAndLineInside() local 191 int x1, y1; in rect_testIntersectRectAndLineOutside() local 246 int x1, y1, x1Ref, y1Ref; in rect_testIntersectRectAndLineEmpty() local 281 int y1 = rect.h / 2; in rect_testIntersectRectAndLineParam() local
|
A D | testdraw2.c | 85 int x1, y1, x2, y2; in DrawLines() local
|
/AliOS-Things-master/components/drivers/external_device/st7789/example/ |
A D | st7789_example.c | 30 int y1 = rand() % 240; in example_st7789_draw_ract() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_msa.c | 52 #define CALC_R16(y0, y1, v0, v1, dst) do { \ argument 72 #define CALC_G16(y0, y1, u0, u1, v0, v1, dst) do { \ argument 95 #define CALC_B16(y0, y1, u0, u1, dst) do { \ argument 248 const int y1 = MultHi(y, 19077); in YuvToRgb() local 258 const int y1 = MultHi(y, 19077); in YuvToBgr() local 269 const int y1 = MultHi(y, 19077); in YuvToRgb565() local 288 const int y1 = MultHi(y, 19077); in YuvToRgba4444() local
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2intrp.c | 713 CF2_Fixed y1 = cf2_stack_getReal( opStack, index + 1 ) + curY; in cf2_interpT2CharString() local 1267 CF2_Fixed y1 = cf2_stack_getReal( opStack, index + 1 ) + curY; 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 | 70 CF2_Fixed y1, in cf2_getWindingMomentum() 1441 CF2_Fixed y1, in cf2_glyphpath_computeOffset() 1726 CF2_Fixed y1, in cf2_glyphpath_curveTo()
|
A D | cf2font.c | 122 FT_Int y1 = darkenParams[1]; in cf2_computeDarkening() local
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_area.h | 49 lv_coord_t y1; 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_correlate_opt_q7.c | 92 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_correlate_opt_q7() 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_opt_q7.c | 84 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_conv_opt_q7() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | resize_bilinear.h | 93 int32_t y0, y1; in ResizeBilinear() local 184 int32_t input_y, y0, y1; in ResizeBilinearInteger() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | pcan_gain_control_util.c | 74 const int16_t y1 = PcanGainLookupFunction(config, input_bits, x1); 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/base/ |
A D | ftbbox.c | 105 BBox_Conic_Check( FT_Pos y1, in BBox_Conic_Check()
|