Home
last modified time | relevance | path

Searched defs:stroker (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.h37 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
Dstroker.c550 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 …]
Darc.c476 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()
Dpath.c1238 struct dash_stroker stroker; in path_create_stroke() local
/external/freetype/src/base/
Dftstroke.c794 FT_Stroker stroker = NULL; in FT_Stroker_New() local
822 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set()
851 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind()
864 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done()
882 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto()
909 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap()
984 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside()
1049 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside()
1210 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner()
1244 ft_stroker_subpath_start( FT_Stroker stroker, in ft_stroker_subpath_start()
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c794 FT_Stroker stroker = NULL; in FT_Stroker_New() local
822 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set()
851 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind()
864 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done()
882 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto()
909 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap()
984 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside()
1047 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside()
1208 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner()
1245 ft_stroker_subpath_start( FT_Stroker stroker, in ft_stroker_subpath_start()
[all …]
/external/skia/src/core/
DSkStrokeRec.cpp114 SkStroke stroker; in applyToPath() local
DSkStroke.cpp1584 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), fResScale); in strokePath() local
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp201 SkStroke stroker; in SkRasterizeStroke() local