Home
last modified time | relevance | path

Searched refs:skc_path_builder_t (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/compute/skc/
Dpath_builder.c21 skc_path_builder_retain(skc_path_builder_t path_builder) in skc_path_builder_retain()
29 skc_path_builder_release(skc_path_builder_t path_builder) in skc_path_builder_release()
43 skc_path_begin(skc_path_builder_t path_builder) in skc_path_begin()
61 skc_path_end(skc_path_builder_t path_builder, skc_path_t * path) in skc_path_end()
79 skc_path_move_to_1(skc_path_builder_t path_builder, in skc_path_move_to_1()
90 skc_path_move_to_2(skc_path_builder_t path_builder, in skc_path_move_to_2()
101 skc_path_move_to(skc_path_builder_t path_builder, in skc_path_move_to()
110 skc_path_close(skc_path_builder_t path_builder) in skc_path_close()
122 skc_path_line_to(skc_path_builder_t path_builder, in skc_path_line_to()
142 skc_path_quad_to(skc_path_builder_t path_builder, in skc_path_quad_to()
[all …]
Dskc.h38 skc_path_builder_create(skc_context_t context, skc_path_builder_t * path_builder);
41 skc_path_builder_retain(skc_path_builder_t path_builder);
44 skc_path_builder_release(skc_path_builder_t path_builder);
51 skc_path_begin(skc_path_builder_t path_builder);
54 skc_path_end(skc_path_builder_t path_builder, skc_path_t * path);
74 skc_path_move_to(skc_path_builder_t path_builder,
78 skc_path_close(skc_path_builder_t path_builder);
81 skc_path_line_to(skc_path_builder_t path_builder,
85 skc_path_cubic_to(skc_path_builder_t path_builder,
91 skc_path_cubic_smooth_to(skc_path_builder_t path_builder,
[all …]
Dskc_types.h24 typedef struct skc_path_builder * skc_path_builder_t; typedef
Dcontext.h39 skc_path_builder_t * const path_builder);
Dcontext.c93 skc_path_builder_create(skc_context_t context, skc_path_builder_t * path_builder) in skc_path_builder_create()
Dmain.c174 skc_path_builder_t path_builder; in main()
/external/skqp/src/compute/tests/groups/
Dgroups.h33 groups_paths_decode(skc_path_builder_t pb);
Dgroups.c76 groups_paths_decode(skc_path_builder_t pb) in groups_paths_decode()
/external/skqp/src/compute/sk/
DSkDevice_Compute.h137 skc_path_builder_t fPB;