Home | History | Annotate | Download | only in ops

Lines Matching defs:outset

606             // outset bounds to include ~1 pixel of AA in device space
607 SkScalar outset = SkScalarInvert(maxScale);
608 bounds.outset(outset, outset);