Searched defs:outset (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DRect.h179 outset(-delta);
182 void outset(float delta) { function in class:android::uirenderer::Rect
189 void outset(float xdelta, float ydelta) { function in class:android::uirenderer::Rect
219 /* For other geometry, we do the regular rounding in order to snap, but also outset the
H A DTessellationCache.cpp450 float outset = description.strokeWidth / 2; local
451 rect.outset(outset, outset);
452 rx += outset;
453 ry += outset;
H A DOpenGLRenderer.cpp1522 float outset = paint->getStrokeWidth() * 0.5f; local
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);

Completed in 13 milliseconds