HomeSort by relevance Sort by last modified time
    Searched refs:sk_path_direction_t (Results 1 - 2 of 2) sorted by null

  /external/skia/include/c/
sk_path.h 21 } sk_path_direction_t; typedef in typeref:enum:__anon18087
33 void sk_path_add_rect(sk_path_t*, const sk_rect_t*, sk_path_direction_t);
34 void sk_path_add_oval(sk_path_t*, const sk_rect_t*, sk_path_direction_t);
  /external/skia/src/c/
sk_surface.cpp 106 sk_path_direction_t fC;
113 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) {
272 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) {
280 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) {

Completed in 3458 milliseconds