OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backpath
(Results
1 - 2
of
2
) sorted by null
/external/skia/samplecode/
SamplePathText.cpp
280
SkPath*
backpath
= &fBackPaths[i];
variable
281
backpath
->reset();
282
backpath
->setFillType(SkPath::kEvenOdd_FillType);
292
backpath
->moveTo(pt.x(), pt.y());
297
backpath
->lineTo(endpt.x(), endpt.y());
303
backpath
->quadTo(controlPt.x(), controlPt.y(), endpt.x(), endpt.y());
307
backpath
->close();
/external/skqp/samplecode/
SamplePathText.cpp
280
SkPath*
backpath
= &fBackPaths[i];
variable
281
backpath
->reset();
282
backpath
->setFillType(SkPath::kEvenOdd_FillType);
292
backpath
->moveTo(pt.x(), pt.y());
297
backpath
->lineTo(endpt.x(), endpt.y());
303
backpath
->quadTo(controlPt.x(), controlPt.y(), endpt.x(), endpt.y());
307
backpath
->close();
Completed in 100 milliseconds