Searched defs:stroker (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.h | 37 struct stroker { struct 38 void (*begin)(struct stroker *stroker); argument 39 void (*process_subpath)(struct stroker *stroker); argument 40 void (*end)(struct stroker *stroker); argument 58 struct stroker base; argument 60 struct stroker stroker; member
|
D | stroker.c | 550 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_move_to() 567 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_line_to() 583 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_emit_curve_to() 614 static INLINE void create_round_join(struct stroker *stroker, in create_round_join() 632 static void create_joins(struct stroker *stroker, in create_joins() 750 static void stroker_add_segment(struct stroker *stroker, in stroker_add_segment() 798 void stroker_move_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_move_to() 814 void stroker_line_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_line_to() 827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_curve_to() 869 struct stroker *stroker, in vg_stroke_outline() [all …]
|
D | arc.c | 476 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_point() local 482 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_curve() local 491 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_point() local 497 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_curve() local 684 struct stroker *stroker, in arc_stroker_emit()
|
D | path.c | 1238 struct dash_stroker stroker; in path_create_stroke() local
|
/external/freetype/src/base/ |
D | ftstroke.c | 805 FT_Stroker stroker = NULL; in FT_Stroker_New() local 833 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() 862 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind() 875 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done() 893 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto() 920 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap() 995 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside() 1060 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside() 1221 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner() 1255 ft_stroker_subpath_start( FT_Stroker stroker, in ft_stroker_subpath_start() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftstroke.c | 804 FT_Stroker stroker = NULL; in FT_Stroker_New() local 832 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() 861 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind() 874 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done() 892 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto() 919 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap() 994 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside() 1059 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside() 1220 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner() 1254 ft_stroker_subpath_start( FT_Stroker stroker, in ft_stroker_subpath_start() [all …]
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 110 SkStroke stroker; in applyToPath() local
|
D | SkStroke.cpp | 1394 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), in strokePath() local
|