Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrQuadUtils.cpp984 V4f signedOutsetsCW = edgeVectors.fInvSinTheta * signedEdgeDistances; in moveAlong() local
987 fX += signedOutsetsCW * next_cw(edgeVectors.fDX) + signedOutsets * edgeVectors.fDX; in moveAlong()
988 fY += signedOutsetsCW * next_cw(edgeVectors.fDY) + signedOutsets * edgeVectors.fDY; in moveAlong()
992 signedOutsetsCW *= next_cw(edgeVectors.fInvLengths); in moveAlong()
995 fU += signedOutsetsCW * next_cw(du) + signedOutsets * du; in moveAlong()
996 fV += signedOutsetsCW * next_cw(dv) + signedOutsets * dv; in moveAlong()
999 fR += signedOutsetsCW * next_cw(dr) + signedOutsets * dr; in moveAlong()