Lines Matching refs:inner
137 // Trace the inner and outer paths simultaneously. Inner will therefore be
173 // Walk inner path in reverse, appending to result
225 PathRecorder *outer = &fOuter, *inner = &fInner;
227 std::swap(inner, outer);
245 // where miterLength is the length of the miter from outer point to inner corner.
258 // Check 2 cases to see we can directly connect to the inner miter point
266 // line connecting the inner and outer corners of prev at t=0. If len is below
268 // and we'll need the inner loop geometry.
271 // This is the point at which the inner miter point will lie on the inner stroke
273 // moves 'inside' of the stroked outline, and we'll need the inner loop geometry.
276 // we'll have to add the inner loop geometry.
285 inner->lineTo(miterMidpt);
286 inner->lineTo(miterMidpt - dest);
288 // Directly connect to inner miter point.
289 inner->setLastPt(miterMidpt - miterVec);