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

  /external/chromium_org/third_party/skia/samplecode/
ClockFaceView.cpp 143 static SkPathEffect* makepe(float interp, SkTDArray<SkPoint>* pts) { function
152 p.setPathEffect(makepe(SkScalarToFloat(interp), NULL))->unref();
212 SkPathEffect* pe = makepe(0, &pts);
  /external/skia/samplecode/
ClockFaceView.cpp 128 static SkPathEffect* makepe(float interp, SkTDArray<SkPoint>* pts) { function
137 p.setPathEffect(makepe(SkScalarToFloat(interp), NULL))->unref();
197 SkPathEffect* pe = makepe(0, &pts);

Completed in 375 milliseconds