Lines Matching defs:outset
141 bounds.outset(rad, rad);
338 devOutside->outset(rx, ry);
362 devOutsideAssist->outset(0, ry);
833 // How much do we outset away from the outside of the strokes?
835 float outset = 1 - inset;
838 // How much do we outset away from the interior side of the stroke (toward the center)?
839 float interiorOutset = outset;
846 outset += msaaExtraBloat;
865 // Exterior outset rect (away from stroke).
866 vertices.writeQuad(inset_fan(devOutside, -outset, -outset),
871 // Second exterior outset.
872 vertices.writeQuad(inset_fan(devOutsideAssist, -outset, -outset),
895 // Interior outset rect (away from stroke, toward center of rect).