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

  /external/skia/src/animator/
SkParseSVGPath.cpp 33 fPath.getLastPt(&c);
  /external/skia/include/core/
SkPath.h 606 bool getLastPt(SkPoint* lastPt) const;
  /external/skia/samplecode/
SampleHairline.cpp 152 path->getLastPt(&start);
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 84 m_path->getLastPt(&lastPt);
  /external/skia/src/core/
SkPath.cpp 368 bool SkPath::getLastPt(SkPoint* lastPt) const {
453 this->getLastPt(&pt);
486 this->getLastPt(&pt);
507 this->getLastPt(&pt);
531 this->getLastPt(&pt);
903 this->getLastPt(&start);
    [all...]
SkStroke.cpp 158 fInner.getLastPt(&pt);
164 fInner.getLastPt(&pt);
  /external/skia/tests/
PathTest.cpp 622 p.getLastPt(&pt);
632 p.getLastPt(&pt);
    [all...]

Completed in 252 milliseconds