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

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 97 void preJoinTo(const SkPoint&, SkVector* normal, SkVector* unitNormal,
115 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
232 this->preJoinTo(currPt, &normal, &unitNormal, true);
370 this->preJoinTo(pt1, &normalAB, &unitAB, false);
430 this->preJoinTo(*nextPt, &normalAB, &unitAB, false);
  /external/skia/src/core/
SkStroke.cpp 97 void preJoinTo(const SkPoint&, SkVector* normal, SkVector* unitNormal,
115 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
232 this->preJoinTo(currPt, &normal, &unitNormal, true);
370 this->preJoinTo(pt1, &normalAB, &unitAB, false);
430 this->preJoinTo(*nextPt, &normalAB, &unitAB, false);

Completed in 28 milliseconds