Searched refs:as_path (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/c/ |
D | sk_surface.cpp | 96 static SkPath* as_path(sk_path_t* cpath) { in as_path() function 177 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete() 180 as_path(cpath)->moveTo(x, y); in sk_path_move_to() 184 as_path(cpath)->lineTo(x, y); in sk_path_line_to() 188 as_path(cpath)->quadTo(x0, y0, x1, y1); in sk_path_quad_to() 192 as_path(cpath)->conicTo(x0, y0, x1, y1, w); in sk_path_conic_to() 196 as_path(cpath)->cubicTo(x0, y0, x1, y1, x2, y2); in sk_path_cubic_to() 200 as_path(cpath)->close(); in sk_path_close() 208 as_path(cpath)->addRect(AsRect(*crect), dir); in sk_path_add_rect() 216 as_path(cpath)->addOval(AsRect(*crect), dir); in sk_path_add_oval()
|
/external/skia/src/c/ |
D | sk_surface.cpp | 96 static SkPath* as_path(sk_path_t* cpath) { in as_path() function 177 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete() 180 as_path(cpath)->moveTo(x, y); in sk_path_move_to() 184 as_path(cpath)->lineTo(x, y); in sk_path_line_to() 188 as_path(cpath)->quadTo(x0, y0, x1, y1); in sk_path_quad_to() 192 as_path(cpath)->conicTo(x0, y0, x1, y1, w); in sk_path_conic_to() 196 as_path(cpath)->cubicTo(x0, y0, x1, y1, x2, y2); in sk_path_cubic_to() 200 as_path(cpath)->close(); in sk_path_close() 208 as_path(cpath)->addRect(AsRect(*crect), dir); in sk_path_add_rect() 216 as_path(cpath)->addOval(AsRect(*crect), dir); in sk_path_add_oval()
|