Searched refs:realHeight (Results 1 – 2 of 2) sorted by relevance
246 float realHeight, float clipHeight, float backgroundHeight) { in updateChildClippingAndBackground() argument247 if (realHeight > clipHeight) { in updateChildClippingAndBackground()249 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale); in updateChildClippingAndBackground()253 if (realHeight > backgroundHeight) { in updateChildClippingAndBackground()255 state.clipTopAmount = (int) Math.floor((realHeight - backgroundHeight) / state.scale); in updateChildClippingAndBackground()
133 int16 realHeight; /* Non-padded height, not a multiple of 16. */ member