Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePathFill.cpp54 static SkScalar make_sawtooth(SkPath* path) { in make_sawtooth() function
99 make_sawtooth,
/external/skia/gm/
Dpathfill.cpp53 static SkScalar make_sawtooth(SkPath* path, int teeth) { in make_sawtooth() function
73 static SkScalar make_sawtooth_3(SkPath* path) { return make_sawtooth(path, 3); } in make_sawtooth_3()
74 static SkScalar make_sawtooth_32(SkPath* path) { return make_sawtooth(path, 32); } in make_sawtooth_32()