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

/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp114 fPath->getLastPt(&lastPt);
/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp114 fPath->getLastPt(&lastPt);
/external/chromium_org/third_party/skia/src/animator/
H A DSkParseSVGPath.cpp33 fPath.getLastPt(&c);
/external/skia/src/animator/
H A DSkParseSVGPath.cpp33 fPath.getLastPt(&c);
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp576 bool SkPath::getLastPt(SkPoint* lastPt) const { function in class:SkPath
638 this->getLastPt(&pt);
668 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
670 this->getLastPt(&pt);
688 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
690 this->getLastPt(&pt);
720 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
722 this->getLastPt(&pt);
743 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
745 this->getLastPt(
[all...]
H A DSkStroke.cpp166 fInner.getLastPt(&pt);
172 fInner.getLastPt(&pt);
/external/skia/src/core/
H A DSkPath.cpp576 bool SkPath::getLastPt(SkPoint* lastPt) const { function in class:SkPath
638 this->getLastPt(&pt);
668 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
670 this->getLastPt(&pt);
688 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
690 this->getLastPt(&pt);
720 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
722 this->getLastPt(&pt);
743 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
745 this->getLastPt(
[all...]
H A DSkStroke.cpp166 fInner.getLastPt(&pt);
172 fInner.getLastPt(&pt);
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc304 if (!paths_[trace_index].getLastPt(&last) || x != last.x() ||
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h750 bool getLastPt(SkPoint* lastPt) const;
/external/skia/include/core/
H A DSkPath.h750 bool getLastPt(SkPoint* lastPt) const;
/external/skia/tests/
H A DPathTest.cpp86 path.getLastPt(&last);
97 path.getLastPt(&last);
108 path.getLastPt(&last);
119 path.getLastPt(&last);
2994 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == 1);
2997 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == -1);
3063 REPORTER_ASSERT(reporter, !p.getLastPt(NULL));
3064 REPORTER_ASSERT(reporter, !p.getLastPt(&pt) && pt == SkPoint::Make(0, 0));
3068 REPORTER_ASSERT(reporter, p.getLastPt(NULL));
3070 REPORTER_ASSERT(reporter, p.getLastPt(
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp223 m_path.getLastPt(&skResult);

Completed in 328 milliseconds