Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleHairline.cpp130 static void add_cubic(SkPath* path, const SkPoint& mid, const SkPoint& end) { in add_cubic() function
146 add_cubic(&path, pts[j], ave(pts[j], pts[j+1])); in cube_proc()
148 add_cubic(&path, pts[N - 2], pts[N - 1]); in cube_proc()
/external/skia/samplecode/
DSampleHairline.cpp130 static void add_cubic(SkPath* path, const SkPoint& mid, const SkPoint& end) { in add_cubic() function
146 add_cubic(&path, pts[j], ave(pts[j], pts[j+1])); in cube_proc()
148 add_cubic(&path, pts[N - 2], pts[N - 1]); in cube_proc()