HomeSort by relevance Sort by last modified time
    Searched refs:fInner (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 93 SkPath fInner, fOuter; // outer is our working answer, inner is temp
131 fInner.moveTo(prevX - normal->fX, prevY - normal->fY);
133 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, *unitNormal,
152 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt,
156 // now add fInner as its own contour
157 fInner.getLastPt(&pt);
159 fOuter.reversePathTo(fInner);
163 fInner.getLastPt(&pt);
165 currIsLine ? &fInner : NULL);
166 fOuter.reversePathTo(fInner);
    [all...]
  /external/skia/src/core/
SkStroke.cpp 93 SkPath fInner, fOuter; // outer is our working answer, inner is temp
131 fInner.moveTo(prevX - normal->fX, prevY - normal->fY);
133 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, *unitNormal,
152 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt,
156 // now add fInner as its own contour
157 fInner.getLastPt(&pt);
159 fOuter.reversePathTo(fInner);
163 fInner.getLastPt(&pt);
165 currIsLine ? &fInner : NULL);
166 fOuter.reversePathTo(fInner);
    [all...]

Completed in 47 milliseconds