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.cpp1562 float outset = paint->getStrokeWidth() * 0.5f; local
1563 left -= outset;
1564 top -= outset;
1565 right += outset;
1566 bottom += outset;
2594 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2618 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2656 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);

Completed in 77 milliseconds