HomeSort by relevance Sort by last modified time
    Searched full:normalc (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkStroke.cpp 321 SkVector normalB, normalC;
330 normalC = pts[3] - pts[1];
331 normalC.rotateCCW();
332 SkAssertResult(normalC.setLength(fRadius));
339 normalC = *unitNormalCD + unitBC;
345 SkAssertResult(normalC.setLength(SkScalarDiv(fRadius,
350 pts[2].fX + normalC.fX, pts[2].fY + normalC.fY,
354 pts[2].fX - normalC.fX, pts[2].fY - normalC.fY
    [all...]

Completed in 569 milliseconds