Lines Matching refs:xB
223 SkScalar xB = SkScalarMul(v.fX, rect.fBottom - edgeBegin->fY);224 if ((xT < yL) || (xT < yR) || (xB < yL) || (xB < yR)) {