OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:makepe
(Results
1 - 1
of
1
) sorted by null
/external/skia/samplecode/
ClockFaceView.cpp
135
static SkPathEffect*
makepe
(float interp, SkTDArray<SkPoint>* pts) {
function
144
p.setPathEffect(
makepe
(SkScalarToFloat(interp), nullptr))->unref();
204
SkPathEffect* pe =
makepe
(0, &pts);
Completed in 52 milliseconds