Lines Matching refs:inset
122 // every outset line. When that happens, calculate coverage using the "inset" lines and flip
280 // Calculate inset and outset lines for edge-distance visualization
319 pixelRect.inset(0.1f, 0.1f);
326 pixelRect.inset(0.38f, 0.38f);
332 // Draw the inset/outset "infinite" lines
341 // Both outset and inset are the same line, so only draw one in cyan
412 void getTessellatedPoints(SkPoint inset[4], SkScalar insetCoverage[4], SkPoint outset[4],
434 // The first quad in vertices is the inset, then the outset, but they
436 inset[0] = {vertices[0], vertices[1]}; // TL
438 inset[3] = {vertices[7], vertices[8]}; // BL
440 inset[1] = {vertices[14], vertices[15]}; // TR
442 inset[2] = {vertices[21], vertices[22]}; // BR