Searched refs:unitNormal (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkStroke.cpp55 SkVector* normal, SkVector* unitNormal) {
56 if (!unitNormal->setNormalize(after.fX - before.fX, after.fY - before.fY)) {
59 unitNormal->rotateCCW();
60 unitNormal->scale(radius, normal);
66 SkVector* normal, SkVector* unitNormal) {
67 if (!unitNormal->setNormalize(vec.fX, vec.fY)) {
70 unitNormal->rotateCCW();
71 unitNormal->scale(radius, normal);
111 void preJoinTo(const SkPoint&, SkVector* normal, SkVector* unitNormal,
114 const SkVector& unitNormal);
53 set_normal_unitnormal(const SkPoint& before, const SkPoint& after, SkScalar radius, SkVector* normal, SkVector* unitNormal) argument
64 set_normal_unitnormal(const SkVector& vec, SkScalar radius, SkVector* normal, SkVector* unitNormal) argument
129 preJoinTo(const SkPoint& currPt, SkVector* normal, SkVector* unitNormal, bool currIsLine) argument
153 postJoinTo(const SkPoint& currPt, const SkVector& normal, const SkVector& unitNormal) argument
232 SkVector normal, unitNormal; local
[all...]

Completed in 9 milliseconds