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

  /external/skia/src/core/
SkStroke.cpp 224 const SkVector& normalAB, const SkVector& unitNormalAB,
227 const SkVector& normalAB, const SkVector& unitNormalAB,
230 const SkVector& normalAB, const SkVector& unitNormalAB,
441 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB,
444 *normalBC = normalAB;
449 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB,
451 setQuadEndNormal(conic.fPts, normalAB, unitNormalAB, normalBC, unitNormalBC);
454 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB,
476 *normalCD = normalAB;
708 SkVector normalAB, unitAB, normalBC, unitBC
    [all...]
  /external/skqp/src/core/
SkStroke.cpp 224 const SkVector& normalAB, const SkVector& unitNormalAB,
227 const SkVector& normalAB, const SkVector& unitNormalAB,
230 const SkVector& normalAB, const SkVector& unitNormalAB,
440 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB,
443 *normalBC = normalAB;
448 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB,
450 setQuadEndNormal(conic.fPts, normalAB, unitNormalAB, normalBC, unitNormalBC);
453 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB,
475 *normalCD = normalAB;
707 SkVector normalAB, unitAB, normalBC, unitBC
    [all...]

Completed in 93 milliseconds