static WidthAndHeight sixteenToNine_p(int height) { ret new WidthAndHeightImpl(iround(height*16.0/9), height); }