Home
last modified time | relevance | path

Searched refs:from_c_path_direction (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/c/
Dsk_surface.cpp64 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction() function
205 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_rect()
213 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_oval()
/external/skia/src/c/
Dsk_surface.cpp65 static bool from_c_path_direction(sk_path_direction_t cdir, SkPathDirection* dir) { in from_c_path_direction() function
212 if (!from_c_path_direction(cdir, &dir)) { in sk_pathbuilder_add_rect()
220 if (!from_c_path_direction(cdir, &dir)) { in sk_pathbuilder_add_oval()