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

/frameworks/base/libs/hwui/tests/common/scenes/
H A DShadowShaderAnimation.cpp34 int outset = 50; variable
37 createCard(outset, outset, width - (outset * 2), height - (outset * 2));
/frameworks/base/libs/hwui/
H A DBakedOpState.cpp43 clippedBounds.outset(recordedOp.paint->getStrokeWidth() * 0.5f);
45 clippedBounds.outset(1);
52 clippedBounds.outset(0.5f);
H A DTessellationCache.cpp418 float outset = description.strokeWidth / 2; local
419 rect.outset(outset, outset);
420 rx += outset;
421 ry += outset;
H A DRect.h160 void inset(float delta) { outset(-delta); }
162 void outset(float delta) { function in class:android::uirenderer::Rect
169 void outset(float xdelta, float ydelta) { function in class:android::uirenderer::Rect
199 /* For other geometry, we do the regular rounding in order to snap, but also outset the
H A DShadowTessellator.cpp47 ambientShadowBounds.outset(maxZ * geomFactor * heightFactor);
H A DBakedOpDispatcher.cpp222 // Bounds should be same as text op, but with dx/dy offset and radius outset
228 shadowBounds.outset(op.paint->getStrokeWidth() * 0.5f);
231 shadowBounds.outset(textShadow.radius, textShadow.radius);
235 shadowBounds.outset(0.5f);
381 bounds.outset(outsetDistance, outsetDistance);
H A DPathTessellator.cpp174 // hairline, outset by (0.5f + fudge factor) in post-scaling space
175 bounds->outset(fabs(inverseScaleX) * (0.5f + Vertex::GeometryFudgeFactor()),
178 // non hairline, outset by half stroke width pre-scaled, and fudge factor post scaled
179 bounds->outset(halfStrokeWidth + fabs(inverseScaleX) * Vertex::GeometryFudgeFactor(),
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java775 final int outset = getStackOutset();
776 width += 2*outset;
777 height += 2*outset;
1835 final int outset = getStackOutset();
1836 outPos.x -= outset;
1837 outPos.y -= outset;
H A DWindowState.java3422 pw.print(prefix); pw.print(" outset="); mOutsetFrame.printShortString(pw);
3439 pw.print(" outset="); mLastOutsets.printShortString(pw);
4721 // Since the parent was outset by its surface insets, we need to undo the outsetting
4734 // will be outset, and we need to inset ourselves
4738 final int outset = stack.getStackOutset();
4739 outPoint.offset(outset, outset);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp101 expectedBounds.outset(expectedOffset);
H A DFrameBuilderTests.cpp645 // outset by half the stroke width
647 outsetFill.outset(5);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4557 int outset = ScreenShapeHelper.getWindowOutsetBottomPx(mContext.getResources());
4558 if (outset > 0) {
4560 outOutsets.bottom += outset;
4562 outOutsets.right += outset;
4564 outOutsets.top += outset;
4566 outOutsets.left += outset;
5511 int outset = ScreenShapeHelper.getWindowOutsetBottomPx(mContext.getResources());
5512 if (outset > 0) {
5515 osf.bottom += outset;
5517 osf.right += outset;
[all...]

Completed in 2765 milliseconds