Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrQuadUtils.cpp914 V4f signedOutsetsCW = edgeVectors.fInvSinTheta * signedEdgeDistances; in moveAlong() local
917 fX += mad(signedOutsetsCW, next_cw(edgeVectors.fDX), signedOutsets * edgeVectors.fDX); in moveAlong()
918 fY += mad(signedOutsetsCW, next_cw(edgeVectors.fDY), signedOutsets * edgeVectors.fDY); in moveAlong()
922 signedOutsetsCW *= next_cw(edgeVectors.fInvLengths); in moveAlong()
925 fU += mad(signedOutsetsCW, next_cw(du), signedOutsets * du); in moveAlong()
926 fV += mad(signedOutsetsCW, next_cw(dv), signedOutsets * dv); in moveAlong()
929 fR += mad(signedOutsetsCW, next_cw(dr), signedOutsets * dr); in moveAlong()