Home
last modified time | relevance | path

Searched refs:endpt (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/samplecode/
H A DSamplePathText.cpp300 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]); variable
301 backpath->lineTo(endpt.x(), endpt.y());
306 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]); variable
307 backpath->quadTo(controlPt.x(), controlPt.y(), endpt.x(), endpt.y());

Completed in 1 milliseconds