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

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h758 void setLastPt(SkScalar x, SkScalar y);
765 void setLastPt(const SkPoint& p) { function in class:SkPath
766 this->setLastPt(p.fX, p.fY);
/external/skia/include/core/
H A DSkPath.h758 void setLastPt(SkScalar x, SkScalar y);
765 void setLastPt(const SkPoint& p) { function in class:SkPath
766 this->setLastPt(p.fX, p.fY);
/external/chromium_org/third_party/skia/src/core/
H A DSkStrokerPriv.cpp49 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY);
233 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY);
H A DSkPath.cpp592 void SkPath::setLastPt(SkScalar x, SkScalar y) { function in class:SkPath
/external/skia/src/core/
H A DSkStrokerPriv.cpp49 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY);
233 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY);
H A DSkPath.cpp592 void SkPath::setLastPt(SkScalar x, SkScalar y) { function in class:SkPath
/external/skia/tests/
H A DPathTest.cpp2720 path.setLastPt(SkIntToScalar(5), SkIntToScalar(5));
3065 p.setLastPt(10, 10);

Completed in 602 milliseconds