Home
last modified time | relevance | path

Searched defs:numerB (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkDLineIntersection.cpp56 double numerB = ab0.fY * aLen.fX - aLen.fY * ab0.fX; in intersectRay() local
119 double numerB = ab0y * axLen - ayLen * ab0x; in intersect() local
/third_party/skia/src/core/
DSkStroke.cpp927 SkScalar numerB = aLen.cross(ab0); in intersectRay() local