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

  /external/skia/gpu/src/
GrDrawMesh.cpp 96 static void set_cubic(SkPoint pts[4], SkScalar x0, SkScalar y0, function
120 set_cubic(cubic.fPts + 0, 0, 0, w, 0, scale);
121 set_cubic(cubic.fPts + 3, w, 0, w, h, scale);
122 set_cubic(cubic.fPts + 6, w, h, 0, h, -scale);
123 set_cubic(cubic.fPts + 9, 0, h, 0, 0, scale);
  /external/skia/samplecode/
SampleWarp.cpp 106 static void set_cubic(SkPoint pts[4], SkScalar x0, SkScalar y0, function
128 set_cubic(cubic.fPts + 0, 0, 0, 100, 0, scale);
129 set_cubic(cubic.fPts + 3, 100, 0, 100, 100, scale);
130 set_cubic(cubic.fPts + 6, 100, 100, 0, 100, -scale);
131 set_cubic(cubic.fPts + 9, 0, 100, 0, 0, 0);
156 set_cubic(cubic.fPts + 0, 0, 0, 100, 0, 0);
157 set_cubic(cubic.fPts + 3, 100, 0, 100, 100, 0);
158 set_cubic(cubic.fPts + 6, 100, 100, 0, 100, 0);
159 set_cubic(cubic.fPts + 9, 0, 100, 0, 0, 0);

Completed in 206 milliseconds