Home | History | Annotate | Download | only in hwui

Lines Matching defs:outset

1522         float outset = paint->getStrokeWidth() * 0.5f;
1523 left -= outset;
1524 top -= outset;
1525 right += outset;
1526 bottom += outset;
2541 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2565 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2603 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);