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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp577 SkVector abN; local
578 abN.setOrthog(ab, SkVector::kLeft_Side);
579 if (abN.dot(ac) > 0) {
580 abN.negate();
591 a0.fPos += abN;
593 a1.fPos -= abN;
600 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp577 SkVector abN; local
578 abN.setOrthog(ab, SkVector::kLeft_Side);
579 if (abN.dot(ac) > 0) {
580 abN.negate();
591 a0.fPos += abN;
593 a1.fPos -= abN;
600 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);

Completed in 155 milliseconds