Searched refs:skc_path_builder_t (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/compute/skc/ |
D | path_builder.c | 21 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 …]
|
D | skc.h | 38 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 …]
|
D | skc_types.h | 24 typedef struct skc_path_builder * skc_path_builder_t; typedef
|
D | context.h | 39 skc_path_builder_t * const path_builder);
|
D | context.c | 93 skc_path_builder_create(skc_context_t context, skc_path_builder_t * path_builder) in skc_path_builder_create()
|
D | main.c | 174 skc_path_builder_t path_builder; in main()
|
/external/skqp/src/compute/tests/groups/ |
D | groups.h | 33 groups_paths_decode(skc_path_builder_t pb);
|
D | groups.c | 76 groups_paths_decode(skc_path_builder_t pb) in groups_paths_decode()
|
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.h | 137 skc_path_builder_t fPB;
|