Searched defs:makepe (Results 1 - 1 of 1) sorted by relevance

/external/skia/samplecode/
H A DClockFaceView.cpp105 static sk_sp<SkPathEffect> makepe(float interp, SkTDArray<SkPoint>* pts) { function
114 p.setPathEffect(makepe(SkScalarToFloat(interp), nullptr));
167 auto pe = makepe(0, &pts);

Completed in 99 milliseconds