Lines Matching defs:length
270 // Whenever a degenerate, zero-length contour is encountered, this code will insert a
374 // New contour (and last one was unclosed). If it was just a zero length drawing
446 // *just* a zero length subpath. (SVG Spec 11.4, 'stroke').
579 SkASSERT(ab.length() > 0 && cb.length() > 0);
695 // Create a vector orthogonal to 'vec' and of unit length
709 // The inner vertices are inset a distance of length(a,b) from the outer edge of
711 // The coverage is then modulated by the length. This gives us the correct
714 SkScalar length = SkScalarSqrt(lengthSqd);
716 (*vert)[0].fCoverage = floatCoverage * length;
718 (*vert)[1].fCoverage = floatCoverage * length;