Home | History | Annotate | Download | only in hwui

Lines Matching refs:outset

1255         float outset = paint->getStrokeWidth() * 0.5f;
1256 return quickReject(left - outset, top - outset, right + outset, bottom + outset);
2369 float outset = p->getStrokeWidth() / 2;
2370 rect.outset(outset, outset);
2371 rx += outset;
2372 ry += outset;
2417 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2445 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2482 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);