Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp906 double rightY = rh->fTangentHalf.dy(); in orderable() local
907 double x_ry = leftX * rightY; in orderable()
910 if (leftX * rightX < 0 || leftY * rightY < 0) { in orderable()
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp911 ScalarBezCurve leftX(degree), rightX(degree), leftY(degree), rightY(degree);
913 y.split(t, &leftY, &rightY);
918 segB->fPoints[i] = {rightX[i], rightY[i]};

Completed in 4 milliseconds