Searched refs:outset (Results 1 – 3 of 3) sorted by relevance
36 int outset = 50; in createContent() local39 createCard(outset, outset, width - (outset * 2), height - (outset * 2)); in createContent()
165 void inset(float delta) { outset(-delta); } in inset()167 void outset(float delta) { in outset() function174 void outset(float xdelta, float ydelta) { in outset() function
226 const auto outset = layerState.shadowSettings.length; in calculateOutputDisplayFrame() local227 geomLayerBounds.left -= outset; in calculateOutputDisplayFrame()228 geomLayerBounds.top -= outset; in calculateOutputDisplayFrame()229 geomLayerBounds.right += outset; in calculateOutputDisplayFrame()230 geomLayerBounds.bottom += outset; in calculateOutputDisplayFrame()