Searched refs:eval_patch_edge (Results 1 – 1 of 1) sorted by relevance
/external/skia/samplecode/ |
D | SamplePatch.cpp | 70 static void eval_patch_edge(const SkPoint cubic[], SkPoint samples[], int segs) { in eval_patch_edge() function 124 eval_patch_edge(fPts + 0, edge0, nu); in draw() 125 eval_patch_edge(fPts + 3, edge1, nv); in draw() 126 eval_patch_edge(fPts + 6, edge2, nu); in draw() 127 eval_patch_edge(fPts + 9, edge3, nv); in draw()
|