/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_triangle.c | 46 void lv_draw_triangle(const lv_point_t * points, const lv_area_t * mask, const lv_style_t * style, … in lv_draw_triangle() 89 void lv_draw_polygon(const lv_point_t * points, uint32_t point_cnt, const lv_area_t * mask, const l… in lv_draw_polygon() 112 void tri_draw_flat(const lv_point_t * points, const lv_area_t * mask, const lv_style_t * style, lv_… in tri_draw_flat() 223 void tri_draw_tall(const lv_point_t * points, const lv_area_t * mask, const lv_style_t * style, lv_… in tri_draw_tall()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 196 AF_Point points = hints->points; in af_glyph_hints_dump_points() local 271 AF_Point points = hints->points; in af_glyph_hints_dump_segments() local 563 AF_Point points; in af_glyph_hints_reload() local 949 AF_Point points = hints->points; in af_glyph_hints_align_strong_points() local 1204 AF_Point points = hints->points; in af_glyph_hints_align_weak_points() local 1334 AF_Point points = hints->points; in af_glyph_hints_scale_dim() local
|
A D | afwarp.c | 169 AF_Point points; in af_warper_compute() local
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_gesture.c | 112 static unsigned long SDL_HashDollar(SDL_FloatPoint* points) in SDL_HashDollar() 285 static float dollarDifference(SDL_FloatPoint* points,SDL_FloatPoint* templ,float ang) in dollarDifference() 301 static float bestDollarDifference(SDL_FloatPoint* points,SDL_FloatPoint* templ) in bestDollarDifference() 340 static int dollarNormalize(const SDL_DollarPath *path,SDL_FloatPoint *points, SDL_bool is_recording) in dollarNormalize() 436 SDL_FloatPoint points[DOLLARNPOINTS]; in dollarRecognize() local
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_drawpoint.c | 65 SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawPoints()
|
A D | SDL_drawline.c | 166 SDL_DrawLines(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawLines()
|
A D | SDL_blendpoint.c | 278 SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_BlendPoints()
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_float.py | 36 def maximize(points): argument
|
A D | bm_chaos.py | 58 def __init__(self, points, degree, knots): argument
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftsmooth.c | 273 FT_Vector* points = outline->points; in ft_smooth_render_generic() local 292 FT_Vector* points = outline->points; in ft_smooth_render_generic() local
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/ |
A D | RecognizePoiNameResult.h | 48 std::vector<std::string> points; member
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 469 QueueCmdDrawLines(SDL_Renderer *renderer, const SDL_FPoint * points, const int count) in QueueCmdDrawLines() 2288 const SDL_Point * points, const int count) in RenderDrawPointsWithRects() 2315 const SDL_Point * points, int count) in SDL_RenderDrawPoints() 2385 const SDL_FPoint * points, int count) in SDL_RenderDrawPointsF() 2429 SDL_FPoint points[2]; in SDL_RenderDrawLine() local 2440 SDL_FPoint points[2]; in SDL_RenderDrawLineF() local 2450 const SDL_Point * points, const int count) in RenderDrawLinesWithRects() 2505 const SDL_FPoint * points, const int count) in RenderDrawLinesWithRectsF() 2560 const SDL_Point * points, int count) in SDL_RenderDrawLines() 2603 const SDL_FPoint * points, int count) in SDL_RenderDrawLinesF() [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | BodyPostureResult.h | 50 std::vector<std::string> points; member
|
A D | HandPostureResult.h | 50 std::vector<std::string> points; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libunicode.h | 52 uint32_t *points; /* points sorted by increasing value */ member
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftoutln.c | 907 FT_Vector* points; in FT_Outline_EmboldenXY() local 1032 FT_Vector* points; in FT_Outline_Get_Orientation() local
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_render.c | 604 DirectFB_QueueDrawPoints(SDL_Renderer * renderer, SDL_RenderCommand *cmd, const SDL_FPoint *points,… in DirectFB_QueueDrawPoints() 712 … const SDL_FPoint *points = (SDL_FPoint *) (((Uint8 *) vertices) + cmd->data.draw.first); in DirectFB_RunCommandQueue() local 723 … const SDL_FPoint *points = (SDL_FPoint *) (((Uint8 *) vertices) + cmd->data.draw.first); in DirectFB_RunCommandQueue() local
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ecc_dsa.c | 206 const uECC_word_t *points[4]; in uECC_verify() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_rect.c | 963 SDL_Point points[16]; in rect_testEnclosePoints() local 1034 SDL_Point points[8]; in rect_testEnclosePointsRepeatedInput() local 1109 SDL_Point points[16]; in rect_testEnclosePointsWithClipping() local 1206 SDL_Point points[1]; in rect_testEnclosePointsParam() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_rect.c | 192 SDL_EnclosePoints(const SDL_Point * points, int count, const SDL_Rect * clip, in SDL_EnclosePoints()
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_canvas.c | 620 void lv_canvas_draw_line(lv_obj_t * canvas, const lv_point_t * points, uint32_t point_cnt, const lv… in lv_canvas_draw_line() 672 void lv_canvas_draw_polygon(lv_obj_t * canvas, const lv_point_t * points, uint32_t point_cnt, const… in lv_canvas_draw_polygon()
|
A D | lv_chart.h | 61 lv_coord_t * points; member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | fax2ps.c | 56 const float points = 72.0; variable
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshalgo.c | 1282 PSH_Point points = glyph->points; in psh_glyph_init() local 1321 PSH_Point points = glyph->points; in psh_glyph_init() local 1892 PSH_Point points = glyph->points; in psh_glyph_interpolate_normal_points() local
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgxvar.c | 128 FT_UShort *points = NULL; in ft_var_readpackedpoints() local 1323 FT_UShort* points; in TT_Vary_Get_Glyph_Deltas() local
|