Searched refs:skc_path_cubic_to (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/compute/skc/ |
D | path_builder.c | 175 skc_path_cubic_to(skc_path_builder_t path_builder, in skc_path_cubic_to() function 208 return skc_path_cubic_to(path_builder,x1,y1,x2,y2,x3,y3); in skc_path_cubic_smooth_to() 239 err = skc_path_cubic_to(path_builder, in skc_path_ellipse() 247 err = skc_path_cubic_to(path_builder, in skc_path_ellipse() 255 err = skc_path_cubic_to(path_builder, in skc_path_ellipse() 263 err = skc_path_cubic_to(path_builder, in skc_path_ellipse()
|
D | skc.h | 85 skc_path_cubic_to(skc_path_builder_t path_builder,
|
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.cpp | 349 err = skc_path_cubic_to(fPB, in path_add() 447 err = skc_path_cubic_to(fPB, in circles_add() 452 err = skc_path_cubic_to(fPB, in circles_add() 457 err = skc_path_cubic_to(fPB, in circles_add() 462 err = skc_path_cubic_to(fPB, in circles_add()
|