Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/c/
Dsk_surface.cpp65 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction() function
206 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_rect()
214 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_oval()
/third_party/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()