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

  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 83 SkPoint lastPt;
84 m_path->getLastPt(&lastPt);
85 return lastPt;
  /external/skia/tests/
PathTest.cpp     [all...]
  /external/skia/src/core/
SkPath.cpp 368 bool SkPath::getLastPt(SkPoint* lastPt) const {
373 if (lastPt) {
374 *lastPt = fPts[count - 1];
378 if (lastPt) {
379 lastPt->set(0, 0);
    [all...]
  /external/skia/include/core/
SkPath.h 604 @param lastPt The last point on the path is returned here
606 bool getLastPt(SkPoint* lastPt) const;

Completed in 46 milliseconds