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

  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 115 fPath->getLastPt(&lastPt);
  /external/skqp/src/utils/win/
SkDWriteGeometrySink.cpp 115 fPath->getLastPt(&lastPt);
  /external/skia/samplecode/
SampleHairline.cpp 133 path->getLastPt(&start);
  /external/skia/src/pathops/
SkOpBuilder.cpp 31 SkAssertResult(path->getLastPt(&lastPt));
  /external/skia/src/utils/
SkParsePath.cpp 179 path.getLastPt(&c);
  /external/skqp/samplecode/
SampleHairline.cpp 133 path->getLastPt(&start);
  /external/skqp/src/pathops/
SkOpBuilder.cpp 31 SkAssertResult(path->getLastPt(&lastPt));
  /external/skqp/src/utils/
SkParsePath.cpp 179 path.getLastPt(&c);
  /external/skia/src/core/
SkPath.cpp 687 bool SkPath::getLastPt(SkPoint* lastPt) const {
763 this->getLastPt(&pt);
793 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
795 this->getLastPt(&pt);
813 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
815 this->getLastPt(&pt);
845 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
847 this->getLastPt(&pt);
868 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
870 this->getLastPt(&pt)
    [all...]
SkStroke.cpp 309 fInner.getLastPt(&pt);
316 fInner.getLastPt(&pt);
    [all...]
SkPathMeasure.cpp 46 SkAssertResult(dst->getLastPt(&lastPt));
  /external/skia/include/core/
SkPath.h     [all...]
  /external/skqp/src/core/
SkPath.cpp 678 bool SkPath::getLastPt(SkPoint* lastPt) const {
754 this->getLastPt(&pt);
784 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
786 this->getLastPt(&pt);
804 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
806 this->getLastPt(&pt);
836 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
838 this->getLastPt(&pt);
859 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
861 this->getLastPt(&pt)
    [all...]
SkStroke.cpp 308 fInner.getLastPt(&pt);
315 fInner.getLastPt(&pt);
    [all...]
SkPathMeasure.cpp 46 SkAssertResult(dst->getLastPt(&lastPt));
  /external/skqp/include/core/
SkPath.h     [all...]
  /external/skia/tests/
PathTest.cpp 320 path.getLastPt(&last);
331 path.getLastPt(&last);
342 path.getLastPt(&last);
353 path.getLastPt(&last);
    [all...]
  /external/skqp/tests/
PathTest.cpp 320 path.getLastPt(&last);
331 path.getLastPt(&last);
342 path.getLastPt(&last);
353 path.getLastPt(&last);
    [all...]

Completed in 1316 milliseconds