Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp501 void intersect_lines(const SkPoint& ptA, const SkVector& normA, in intersect_lines() argument
505 SkScalar lineAW = -normA.dot(ptA); in intersect_lines()
508 SkScalar wInv = normA.fX * normB.fY - normA.fY * normB.fX; in intersect_lines()
513 *result += normA; in intersect_lines()
515 result->fX = normA.fY * lineBW - lineAW * normB.fY; in intersect_lines()
518 result->fY = lineAW * normB.fX - normA.fX * lineBW; in intersect_lines()

Completed in 2 milliseconds