Home
last modified time | relevance | path

Searched refs:outset (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DShadowShaderAnimation.cpp36 int outset = 50; in createContent() local
39 createCard(outset, outset, width - (outset * 2), height - (outset * 2)); in createContent()
/aosp14/frameworks/base/libs/hwui/
H A DRect.h165 void inset(float delta) { outset(-delta); } in inset()
167 void outset(float delta) { in outset() function
174 void outset(float xdelta, float ydelta) { in outset() function