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

  /external/chromium_org/third_party/skia/samplecode/
SamplePatch.cpp 69 static void eval_patch_edge(const SkPoint cubic[], SkPoint samples[], int segs) { function
141 eval_patch_edge(fPts + 0, edge0, nu);
142 eval_patch_edge(fPts + 3, edge1, nv);
143 eval_patch_edge(fPts + 6, edge2, nu);
144 eval_patch_edge(fPts + 9, edge3, nv);
  /external/skia/samplecode/
SamplePatch.cpp 69 static void eval_patch_edge(const SkPoint cubic[], SkPoint samples[], int segs) { function
141 eval_patch_edge(fPts + 0, edge0, nu);
142 eval_patch_edge(fPts + 3, edge1, nv);
143 eval_patch_edge(fPts + 6, edge2, nu);
144 eval_patch_edge(fPts + 9, edge3, nv);

Completed in 367 milliseconds