Searched refs:realRect (Results 1 – 1 of 1) sorted by relevance
12 @RealObject Rect realRect; field in ShadowRect15 realRect.left = left; in __constructor__()16 realRect.top = top; in __constructor__()17 realRect.right = right; in __constructor__()18 realRect.bottom = bottom; in __constructor__()22 realRect.left = otherRect.left; in __constructor__()23 realRect.top = otherRect.top; in __constructor__()24 realRect.right = otherRect.right; in __constructor__()25 realRect.bottom = otherRect.bottom; in __constructor__()35 realRect.left = left; in set()[all …]