pub fn viewport_y(y_offset: i32, scroll_y: i32, top_offset: i32) -> i32
ドキュメント座標をビューポート座標へ変換する。
計算量: O(1)。