Home
last modified time | relevance | path

Searched refs:sk_path_direction_t (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/include/c/
Dsk_path.h21 } sk_path_direction_t; typedef
69 SK_API void sk_path_add_rect(sk_path_t*, const sk_rect_t*, sk_path_direction_t);
73 SK_API void sk_path_add_oval(sk_path_t*, const sk_rect_t*, sk_path_direction_t);
/third_party/skia/include/c/
Dsk_path.h21 } sk_path_direction_t; typedef
72 SK_API void sk_pathbuilder_add_rect(sk_pathbuilder_t*, const sk_rect_t*, sk_path_direction_t);
76 SK_API void sk_pathbuilder_add_oval(sk_pathbuilder_t*, const sk_rect_t*, sk_path_direction_t);
/third_party/flutter/skia/src/c/
Dsk_surface.cpp58 sk_path_direction_t fC;
65 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction()
204 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_rect()
212 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_oval()
/third_party/skia/src/c/
Dsk_surface.cpp58 sk_path_direction_t fC;
65 static bool from_c_path_direction(sk_path_direction_t cdir, SkPathDirection* dir) { in from_c_path_direction()
210 …athbuilder_add_rect(sk_pathbuilder_t* cbuilder, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_pathbuilder_add_rect()
218 …athbuilder_add_oval(sk_pathbuilder_t* cbuilder, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_pathbuilder_add_oval()