HomeSort by relevance Sort by last modified time
    Searched refs:getLastPt (Results 1 - 9 of 9) sorted by null

  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 115 fPath->getLastPt(&lastPt);
  /external/skia/samplecode/
SampleHairline.cpp 132 path->getLastPt(&start);
  /external/skia/src/pathops/
SkOpBuilder.cpp 32 SkAssertResult(path->getLastPt(&lastPt));
  /external/skia/src/utils/
SkParsePath.cpp 179 path.getLastPt(&c);
  /external/skia/src/core/
SkPath.cpp 667 bool SkPath::getLastPt(SkPoint* lastPt) const {
743 this->getLastPt(&pt);
773 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
775 this->getLastPt(&pt);
793 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
795 this->getLastPt(&pt);
825 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
827 this->getLastPt(&pt);
848 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
850 this->getLastPt(&pt)
    [all...]
SkStroke.cpp 307 fInner.getLastPt(&pt);
314 fInner.getLastPt(&pt);
    [all...]
SkPathMeasure.cpp 46 SkAssertResult(dst->getLastPt(&lastPt));
  /external/skia/include/core/
SkPath.h     [all...]
  /external/skia/tests/
PathTest.cpp 334 path.getLastPt(&last);
345 path.getLastPt(&last);
356 path.getLastPt(&last);
367 path.getLastPt(&last);
    [all...]

Completed in 352 milliseconds