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

  /external/skia/include/c/
sk_path.h 27 void sk_path_line_to(sk_path_t*, float x, float y);
  /external/skia/src/c/
sk_surface.cpp 252 void sk_path_line_to(sk_path_t* cpath, float x, float y) { function
617 sk_path_line_to(cpath, 100, 100);
618 sk_path_line_to(cpath, 50, 100);

Completed in 48 milliseconds