Home
last modified time | relevance | path

Searched refs:makepe (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleTextEffects.cpp99 static sk_sp<SkPathEffect> makepe(float interp, SkTDArray<SkPoint>* pts) { in makepe() function
128 auto pe = makepe(fInterp, &pts); in drawdots()