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

  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 82 SkPoint lastPt;
83 m_path->getLastPt(&lastPt);
84 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...]

Completed in 195 milliseconds