Home
last modified time | relevance | path

Searched defs:points (Results 1 – 25 of 43) sorted by relevance

12

/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_triangle.c46 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 Dafhints.c196 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 Dafwarp.c169 AF_Point points; in af_warper_compute() local
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_gesture.c112 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 DSDL_drawpoint.c65 SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawPoints()
A DSDL_drawline.c166 SDL_DrawLines(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawLines()
A DSDL_blendpoint.c278 SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_BlendPoints()
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_float.py36 def maximize(points): argument
A Dbm_chaos.py58 def __init__(self, points, degree, knots): argument
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c273 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 DRecognizePoiNameResult.h48 std::vector<std::string> points; member
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c469 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 DBodyPostureResult.h50 std::vector<std::string> points; member
A DHandPostureResult.h50 std::vector<std::string> points; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibunicode.h52 uint32_t *points; /* points sorted by increasing value */ member
/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c907 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 DSDL_DirectFB_render.c604 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 Decc_dsa.c206 const uECC_word_t *points[4]; in uECC_verify() local
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_rect.c963 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 DSDL_rect.c192 SDL_EnclosePoints(const SDL_Point * points, int count, const SDL_Rect * clip, in SDL_EnclosePoints()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_canvas.c620 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 Dlv_chart.h61 lv_coord_t * points; member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dfax2ps.c56 const float points = 72.0; variable
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c1282 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 Dttgxvar.c128 FT_UShort *points = NULL; in ft_var_readpackedpoints() local
1323 FT_UShort* points; in TT_Vary_Get_Glyph_Deltas() local

Completed in 43 milliseconds

12