Home
last modified time | relevance | path

Searched refs:fTangentHalf (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpAngle.cpp773 double leftX = fTangentHalf.dx(); in orderable()
774 double leftY = fTangentHalf.dy(); in orderable()
775 double rightX = rh->fTangentHalf.dx(); in orderable()
776 double rightY = rh->fTangentHalf.dy(); in orderable()
904 fTangentHalf.lineEndPoints(lineHalf); in setSpans()
914 fTangentHalf.lineEndPoints(lineHalf); in setSpans()
DSkOpAngle.h128 SkLineParameters fTangentHalf; // used only to sort a pair of lines or line-like sections member