Home | History | Annotate | Download | only in hwui

Lines Matching defs:outset

63         float outset = paint->getStrokeWidth() * 0.5f;
64 if (outset == 0) outset = 0.5f; // account for hairline
65 bounds.outset(outset, outset);