Searched refs:outset (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp63 float outset = paint->getStrokeWidth() * 0.5f; local
64 if (outset == 0) outset = 0.5f; // account for hairline
65 bounds.outset(outset, outset);
H A DRect.h168 void outset(float delta) { function in class:android::uirenderer::Rect
198 /* For other geometry, we do the regular rounding in order to snap, but also outset the
H A DOpenGLRenderer.cpp1649 float outset = paint->getStrokeWidth() * 0.5f; local
1650 return quickReject(left - outset, top - outset, right + outset, bottom + outset, snapOut);
2673 float outset = p->getStrokeWidth() / 2; local
2674 rect.outset(outset, outset);
2675 rx += outset;
[all...]
H A DDisplayListOp.h246 shadow.outset(drawModifiers.mShadowRadius);
1125 localBounds.outset(strokeWidthOutset());
1318 mLocalBounds.outset(strokeWidthOutset());

Completed in 170 milliseconds