Searched defs:xT (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp251 SkScalar xT = v.fX * (rect.fTop - edgeBegin->fY); local
254 if ((xT < yL) || (xT < yR) || (xB < yL) || (xB < yR)) {

Completed in 177 milliseconds