Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSamplePathText.cpp288 SkPath* backpath = &fBackPaths[i]; variable
289 backpath->reset();
290 backpath->setFillType(SkPathFillType::kEvenOdd);
296 backpath->moveTo(pt.x(), pt.y());
301 backpath->lineTo(endpt.x(), endpt.y());
307 backpath->quadTo(controlPt.x(), controlPt.y(), endpt.x(), endpt.y());
311 backpath->close();

Completed in 2 milliseconds