Searched refs:currIsLine (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkStrokerPriv.h35 bool prevIsLine, bool currIsLine);
H A DSkStrokerPriv.cpp152 bool prevIsLine, bool currIsLine)
167 currIsLine = false;
203 currIsLine = false;
226 if (!currIsLine)
149 MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, const SkPoint& pivot, const SkVector& afterUnitNormal, SkScalar radius, SkScalar invMiterLimit, bool prevIsLine, bool currIsLine) argument
H A DSkStroke.cpp295 SkVector* unitNormal, bool currIsLine) {
314 fRadius, fInvMiterLimit, fPrevIsLine, currIsLine);
316 fPrevIsLine = currIsLine;
328 void SkPathStroker::finishContour(bool close, bool currIsLine) { argument
335 fPrevIsLine, currIsLine);
346 currIsLine ? &fInner : NULL);
294 preJoinTo(const SkPoint& currPt, SkVector* normal, SkVector* unitNormal, bool currIsLine) argument

Completed in 76 milliseconds